aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_of.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-13serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271Jim Quinlan1-0/+4
2021-03-28serial: 8250_of: Add nuvoton,wpcm450-uartJonathan Neuschäfer1-0/+1
2020-03-07serial: 8250: Generalize rs485 software emulationLukas Wunner1-2/+5
2020-03-07serial: 8250: Deduplicate ->rs485_config() callbackLukas Wunner1-31/+1
2020-02-24Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman1-1/+0
2020-02-12serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko1-1/+0
2020-02-10serial: 8250_tegra: Create Tegra specific 8250 driverJeff Brasen1-28/+0
2019-12-18tty/serial: Migrate 8250_fsl to use has_sysrqDmitry Safonov1-1/+3
2019-10-04tty: 8250_of: Use software emulated RS485 direction controlHeiko Schocher1-0/+31
2019-06-10tty: serial: 8250-of: Do not warn on deferred probeThierry Reding1-2/+3
2019-05-21serial: 8250_of: Use of_device_get_match_data()Andy Shevchenko1-6/+3
2019-02-26serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel1-0/+4
2019-01-30serial: 8250: Add OF support for Xscale variantLinus Walleij1-0/+1
2018-12-17serial: 8250: Rate limit serial port rx interrupts during input overrunsDarwin Dingel1-0/+5
2018-09-18serial: 8250_of: Fix for lack of interrupt supportJohn Garry1-9/+13
2018-07-16serial: 8250: of: Defer probe on missing IRQAlexander Sverdlin1-0/+4
2018-07-16serial: 8250: of: Correct of_platform_serial_setup() error handlingAlexander Sverdlin1-1/+1
2018-05-14serial: 8250_of: Add IO space supportJohn Garry1-27/+35
2018-04-23tty: serial: 8250: pass IRQ shared flag to UART portsKurt Kanzenbach1-0/+1
2018-03-09serial: 8250: Add Nuvoton NPCM UARTJoel Stanley1-0/+1
2018-01-09serial: 8250_of: fix return code when probe function fails to get resetMasahiro Yamada1-1/+4
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-6/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-08-28serial: 8250: of: Add new port type for MediaTek BTIF controller on MT7622/23 SoCSean Wang1-0/+2
2017-08-28serial: 8250_of: Add basic PM runtime supportFranklin S Cooper Jr1-11/+24
2017-08-28serial: 8250_of: use of_property_read_bool()Sergei Shtylyov1-2/+2
2017-07-30serial: 8250: fix error handling in of_platform_serial_probe()Alexey Khoroshilov1-9/+14
2017-06-03serial: 8250_of: Add reset supportJoel Stanley1-0/+10
2017-01-278250: of: remove remnants of generic of_serial driverArnd Bergmann1-69/+24
2017-01-12serial: 8250: Add new port type for TI DA8xx/66AK2xDavid Lechner1-0/+1
2016-10-27serial: 8250: pxa: add devicetree earlyconsoleRobert Jarzmik1-2/+0
2016-09-27serial: 8250: of: Load TX FIFO Threshold from DTThor Thayer1-0/+7
2016-04-30serial: 8250: of: Make tegra_serial_handle_break() staticThierry Reding1-1/+1
2016-02-06serial: 8250: of: Enable suspend/resume for 8250_of driverWang Dongsheng1-0/+1
2016-01-07serial: 8250: of: Fix the driver and actually compile the 8250_ofPeter Ujfalusi1-2/+1
2015-12-13serial: 8250: move of_serial code to 8250 directoryArnd Bergmann1-0/+348