aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fwserial/fwserial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-20/+22
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-1/+1
2016-03-29staging: fwserial: (coding style) removing "!= NULL" to comply with checkpatch.plDominique van den Broeck1-2/+2
2016-03-29staging: fwserial: (coding style) Turning every "unsigned" into "unsigned int"Dominique van den Broeck1-18/+20
2016-02-07drivers:staging:fwserial Fix No space is necessary after a castBogicevic Sasa1-7/+7
2016-01-28Staging: fwserial: Declare fwtty_port_get as staticShraddha Barke1-2/+1
2015-11-15Staging: fwserial: Declare fwtty_port_put as staticShraddha Barke1-2/+1
2015-05-31staging: fwserial: fix resource leakVladimirs Ambrosovs1-1/+4
2015-03-15staging: fwserial: remove extra parentheses around function argumentsAya Mahfouz1-1/+1
2014-11-26staging: fwserial: remove multiple blank linesLe Tan1-3/+0
2014-06-18staging/fwserial: (coding style) remove not needed return statementsRadek Dostal1-2/+0
2014-06-18staging/fwserial: (coding style) add blank line after every declarationRadek Dostal1-0/+4
2014-04-25drivers/staging: Use RCU_INIT_POINTER(x, NULL) in fwserial/fwserial.cMonam Agarwal1-2/+2
2014-04-25fwserial: (coding style) removing FSF postal addressDominique van den Broeck1-4/+0
2014-04-25fwserial: (coding style) useless "extern" & spaceDominique van den Broeck1-1/+1
2014-04-25fwserial: (coding style) if/else bracket matchingDominique van den Broeck1-11/+13
2014-04-25fwserial: (coding style) open parenthesis alignmentsDominique van den Broeck1-4/+4
2014-03-07staging/fwserial: don't use PREPARE_WORKTejun Heo1-3/+10
2013-12-08staging/fwserial: Rename data profiling functionsPeter Hurley1-11/+11
2013-12-08staging/fwserial: Up the tty buffer limit to 128KPeter Hurley1-0/+1
2013-12-08staging/fwserial: Rip out rx bufferingPeter Hurley1-101/+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/ieee1394/linux1394Linus Torvalds1-8/+6
2013-06-09firewire: introduce fw_driver.probe and .remove methodsStefan Richter1-8/+6
2013-05-30staging: fwserial: Use normal logging stylesJoe Perches1-63/+72
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-8/+2
2013-04-08staging/fwserial: Replace seq_printf with seq_putsValentin Ilie1-3/+3
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-8/+2
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-30/+21
2013-01-31staging/fwserial: Fix compiler warningPeter Hurley1-1/+1
2013-01-29staging/fwserial: Fix endian issue in unit directoryPeter Hurley1-6/+5
2013-01-29staging/fwserial: add diagnostic for buffer overflowPeter Hurley1-1/+4
2013-01-29staging/fwserial: Don't use deprecated alloc_tty_driver()Peter Hurley1-12/+9
2013-01-29staging/fwserial: Factor unstable stats/debug/status info to debugfsPeter Hurley1-0/+82
2013-01-29staging/fwserial: Cleanup /proc/tty/driver/ filePeter Hurley1-24/+15
2013-01-29staging/fwserial: Create loop device the 'tty' wayPeter Hurley1-83/+93
2013-01-29staging/fwserial: Fix sparse build warningsPeter Hurley1-1/+3
2013-01-29staging/fwserial: Release port regardless of unplug response codePeter Hurley1-3/+2
2013-01-29staging/fwserial: Only reset port status for attached peersPeter Hurley1-9/+12
2013-01-29staging/fwserial: Assume firmware is OHCI-complaintPeter Hurley1-2/+7
2013-01-29staging/fwserial: Fold constant MAX_ASYNC_PAYLOADPeter Hurley1-2/+1
2013-01-29staging/fwserial: Refer to fw_device as "node"Peter Hurley1-1/+1
2013-01-29staging/fwserial: Remove bandwidth limit logicPeter Hurley1-3/+0
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman1-1/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-26/+15
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+1
2013-01-15TTY: convert more flipping functionsJiri Slaby1-3/+5
2013-01-07staging/fwserial: Limit tx/rx to 1394-2008 spec maximumPeter Hurley1-1/+1
2012-11-28staging/fwserial: Remove superfluous freePeter Hurley1-1/+0
2012-11-28staging/fwserial: Use WARN_ONCE when port table is corruptedPeter Hurley1-8/+3