index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
fwserial
/
fwserial.c
Age
Commit message (
Expand
)
Author
2015-11-15
Staging: fwserial: Declare fwtty_port_put as static
Shraddha Barke
2015-05-31
staging: fwserial: fix resource leak
Vladimirs Ambrosovs
2015-03-15
staging: fwserial: remove extra parentheses around function arguments
Aya Mahfouz
2014-11-26
staging: fwserial: remove multiple blank lines
Le Tan
2014-06-18
staging/fwserial: (coding style) remove not needed return statements
Radek Dostal
2014-06-18
staging/fwserial: (coding style) add blank line after every declaration
Radek Dostal
2014-04-25
drivers/staging: Use RCU_INIT_POINTER(x, NULL) in fwserial/fwserial.c
Monam Agarwal
2014-04-25
fwserial: (coding style) removing FSF postal address
Dominique van den Broeck
2014-04-25
fwserial: (coding style) useless "extern" & space
Dominique van den Broeck
2014-04-25
fwserial: (coding style) if/else bracket matching
Dominique van den Broeck
2014-04-25
fwserial: (coding style) open parenthesis alignments
Dominique van den Broeck
2014-03-07
staging/fwserial: don't use PREPARE_WORK
Tejun Heo
2013-12-08
staging/fwserial: Rename data profiling functions
Peter Hurley
2013-12-08
staging/fwserial: Up the tty buffer limit to 128K
Peter Hurley
2013-12-08
staging/fwserial: Rip out rx buffering
Peter Hurley
2013-09-17
Staging: fwserial: wrap a line that exceeds 80 characters
Jon Bernard
2013-07-10
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-06-09
firewire: introduce fw_driver.probe and .remove methods
Stefan Richter
2013-05-30
staging: fwserial: Use normal logging styles
Joe Perches
2013-04-29
Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2013-04-08
staging/fwserial: Replace seq_printf with seq_puts
Valentin Ilie
2013-03-18
TTY: add tty_port_tty_wakeup helper
Jiri Slaby
2013-02-21
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2013-01-31
staging/fwserial: Fix compiler warning
Peter Hurley
2013-01-29
staging/fwserial: Fix endian issue in unit directory
Peter Hurley
2013-01-29
staging/fwserial: add diagnostic for buffer overflow
Peter Hurley
2013-01-29
staging/fwserial: Don't use deprecated alloc_tty_driver()
Peter Hurley
2013-01-29
staging/fwserial: Factor unstable stats/debug/status info to debugfs
Peter Hurley
2013-01-29
staging/fwserial: Cleanup /proc/tty/driver/ file
Peter Hurley
2013-01-29
staging/fwserial: Create loop device the 'tty' way
Peter Hurley
2013-01-29
staging/fwserial: Fix sparse build warnings
Peter Hurley
2013-01-29
staging/fwserial: Release port regardless of unplug response code
Peter Hurley
2013-01-29
staging/fwserial: Only reset port status for attached peers
Peter Hurley
2013-01-29
staging/fwserial: Assume firmware is OHCI-complaint
Peter Hurley
2013-01-29
staging/fwserial: Fold constant MAX_ASYNC_PAYLOAD
Peter Hurley
2013-01-29
staging/fwserial: Refer to fw_device as "node"
Peter Hurley
2013-01-29
staging/fwserial: Remove bandwidth limit logic
Peter Hurley
2013-01-25
Merge 3.8-rc5 into tty-next
Greg Kroah-Hartman
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-15
TTY: switch tty_insert_flip_char
Jiri Slaby
2013-01-15
TTY: convert more flipping functions
Jiri Slaby
2013-01-07
staging/fwserial: Limit tx/rx to 1394-2008 spec maximum
Peter Hurley
2012-11-28
staging/fwserial: Remove superfluous free
Peter Hurley
2012-11-28
staging/fwserial: Use WARN_ONCE when port table is corrupted
Peter Hurley
2012-11-28
staging/fwserial: Destruct embedded tty_port on teardown
Peter Hurley
2012-11-28
staging: fwserial: Add TTY-over-Firewire serial driver
Peter Hurley