aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fwserial/fwserial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-7/+7
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-3/+3
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-3/+3
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby1-1/+1
2021-05-10staging: fwserial: Demote a whole host of kernel-doc abusesLee Jones1-24/+22
2021-04-26Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-10/+9
2021-04-07staging: fwserial: fix TIOCGSERIAL implementationJohan Hovold1-4/+3
2021-04-07staging: fwserial: fix TIOCSSERIAL implementationJohan Hovold1-4/+0
2021-04-07staging: fwserial: fix TIOCSSERIAL permission checkJohan Hovold1-2/+6
2021-04-07staging: fwserial: fix TIOCSSERIAL jiffies conversionsJohan Hovold1-2/+2
2021-03-10staging: fwserial: minor coding style fixLee Gibson1-1/+1
2021-03-10staging: fwserial: match alignment with open parenthesisNikolay Kyx1-2/+2
2020-12-28staging: fwserial: Fix error handling in fwserial_createDinghao Liu1-0/+2
2020-09-13staging: fwserial: Remove repeated word andAbheek Dhawan1-1/+1
2019-03-18staging: fwserial: Convert macro into an inline functionMadhumitha Prabakaran1-1/+4
2019-02-26Staging: fwserial: Add blank line after declarationsBhanusree Pola1-0/+1
2018-12-17staging: fwserial: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-28/+4
2018-09-14fwserial: switch to ->[sg]et_serial()Al Viro1-38/+28
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-14/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-01-15staging: fwserial: remove redundant license textGreg Kroah-Hartman1-10/+0
2018-01-15staging: fwserial: add SPDX identifier.Greg Kroah-Hartman1-0/+1
2017-10-18staging/fwserial: Convert timers to use timer_setup()Kees Cook1-12/+4
2016-10-16Staging: fwserial: remove unused function fill_unplug_reqBhumika Goyal1-6/+0
2016-09-13staging: fwserial: fix checkpatch permission warningsSimon Chopin1-3/+3
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