index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
/
8250_bcm2835aux.c
Age
Commit message (
Expand
)
Author
2025-01-10
serial: 8250: Provide flag for IER toggling for RS485
John Ogness
2024-10-11
serial: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-09-03
serial: 8250_bcm2835aux: Fix clock imbalance in PM resume
Stefan Wahren
2024-08-14
serial: 8250_bcm2835aux: Switch to DEFINE_SIMPLE_DEV_PM_OPS()
Andy Shevchenko
2024-07-31
serial: 8250_bcm2835aux: add PM suspend/resume support
Stefan Wahren
2024-03-05
serial: 8250_bcm2835aux: Switch to use uart_read_port_properties()
Andy Shevchenko
2024-01-04
serial: 8250_bcm2835aux: Restore clock error handling
Stefan Wahren
2023-11-23
serial: 8250: Convert to platform remove callback returning void
Uwe Kleine-König
2022-07-28
serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()
Guo Mengqi
2022-07-08
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
2022-06-10
serial: 8250_bcm2835aux: Use serial8250_em485_supported
Ilpo Järvinen
2022-02-08
serial: 8250_bcm2835aux: Add ACPI support
Adrien Thierry
2020-09-04
serial: 8250: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-03-07
serial: 8250_bcm2835aux: Support rs485 software emulation
Lukas Wunner
2020-02-10
serial: 8250_early: Add earlycon for BCM2835 aux uart
Matthias Brugger
2020-01-22
serial: 8250_bcm2835aux: Document struct bcm2835aux_data
Lukas Wunner
2020-01-22
serial: 8250_bcm2835aux: Use generic remapping code
Lukas Wunner
2020-01-22
serial: 8250_bcm2835aux: Allocate uart_8250_port on stack
Lukas Wunner
2020-01-22
serial: 8250_bcm2835aux: Suppress register_port error on -EPROBE_DEFER
Lukas Wunner
2020-01-22
serial: 8250_bcm2835aux: Suppress clk_get error on -EPROBE_DEFER
Phil Elwell
2020-01-22
serial: 8250_bcm2835aux: Fix line mismatch on driver unbind
Lukas Wunner
2019-09-04
tty: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-05-24
serial: 8250: Add CAP_MINI, set for bcm2835aux
Phil Elwell
2016-02-14
serial: bcm2835: fix unsigned int issue with irq
Martin Sperl
2016-02-06
serial: bcm2835: add driver for bcm2835-aux-uart
Martin Sperl