summaryrefslogtreecommitdiff
path: root/drivers/staging/fwserial
AgeCommit message (Expand)AuthorFilesLines
2015-11-16Staging: fwserial: Declare fwtty_port_put as staticShraddha Barke2-4/+1
2015-11-16Staging: fwserial: Remove unused fwtty_bind_console from headerShraddha Barke1-8/+0
2015-05-31staging: fwserial: fix resource leakVladimirs Ambrosovs1-1/+4
2015-05-08Staging: fixed multiple spelling errors.Carlos E. Garcia2-2/+2
2015-03-15staging: fwserial: remove extra parentheses around function argumentsAya Mahfouz1-1/+1
2014-11-27staging: fwserial: remove multiple blank linesLe Tan1-3/+0
2014-06-19staging/fwserial: (coding style) remove not needed return statementsRadek Dostal1-2/+0
2014-06-19staging/fwserial: (coding style) add blank line after every declarationRadek Dostal1-0/+4
2014-04-26drivers/staging: Use RCU_INIT_POINTER(x, NULL) in fwserial/fwserial.cMonam Agarwal1-2/+2
2014-04-26fwserial: (coding style) removing FSF postal addressDominique van den Broeck3-12/+0
2014-04-26fwserial: (coding style) useless "extern" & spaceDominique van den Broeck2-10/+10
2014-04-26fwserial: (coding style) if/else bracket matchingDominique van den Broeck1-11/+13
2014-04-26fwserial: (coding style) open parenthesis alignmentsDominique van den Broeck2-18/+18
2014-03-07staging/fwserial: don't use PREPARE_WORKTejun Heo2-3/+11
2013-12-09staging/fwserial: Add Kconfig options for max portsPeter Hurley2-2/+22
2013-12-09staging/fwserial: Rename data profiling functionsPeter Hurley2-13/+13
2013-12-09staging/fwserial: Up the tty buffer limit to 128KPeter Hurley1-0/+1
2013-12-09staging/fwserial: Rip out rx bufferingPeter Hurley2-117/+27
2013-09-17Staging: fwserial: wrap a line that exceeds 80 charactersJon Bernard1-1/+2
2013-07-10Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+6
2013-06-09firewire: introduce fw_driver.probe and .remove methodsStefan Richter1-8/+6
2013-05-30staging: fwserial: Use normal logging stylesJoe Perches2-65/+72
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-8/+2
2013-04-08staging/fwserial: Replace seq_printf with seq_putsValentin Ilie1-3/+3
2013-03-19TTY: add tty_port_tty_wakeup helperJiri Slaby1-8/+2
2013-02-22Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-31/+22
2013-01-31staging/fwserial: Fix compiler warningPeter Hurley1-1/+1
2013-01-31staging/fwserial: Annotate rcu pointers with __rcuPeter Hurley1-1/+1
2013-01-30staging/fwserial: Fix endian issue in unit directoryPeter Hurley1-6/+5
2013-01-30staging/fwserial: add diagnostic for buffer overflowPeter Hurley1-1/+4
2013-01-30staging/fwserial: Remove reference to removed constantPeter Hurley1-1/+1
2013-01-30staging/fwserial: Don't use deprecated alloc_tty_driver()Peter Hurley1-12/+9
2013-01-30staging/fwserial: Factor unstable stats/debug/status info to debugfsPeter Hurley2-0/+84
2013-01-30staging/fwserial: Cleanup /proc/tty/driver/ filePeter Hurley1-24/+15
2013-01-30staging/fwserial: Create loop device the 'tty' wayPeter Hurley2-96/+93
2013-01-30staging/fwserial: Fix sparse build warningsPeter Hurley2-2/+4
2013-01-30staging/fwserial: Release port regardless of unplug response codePeter Hurley1-3/+2
2013-01-30staging/fwserial: Only reset port status for attached peersPeter Hurley1-9/+12
2013-01-30staging/fwserial: Drop suggestion for helper fn integrationPeter Hurley1-2/+0
2013-01-30staging/fwserial: Assume firmware is OHCI-complaintPeter Hurley1-2/+7
2013-01-30staging/fwserial: Fold constant MAX_ASYNC_PAYLOADPeter Hurley1-2/+1
2013-01-30staging/fwserial: Simplify max payload calculationPeter Hurley1-2/+2
2013-01-30staging/fwserial: Refer to fw_device as "node"Peter Hurley1-1/+1
2013-01-30staging/fwserial: Remove bandwidth limit logicPeter Hurley2-12/+6
2013-01-26Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman4-16/+10
2013-01-19tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+1
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-26/+15
2013-01-16TTY: switch tty_insert_flip_charJiri Slaby1-1/+1
2013-01-16TTY: convert more flipping functionsJiri Slaby1-3/+5
2013-01-07staging/fwserial: Update TODO file per reviewer commentsPeter Hurley1-8/+3