index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
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
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