summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/amba-pl010.c
AgeCommit message (Expand)Author
2023-09-18serial: amba-pl010: Use port lock wrappersThomas Gleixner
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby
2022-11-03tty: serial: use uart_port_tx_limited()Jiri Slaby (SUSE)
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2022-02-25tty: serial: amba-pl010: use more uart_port pointersJiri Slaby
2022-01-06serial: pl010: Drop CR register reset on set_termiosLukas Wunner
2021-04-22serial: amba-pl010: drop low-latency workaroundJohan Hovold
2021-02-02amba: Make the remove callback return voidUwe Kleine-König
2019-12-18tty/serial: Migrate amba-pl01* to use has_sysrqDmitry Safonov
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-08-28serial: pl010: constify amba_idArvind Yadav
2017-05-18serial: pl010: Move uart_register_driver call to device probeSjoerd Simons
2017-01-27tty: serial: constify uart_ops structuresBhumika Goyal
2014-11-06serial: Test/disable MSIs if switching from N_PPSPeter Hurley
2014-11-06serial: Take uart port lock for direct *_enable_ms()Peter Hurley
2014-11-06serial: core: Pass termios to set_ldisc() notificationsPeter Hurley
2014-11-05serial: amba-pl010: use container_of to resolve uart_amba_port from uart_portFabian Frederick
2014-07-09serial: amba-pl010: Use devres APIsTushar Behera
2014-06-19serial: Fix IGNBRK handlingPeter Hurley
2013-12-08serial: pl010: Convert to modern PM opsUlf Hansson
2013-10-03serial: Remove unnecessary amba_set_drvdata()Michal Simek
2013-07-31serial: use dev_get_platdata()Jingoo Han
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2012-09-05drivers/tty/serial/amba-pl0{10,11}.c: use clk_prepare_enable and clk_disable_...Julia Lawall
2011-11-22serial: pl010: Enable module alias autogeneration for AMBA driversDave Martin
2011-09-27clk: amba-pl010: convert to clk_prepare()/clk_unprepare()Russell King
2011-04-19tty: remove invalid location line in file headerJovi Zhang
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman