summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_bcm2835aux.c
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_bcm2835aux: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-51/+43
* serial: 8250_bcm2835aux: Restore clock error handlingStefan Wahren2024-01-041-0/+2
* serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-4/+2
* serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()Guo Mengqi2022-07-281-2/+4
* serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-081-1/+1
* serial: 8250_bcm2835aux: Use serial8250_em485_supportedIlpo Järvinen2022-06-101-0/+1
* serial: 8250_bcm2835aux: Add ACPI supportAdrien Thierry2022-02-081-6/+46
* serial: 8250: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-041-9/+3
* serial: 8250_bcm2835aux: Support rs485 software emulationLukas Wunner2020-03-071-2/+60
* serial: 8250_early: Add earlycon for BCM2835 aux uartMatthias Brugger2020-02-101-0/+18
* serial: 8250_bcm2835aux: Document struct bcm2835aux_dataLukas Wunner2020-01-221-0/+5
* serial: 8250_bcm2835aux: Use generic remapping codeLukas Wunner2020-01-221-5/+3
* serial: 8250_bcm2835aux: Allocate uart_8250_port on stackLukas Wunner2020-01-221-18/+15
* serial: 8250_bcm2835aux: Suppress register_port error on -EPROBE_DEFERLukas Wunner2020-01-221-2/+3
* serial: 8250_bcm2835aux: Suppress clk_get error on -EPROBE_DEFERPhil Elwell2020-01-221-1/+2
* serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner2020-01-221-1/+1
* tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-041-3/+1
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-5/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: 8250: Add CAP_MINI, set for bcm2835auxPhil Elwell2017-05-241-1/+1
* serial: bcm2835: fix unsigned int issue with irqMartin Sperl2016-02-141-5/+5
* serial: bcm2835: add driver for bcm2835-aux-uartMartin Sperl2016-02-061-0/+146