summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fwserial
Commit message (Expand)AuthorAgeFilesLines
* Staging: fwserial: remove unused function fill_unplug_reqBhumika Goyal2016-10-161-6/+0
* staging: fwserial: fix checkpatch permission warningsSimon Chopin2016-09-131-3/+3
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-204-53/+55
|\
| * staging: fwserial: (coding style) removing "!= NULL" to comply with checkpatc...Dominique van den Broeck2016-03-291-2/+2
| * staging: fwserial: (coding style) Turning every "unsigned" into "unsigned int"Dominique van den Broeck2016-03-294-51/+53
* | tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
|/
* staging: fwserial: (coding-style) rewrite comparisons to NULL as "!fifo->data"Christian Colic2016-02-071-5/+5
* drivers:staging:fwserial Fix No space is necessary after a castBogicevic Sasa2016-02-071-7/+7
* Staging: fwserial: Declare fwtty_port_get as staticShraddha Barke2016-01-282-3/+1
* Staging: fwserial: Declare fwtty_port_put as staticShraddha Barke2015-11-152-4/+1
* Staging: fwserial: Remove unused fwtty_bind_console from headerShraddha Barke2015-11-151-8/+0
* staging: fwserial: fix resource leakVladimirs Ambrosovs2015-05-311-1/+4
* Staging: fixed multiple spelling errors.Carlos E. Garcia2015-05-082-2/+2
* staging: fwserial: remove extra parentheses around function argumentsAya Mahfouz2015-03-151-1/+1
* staging: fwserial: remove multiple blank linesLe Tan2014-11-261-3/+0
* staging/fwserial: (coding style) remove not needed return statementsRadek Dostal2014-06-181-2/+0
* staging/fwserial: (coding style) add blank line after every declarationRadek Dostal2014-06-181-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-253-12/+0
* fwserial: (coding style) useless "extern" & spaceDominique van den Broeck2014-04-252-10/+10
* fwserial: (coding style) if/else bracket matchingDominique van den Broeck2014-04-251-11/+13
* fwserial: (coding style) open parenthesis alignmentsDominique van den Broeck2014-04-252-18/+18
* staging/fwserial: don't use PREPARE_WORKTejun Heo2014-03-072-3/+11
* staging/fwserial: Add Kconfig options for max portsPeter Hurley2013-12-082-2/+22
* staging/fwserial: Rename data profiling functionsPeter Hurley2013-12-082-13/+13
* staging/fwserial: Up the tty buffer limit to 128KPeter Hurley2013-12-081-0/+1
* staging/fwserial: Rip out rx bufferingPeter Hurley2013-12-082-117/+27
* 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/+6
|\
| * firewire: introduce fw_driver.probe and .remove methodsStefan Richter2013-06-091-8/+6
* | staging: fwserial: Use normal logging stylesJoe Perches2013-05-302-65/+72
|/
* Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-8/+2
|\
| * TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-8/+2
* | 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-212-31/+22
|\
| * Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-254-16/+10
| |\
| * | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-1/+1
| * | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-26/+15
| * | TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-1/+1
| * | TTY: convert more flipping functionsJiri Slaby2013-01-151-3/+5
* | | staging/fwserial: Fix compiler warningPeter Hurley2013-01-311-1/+1
* | | staging/fwserial: Annotate rcu pointers with __rcuPeter Hurley2013-01-311-1/+1
* | | staging/fwserial: Fix endian issue in unit directoryPeter Hurley2013-01-291-6/+5
* | | staging/fwserial: add diagnostic for buffer overflowPeter Hurley2013-01-291-1/+4
* | | staging/fwserial: Remove reference to removed constantPeter Hurley2013-01-291-1/+1
* | | staging/fwserial: Don't use deprecated alloc_tty_driver()Peter Hurley2013-01-291-12/+9
* | | staging/fwserial: Factor unstable stats/debug/status info to debugfsPeter Hurley2013-01-292-0/+84
* | | staging/fwserial: Cleanup /proc/tty/driver/ filePeter Hurley2013-01-291-24/+15
* | | staging/fwserial: Create loop device the 'tty' wayPeter Hurley2013-01-292-96/+93
* | | staging/fwserial: Fix sparse build warningsPeter Hurley2013-01-292-2/+4
OpenPOWER on IntegriCloud