aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/nozomi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04tty: nozomi: Use dev_get_drvdataChuhong Yuan1-2/+2
2019-02-12tty/nozomi: use pci_iomap instead of ioremap_nocacheHugo Lefeuvre1-9/+1
2018-04-25tty/nozomi: fix inconsistent indentationJoey Pabalinas1-38/+38
2018-04-25tty/nozomi: cleanup DUMP() macroJoey Pabalinas1-13/+13
2018-04-23tty: nozomi: fix spelling mistake in macro NOZOMI_STATE_UKNOWNColin Ian King1-1/+1
2017-11-08tty: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2016-11-29tty: nozomi: avoid sprintf buffer overflowArnd Bergmann1-35/+12
2016-11-10tty: nozomi: use permission-specific DEVICE_ATTR variantsJulia Lawall1-2/+2
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-1/+1
2016-02-06tty: nozomi: avoid a harmless gcc warningArnd Bergmann1-1/+1
2015-05-10drivers/tty/nozomi.c: rename CONFIG_MAGICValentin Rothberg1-4/+4
2014-09-08drivers/tty/nozomi.c: Use 'nozomi_setup_memory' instead of 'setup_memory'Chen Gang1-3/+3
2013-10-16tty: Remove unnecessary semicolonsJoe Perches1-3/+3
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-6/+3
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-5/+1
2013-01-15TTY: nozomi, remove dead codeJiri Slaby1-7/+0
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-9/+5
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-9/+5
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+1
2012-11-21tty: remove use of __devexitBill Pemberton1-2/+2
2012-11-21tty: remove use of __devinitconstBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-4/+9
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-2/+2
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-02-02TTY: use tty_standard_installJiri Slaby1-6/+2
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-2/+1
2011-04-25Char: nozomi, remove useless tty_semJiri Slaby1-10/+2
2011-04-25Char: nozomi, remove port.count checksJiri Slaby1-12/+1
2011-04-25Char: nozomi, use GFP_KERNEL for kfifo allocationJiri Slaby1-2/+2
2011-04-19nozomi: Drop __TIME__ usageMichal Marek1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-25nozomi: don't use flush_scheduled_work()Tejun Heo1-2/+0
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman1-0/+1993