aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_bcm2835aux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-04serial: 8250: Simplify with dev_err_probe()Krzysztof Kozlowski1-9/+3
2020-03-07serial: 8250_bcm2835aux: Support rs485 software emulationLukas Wunner1-2/+60
2020-02-10serial: 8250_early: Add earlycon for BCM2835 aux uartMatthias Brugger1-0/+18
2020-01-22serial: 8250_bcm2835aux: Document struct bcm2835aux_dataLukas Wunner1-0/+5
2020-01-22serial: 8250_bcm2835aux: Use generic remapping codeLukas Wunner1-5/+3
2020-01-22serial: 8250_bcm2835aux: Allocate uart_8250_port on stackLukas Wunner1-18/+15
2020-01-22serial: 8250_bcm2835aux: Suppress register_port error on -EPROBE_DEFERLukas Wunner1-2/+3
2020-01-22serial: 8250_bcm2835aux: Suppress clk_get error on -EPROBE_DEFERPhil Elwell1-1/+2
2020-01-22serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner1-1/+1
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-05-24serial: 8250: Add CAP_MINI, set for bcm2835auxPhil Elwell1-1/+1
2016-02-14serial: bcm2835: fix unsigned int issue with irqMartin Sperl1-5/+5
2016-02-06serial: bcm2835: add driver for bcm2835-aux-uartMartin Sperl1-0/+146