summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_of.c
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_of: Add clock_notifierBastien Curutchet2024-04-091-0/+37
* serial: 8250_of: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-80/+19
* serial: 8250_of: Drop quirk fot NPCM from 8250_portAndy Shevchenko2024-02-181-2/+42
* serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-3/+2
* serial: 8250_of: Use devm_clk_get_enabled()Andy Shevchenko2023-10-031-16/+8
* serial: 8250_of: Use dev_err_probe() instead of dev_warn()Andy Shevchenko2023-09-181-12/+8
* serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLEUwe Kleine-König2023-06-131-1/+1
* serial: 8250: RT288x/Au1xxx code away from coreIlpo Järvinen2023-05-131-1/+3
* serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-081-1/+1
* serial: 8250_of: Use serial8250_em485_supportedIlpo Järvinen2022-06-101-0/+1
* serial: 8250: add compatible for fsl,16550-FIFO64Eric Tremblay2022-04-151-0/+2
* serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock2022-01-261-1/+10
* serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271Jim Quinlan2021-05-131-0/+4
* serial: 8250_of: Add nuvoton,wpcm450-uartJonathan Neuschäfer2021-03-281-0/+1
* serial: 8250: Generalize rs485 software emulationLukas Wunner2020-03-071-2/+5
* serial: 8250: Deduplicate ->rs485_config() callbackLukas Wunner2020-03-071-31/+1
* Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman2020-02-241-1/+0
|\
| * serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko2020-02-121-1/+0
* | serial: 8250_tegra: Create Tegra specific 8250 driverJeff Brasen2020-02-101-28/+0
|/
* tty/serial: Migrate 8250_fsl to use has_sysrqDmitry Safonov2019-12-181-1/+3
* tty: 8250_of: Use software emulated RS485 direction controlHeiko Schocher2019-10-041-0/+31
* tty: serial: 8250-of: Do not warn on deferred probeThierry Reding2019-06-101-2/+3
* serial: 8250_of: Use of_device_get_match_data()Andy Shevchenko2019-05-211-6/+3
* serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel2019-02-261-0/+4
* serial: 8250: Add OF support for Xscale variantLinus Walleij2019-01-301-0/+1
* serial: 8250: Rate limit serial port rx interrupts during input overrunsDarwin Dingel2018-12-171-0/+5
* serial: 8250_of: Fix for lack of interrupt supportJohn Garry2018-09-181-9/+13
* serial: 8250: of: Defer probe on missing IRQAlexander Sverdlin2018-07-161-0/+4
* serial: 8250: of: Correct of_platform_serial_setup() error handlingAlexander Sverdlin2018-07-161-1/+1
* serial: 8250_of: Add IO space supportJohn Garry2018-05-141-27/+35
* tty: serial: 8250: pass IRQ shared flag to UART portsKurt Kanzenbach2018-04-231-0/+1
* serial: 8250: Add Nuvoton NPCM UARTJoel Stanley2018-03-091-0/+1
* serial: 8250_of: fix return code when probe function fails to get resetMasahiro Yamada2018-01-091-1/+4
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-6/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: 8250: of: Add new port type for MediaTek BTIF controller on MT7622/23...Sean Wang2017-08-281-0/+2
* serial: 8250_of: Add basic PM runtime supportFranklin S Cooper Jr2017-08-281-11/+24
* serial: 8250_of: use of_property_read_bool()Sergei Shtylyov2017-08-281-2/+2
* serial: 8250: fix error handling in of_platform_serial_probe()Alexey Khoroshilov2017-07-301-9/+14
* serial: 8250_of: Add reset supportJoel Stanley2017-06-031-0/+10
* 8250: of: remove remnants of generic of_serial driverArnd Bergmann2017-01-271-69/+24
* serial: 8250: Add new port type for TI DA8xx/66AK2xDavid Lechner2017-01-121-0/+1
* serial: 8250: pxa: add devicetree earlyconsoleRobert Jarzmik2016-10-271-2/+0
* serial: 8250: of: Load TX FIFO Threshold from DTThor Thayer2016-09-271-0/+7
* serial: 8250: of: Make tegra_serial_handle_break() staticThierry Reding2016-04-301-1/+1
* serial: 8250: of: Enable suspend/resume for 8250_of driverWang Dongsheng2016-02-061-0/+1
* serial: 8250: of: Fix the driver and actually compile the 8250_ofPeter Ujfalusi2016-01-071-2/+1
* serial: 8250: move of_serial code to 8250 directoryArnd Bergmann2015-12-131-0/+348