summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fwserial/fwserial.c
Commit message (Expand)AuthorAgeFilesLines
* drivers:staging:fwserial Fix No space is necessary after a castBogicevic Sasa2016-02-081-7/+7
* Staging: fwserial: Declare fwtty_port_get as staticShraddha Barke2016-01-291-2/+1Star
* Staging: fwserial: Declare fwtty_port_put as staticShraddha Barke2015-11-161-2/+1Star
* staging: fwserial: fix resource leakVladimirs Ambrosovs2015-05-311-1/+4
* staging: fwserial: remove extra parentheses around function argumentsAya Mahfouz2015-03-151-1/+1
* staging: fwserial: remove multiple blank linesLe Tan2014-11-261-3/+0Star
* staging/fwserial: (coding style) remove not needed return statementsRadek Dostal2014-06-191-2/+0Star
* staging/fwserial: (coding style) add blank line after every declarationRadek Dostal2014-06-191-0/+4
* drivers/staging: Use RCU_INIT_POINTER(x, NULL) in fwserial/fwserial.cMonam Agarwal2014-04-251-2/+2
* fwserial: (coding style) removing FSF postal addressDominique van den Broeck2014-04-251-4/+0Star
* fwserial: (coding style) useless "extern" & spaceDominique van den Broeck2014-04-251-1/+1
* fwserial: (coding style) if/else bracket matchingDominique van den Broeck2014-04-251-11/+13
* fwserial: (coding style) open parenthesis alignmentsDominique van den Broeck2014-04-251-4/+4
* staging/fwserial: don't use PREPARE_WORKTejun Heo2014-03-071-3/+10
* staging/fwserial: Rename data profiling functionsPeter Hurley2013-12-091-11/+11
* staging/fwserial: Up the tty buffer limit to 128KPeter Hurley2013-12-091-0/+1
* staging/fwserial: Rip out rx bufferingPeter Hurley2013-12-091-101/+27Star
* Staging: fwserial: wrap a line that exceeds 80 charactersJon Bernard2013-09-171-1/+2
* Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-101-8/+6Star
|\
| * firewire: introduce fw_driver.probe and .remove methodsStefan Richter2013-06-091-8/+6Star
* | staging: fwserial: Use normal logging stylesJoe Perches2013-05-301-63/+72
|/
* Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-8/+2Star
|\
| * TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-191-8/+2Star
* | staging/fwserial: Replace seq_printf with seq_putsValentin Ilie2013-04-081-3/+3
|/
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-30/+21Star
|\
| * Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-251-1/+1
| |\
| * | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-26/+15Star
| * | TTY: switch tty_insert_flip_charJiri Slaby2013-01-161-1/+1
| * | TTY: convert more flipping functionsJiri Slaby2013-01-161-3/+5
* | | staging/fwserial: Fix compiler warningPeter Hurley2013-01-311-1/+1
* | | staging/fwserial: Fix endian issue in unit directoryPeter Hurley2013-01-301-6/+5Star
* | | staging/fwserial: add diagnostic for buffer overflowPeter Hurley2013-01-301-1/+4
* | | staging/fwserial: Don't use deprecated alloc_tty_driver()Peter Hurley2013-01-301-12/+9Star
* | | staging/fwserial: Factor unstable stats/debug/status info to debugfsPeter Hurley2013-01-301-0/+82
* | | staging/fwserial: Cleanup /proc/tty/driver/ filePeter Hurley2013-01-301-24/+15Star
* | | staging/fwserial: Create loop device the 'tty' wayPeter Hurley2013-01-301-83/+93
* | | staging/fwserial: Fix sparse build warningsPeter Hurley2013-01-301-1/+3
* | | staging/fwserial: Release port regardless of unplug response codePeter Hurley2013-01-301-3/+2Star
* | | staging/fwserial: Only reset port status for attached peersPeter Hurley2013-01-301-9/+12
* | | staging/fwserial: Assume firmware is OHCI-complaintPeter Hurley2013-01-301-2/+7
* | | staging/fwserial: Fold constant MAX_ASYNC_PAYLOADPeter Hurley2013-01-301-2/+1Star
* | | staging/fwserial: Refer to fw_device as "node"Peter Hurley2013-01-301-1/+1
* | | staging/fwserial: Remove bandwidth limit logicPeter Hurley2013-01-301-3/+0Star
| |/ |/|
* | staging/fwserial: Limit tx/rx to 1394-2008 spec maximumPeter Hurley2013-01-071-1/+1
|/
* staging/fwserial: Remove superfluous freePeter Hurley2012-11-281-1/+0Star
* staging/fwserial: Use WARN_ONCE when port table is corruptedPeter Hurley2012-11-281-8/+3Star
* staging/fwserial: Destruct embedded tty_port on teardownPeter Hurley2012-11-281-1/+4
* staging: fwserial: Add TTY-over-Firewire serial driverPeter Hurley2012-11-281-0/+2946