summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/sa1100.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby1-1/+2
2022-11-03tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)1-30/+4
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-04-22drivers: tty: serial: Fix deadlock in sa1100_set_termios()Duoming Zhou1-2/+2
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2021-04-22serial: sa1100: drop low-latency workaroundJohan Hovold1-2/+0
2020-08-18serial: sa1100: use platform_get_resource()Andy Shevchenko1-12/+10
2019-12-18tty/serial: Migrate sa1100 to use has_sysrqDmitry Safonov1-6/+1
2019-06-04serial: sa1100: add note about modem control signalsRussell King1-0/+4
2019-06-04serial: sa1100: add support for mctrl gpiosRussell King1-4/+38
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-08tty: serial: 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
2017-10-03drivers: tty: sa1100: use setup_timer() helper.Allen Pais1-3/+2
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-06serial: sa1100: use container_of to resolve sa1100_port from uart_portFabian Frederick1-15/+30
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-10-17serial: sa1100: delete .set_wake callbackLinus Walleij1-1/+4
2013-08-28tty: serial: sa1100: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+3
2013-07-27serial: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+1
2012-12-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2012-11-22tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-16ARM: move serial_sa1100.h header file to linux/platform_dataRussell King1-1/+1
2012-03-26ARM: 7342/2: sa1100: prepare for sparse irq conversionRob Herring1-0/+1
2011-04-20tty: remove invalid location line in file headerJovi Zhang1-2/+0
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+918