aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/nozomi.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-18tty: nozomi: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-34/+33
2020-03-18tty: nozomi: fix spelling mistake "reserverd" -> "reserved"Gravatar Alexandre Belloni 1-1/+1
2019-09-04tty: nozomi: Use dev_get_drvdataGravatar Chuhong Yuan 1-2/+2
2019-02-12tty/nozomi: use pci_iomap instead of ioremap_nocacheGravatar Hugo Lefeuvre 1-9/+1
2018-04-25tty/nozomi: fix inconsistent indentationGravatar Joey Pabalinas 1-38/+38
2018-04-25tty/nozomi: cleanup DUMP() macroGravatar Joey Pabalinas 1-13/+13
2018-04-23tty: nozomi: fix spelling mistake in macro NOZOMI_STATE_UKNOWNGravatar Colin Ian King 1-1/+1
2017-11-08tty: Remove redundant license textGravatar Greg Kroah-Hartman 1-14/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2016-11-29tty: nozomi: avoid sprintf buffer overflowGravatar Arnd Bergmann 1-35/+12
2016-11-10tty: nozomi: use permission-specific DEVICE_ATTR variantsGravatar Julia Lawall 1-2/+2
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Gravatar Peter Hurley 1-1/+1
2016-02-06tty: nozomi: avoid a harmless gcc warningGravatar Arnd Bergmann 1-1/+1
2015-05-10drivers/tty/nozomi.c: rename CONFIG_MAGICGravatar Valentin Rothberg 1-4/+4
2014-09-08drivers/tty/nozomi.c: Use 'nozomi_setup_memory' instead of 'setup_memory'Gravatar Chen Gang 1-3/+3
2013-10-16tty: Remove unnecessary semicolonsGravatar Joe Perches 1-3/+3
2013-03-18TTY: add tty_port_tty_hangup helperGravatar Jiri Slaby 1-6/+3
2013-03-18TTY: add tty_port_tty_wakeup helperGravatar Jiri Slaby 1-5/+1
2013-01-15TTY: nozomi, remove dead codeGravatar Jiri Slaby 1-7/+0
2013-01-15TTY: switch tty_flip_buffer_pushGravatar Jiri Slaby 1-9/+5
2013-01-15TTY: switch tty_insert_flip_stringGravatar Jiri Slaby 1-9/+5
2013-01-15TTY: switch tty_insert_flip_charGravatar Jiri Slaby 1-1/+1
2012-11-21tty: remove use of __devexitGravatar Bill Pemberton 1-2/+2
2012-11-21tty: remove use of __devinitconstGravatar Bill Pemberton 1-1/+1
2012-11-21tty: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-21tty: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversGravatar Jiri Slaby 1-4/+9
2012-08-13TTY: use tty_port_register_deviceGravatar Jiri Slaby 1-2/+2
2012-03-08TTY: remove re-assignments to tty_driver membersGravatar Jiri Slaby 1-1/+0
2012-02-02TTY: use tty_standard_installGravatar Jiri Slaby 1-6/+2
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-2/+1
2011-04-25Char: nozomi, remove useless tty_semGravatar Jiri Slaby 1-10/+2
2011-04-25Char: nozomi, remove port.count checksGravatar Jiri Slaby 1-12/+1
2011-04-25Char: nozomi, use GFP_KERNEL for kfifo allocationGravatar Jiri Slaby 1-2/+2
2011-04-19nozomi: Drop __TIME__ usageGravatar Michal Marek 1-2/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-02-25nozomi: don't use flush_scheduled_work()Gravatar Tejun Heo 1-2/+0
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1993