aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/ia64/hp/sim/simserial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-16ia64: remove the hpsim platformChristoph Hellwig1-521/+0
2019-05-24tty: simserial: drop unused iflag macroJohan Hovold1-2/+0
2018-10-13kill TIOCSERGSTRUCTAl Viro1-3/+1
2018-10-13kill TIOCSER[SG]WILDAl Viro1-5/+0
2018-09-14simserial: switch to ->[sg]et_serial()Al Viro1-4/+13
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-14/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-13tty: simserial: drop unused alt_speed handlingJohan Hovold1-13/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley1-1/+1
2013-03-18TTY: cleanup tty->hw_stopped usesJiri Slaby1-13/+3
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-14/+4
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+2
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+1
2012-08-13TTY: use tty_port_link_deviceJiri Slaby1-0/+1
2012-07-16tty: move the termios object into the ttyAlan Cox1-1/+1
2012-03-08TTY: simserial, final cleanupJiri Slaby1-16/+5
2012-03-08TTY: simserial, reindent some codeJiri Slaby1-76/+44
2012-03-08TTY: simserial, fix includesJiri Slaby1-5/+2
2012-03-08TTY: simserial, remove useless commentsJiri Slaby1-28/+1
2012-03-08TTY: simserial, use tty_port_hangupJiri Slaby1-57/+7
2012-03-08TTY: simserial, use tty_port_openJiri Slaby1-59/+5
2012-03-08TTY: simserial, properly refcount tty_port->ttyJiri Slaby1-4/+5
2012-03-08TTY: simserial, use tty_port_close_startJiri Slaby1-35/+1
2012-03-08TTY: simserial, use tty_port_close_endJiri Slaby1-7/+6
2012-03-08TTY: simserial, remove some tty opsJiri Slaby1-38/+1
2012-03-08TTY: simserial, define local tty_port pointerJiri Slaby1-40/+44
2012-03-08TTY: simserial no longer needs serialPJiri Slaby1-1/+8
2012-03-08TTY: simserial, stop using serial_state->{line,icount}Jiri Slaby1-11/+4
2012-03-08TTY: simserial, remove tmp_bufJiri Slaby1-14/+2
2012-03-08TTY: simserial, remove static initializationJiri Slaby1-67/+27
2012-03-08TTY: amiserial/simserial, use flags from tty_portJiri Slaby1-16/+17
2012-03-08TTY: amiserial/simserial, use count from tty_portJiri Slaby1-12/+12
2012-03-08TTY: amiserial/simserial, use close delays from tty_portJiri Slaby1-2/+3
2012-03-08TTY: amiserial/simserial, use tty_portJiri Slaby1-12/+12
2012-03-08TTY: simserial, pass tty down to functionsJiri Slaby1-26/+24
2012-03-08TTY: serialP, merge serial_state and async_structJiri Slaby1-97/+63
2012-03-08TTY: simserial, remove IRQ_TJiri Slaby1-4/+2
2012-03-08TTY: simserial, remove support of shared interruptsJiri Slaby1-57/+7
2012-03-08TTY: simserial/amiserial, use one instance of other membersJiri Slaby1-6/+3
2012-03-08TTY: simserial, use only one copy of async flagsJiri Slaby1-25/+23
2012-03-08simserial, bail out when request_irq failsJiri Slaby1-8/+1
2012-03-08hpsim, initialize chip for assigned irqsJiri Slaby1-2/+1
2012-03-08simserial, include some headersJiri Slaby1-5/+3
2012-03-08TTY: amiserial, remove tasklet for tty_wakeupJiri Slaby1-2/+0
2012-03-08TTY: serialP, remove unused materialJiri Slaby1-9/+1
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-6/+3
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2011-02-22tty: simserial: now phase out the ioctl file pointer for goodLuck, Tony1-2/+1