summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fwserial
AgeCommit message (Expand)AuthorLines
2014-11-26staging: fwserial: remove multiple blank linesLe Tan-3/+0
2014-06-18staging/fwserial: (coding style) remove not needed return statementsRadek Dostal-2/+0
2014-06-18staging/fwserial: (coding style) add blank line after every declarationRadek Dostal-0/+4
2014-04-25drivers/staging: Use RCU_INIT_POINTER(x, NULL) in fwserial/fwserial.cMonam Agarwal-2/+2
2014-04-25fwserial: (coding style) removing FSF postal addressDominique van den Broeck-12/+0
2014-04-25fwserial: (coding style) useless "extern" & spaceDominique van den Broeck-10/+10
2014-04-25fwserial: (coding style) if/else bracket matchingDominique van den Broeck-11/+13
2014-04-25fwserial: (coding style) open parenthesis alignmentsDominique van den Broeck-18/+18
2014-03-07staging/fwserial: don't use PREPARE_WORKTejun Heo-3/+11
2013-12-08staging/fwserial: Add Kconfig options for max portsPeter Hurley-2/+22
2013-12-08staging/fwserial: Rename data profiling functionsPeter Hurley-13/+13
2013-12-08staging/fwserial: Up the tty buffer limit to 128KPeter Hurley-0/+1
2013-12-08staging/fwserial: Rip out rx bufferingPeter Hurley-117/+27
2013-09-17Staging: fwserial: wrap a line that exceeds 80 charactersJon Bernard-1/+2
2013-07-10Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+6
2013-06-09firewire: introduce fw_driver.probe and .remove methodsStefan Richter-8/+6
2013-05-30staging: fwserial: Use normal logging stylesJoe Perches-65/+72
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-8/+2
2013-04-08staging/fwserial: Replace seq_printf with seq_putsValentin Ilie-3/+3
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby-8/+2
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-31/+22
2013-01-31staging/fwserial: Fix compiler warningPeter Hurley-1/+1
2013-01-31staging/fwserial: Annotate rcu pointers with __rcuPeter Hurley-1/+1
2013-01-29staging/fwserial: Fix endian issue in unit directoryPeter Hurley-6/+5
2013-01-29staging/fwserial: add diagnostic for buffer overflowPeter Hurley-1/+4
2013-01-29staging/fwserial: Remove reference to removed constantPeter Hurley-1/+1
2013-01-29staging/fwserial: Don't use deprecated alloc_tty_driver()Peter Hurley-12/+9
2013-01-29staging/fwserial: Factor unstable stats/debug/status info to debugfsPeter Hurley-0/+84
2013-01-29staging/fwserial: Cleanup /proc/tty/driver/ filePeter Hurley-24/+15
2013-01-29staging/fwserial: Create loop device the 'tty' wayPeter Hurley-96/+93
2013-01-29staging/fwserial: Fix sparse build warningsPeter Hurley-2/+4
2013-01-29staging/fwserial: Release port regardless of unplug response codePeter Hurley-3/+2
2013-01-29staging/fwserial: Only reset port status for attached peersPeter Hurley-9/+12
2013-01-29staging/fwserial: Drop suggestion for helper fn integrationPeter Hurley-2/+0
2013-01-29staging/fwserial: Assume firmware is OHCI-complaintPeter Hurley-2/+7
2013-01-29staging/fwserial: Fold constant MAX_ASYNC_PAYLOADPeter Hurley-2/+1
2013-01-29staging/fwserial: Simplify max payload calculationPeter Hurley-2/+2
2013-01-29staging/fwserial: Refer to fw_device as "node"Peter Hurley-1/+1
2013-01-29staging/fwserial: Remove bandwidth limit logicPeter Hurley-12/+6
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman-16/+10
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach-1/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby-26/+15
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby-1/+1
2013-01-15TTY: convert more flipping functionsJiri Slaby-3/+5
2013-01-07staging/fwserial: Update TODO file per reviewer commentsPeter Hurley-8/+3
2013-01-07staging/fwserial: Limit tx/rx to 1394-2008 spec maximumPeter Hurley-7/+4
2013-01-07staging/fwserial: Refine Kconfig help textPeter Hurley-1/+3
2012-11-28staging/fwserial: Remove superfluous freePeter Hurley-1/+0
2012-11-28staging/fwserial: Use WARN_ONCE when port table is corruptedPeter Hurley-8/+3
2012-11-28staging/fwserial: Destruct embedded tty_port on teardownPeter Hurley-1/+4