summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/lpc32xx_hs.c
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)2022-11-031-29/+4
* tty: serial: extract tx_ready() from __serial_lpc32xx_tx()Jiri Slaby2022-09-221-2/+8
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* tty: serial: lpc32xx_hs: use serial_lpc32xx_stop_tx() helperJiri Slaby2022-02-251-6/+4
* tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby2021-11-251-1/+1
* serial: lpc32xx_hs: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
* tty: serial: lpc32xx_hs: Remove unused variable 'tmp'Lee Jones2020-11-061-2/+1
* serial: lpc32xx_hs: Drop surplus includeLinus Walleij2020-04-161-1/+0
* Merge tag 'tty-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-09-181-4/+1
|\
| * tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-041-4/+1
* | serial: lpc32xx: allow compile testingArnd Bergmann2019-08-151-31/+4
* | serial: lpc32xx_hs: allow compile-testingArnd Bergmann2019-08-151-2/+0
|/
* tty: serial: lpc32xx_hs: fix missing console boot messagesAlexandre Belloni2019-01-181-0/+4
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-10/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: serial: constify uart_ops structuresBhumika Goyal2017-01-271-1/+1
* tty: serial: lpc32xx_hs: fix handling platform_get_irq resultAndrzej Hajda2015-10-041-3/+4
* tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-091-7/+0
* tty: serial: lpc32xx_hs: drop uart_port->lock before calling tty_flip_buffer_...Viresh Kumar2013-08-271-0/+3
* tty: serial: lpc32xx_hs: don't call tty_flip_buffer_push() twiceViresh Kumar2013-08-271-3/+1
* serial: lpc32xx: Fix fallout from tty_port conversionThierry Reding2013-01-181-1/+1
* TTY: switch tty_schedule_flipJiri Slaby2013-01-151-5/+1
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-14/+2
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-5/+7
* tty: remove use of __devexitBill Pemberton2012-11-211-1/+1
* tty: remove use of __devinitBill Pemberton2012-11-211-1/+1
* tty: serial: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* serial: Add driver for LPC32xx High Speed UARTsRoland Stigge2012-06-121-0/+823