summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fwserial
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-261-10/+9
|\
| * staging: fwserial: fix TIOCGSERIAL implementationJohan Hovold2021-04-071-4/+3
| * staging: fwserial: fix TIOCSSERIAL implementationJohan Hovold2021-04-071-4/+0
| * staging: fwserial: fix TIOCSSERIAL permission checkJohan Hovold2021-04-071-2/+6
| * staging: fwserial: fix TIOCSSERIAL jiffies conversionsJohan Hovold2021-04-071-2/+2
* | staging: fwserial: minor coding style fixLee Gibson2021-03-101-1/+1
* | staging: fwserial: match alignment with open parenthesisNikolay Kyx2021-03-101-2/+2
|/
* staging: fwserial: Fix error handling in fwserial_createDinghao Liu2020-12-281-0/+2
* staging: fwserial: Remove repeated word andAbheek Dhawan2020-09-131-1/+1
* staging: fwserial: Fix Kconfig indentation (seven spaces)Krzysztof Kozlowski2019-11-221-10/+10
* staging: fwserial: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-3/+3
* staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: fwserial: Convert macro into an inline functionMadhumitha Prabakaran2019-03-181-1/+4
* Staging: fwserial: Add blank line after declarationsBhanusree Pola2019-02-261-0/+1
* staging: fwserial: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-28/+4
* fwserial: switch to ->[sg]et_serial()Al Viro2018-09-141-38/+28
* tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* staging: fwserial: remove redundant license textGreg Kroah-Hartman2018-01-153-30/+0
* staging: fwserial: add SPDX identifier.Greg Kroah-Hartman2018-01-153-0/+3
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-131-12/+4
|\
| * staging/fwserial: Convert timers to use timer_setup()Kees Cook2017-10-181-12/+4
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* 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