aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-01Revert "serial: Delete dead code for CIR serial ports"Sean Young1-6/+17
2017-08-01gpio: exar: Use correct property prefix and document bindingsJan Kiszka1-2/+2
2017-07-30tty: pl011: fix initialization order of QDF2400 E44Timur Tabi1-18/+19
2017-07-30serial: fsl_lpuart: clear unsupported options in .rs485_config()Uwe Kleine-König1-0/+5
2017-07-30serial: 8250_pci: Enable device after we check black listAndy Shevchenko1-10/+29
2017-07-30serial: core: move UPF_NO_TXEN_TEST to quirks and renameAndy Shevchenko3-10/+10
2017-07-30serial: core: enforce type for upf_t when copyingAndy Shevchenko1-2/+2
2017-07-30serial: 8250_early: Remove __init marking from early writeJeffy Chen1-4/+4
2017-07-30serial: 8250_ingenic: Remove __init marking from early writeJeffy Chen1-4/+4
2017-07-30serial: xuartps: Remove __init marking from early writeJeffy Chen1-1/+1
2017-07-30serial: omap: Remove __init marking from early writeJeffy Chen1-7/+6
2017-07-30serial: arc: Remove __init marking from early writeJeffy Chen1-2/+2
2017-07-30drivers/serial: Do not leave sysfs group in case of error in aspeed_vuart_probe()Alexey Khoroshilov1-2/+5
2017-07-30serial: sprd: clear timeout interrupt only rather than all interruptsLanqing Liu1-1/+3
2017-07-30serial: imx: drop useless member from driver dataUwe Kleine-König1-12/+1
2017-07-30serial: tegra: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-07-30serial: 8250_dw: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-07-30serial: 8250: fix error handling in of_platform_serial_probe()Alexey Khoroshilov1-9/+14
2017-07-30tty: Convert to using %pOF instead of full_nameRob Herring3-10/+10
2017-07-30tty: serial: jsm: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-30tty: serial: pci: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-30tty: serial: exar: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-30serial: stm32: add fifo supportGerald Baeza2-0/+11
2017-07-30serial: stm32: add wakeup mechanismFabrice Gasnier2-1/+118
2017-07-30serial: stm32: fix error handling in probeFabrice Gasnier1-2/+9
2017-07-30serial: stm32: add RTS supportBich HEMON1-1/+1
2017-07-30serial: stm32: Increase maximum number of portsGerald Baeza1-1/+1
2017-07-30serial: stm32: fix multi-ports managementGerald Baeza2-5/+8
2017-07-30serial: stm32: fix copyrightBich HEMON2-0/+2
2017-07-23Merge 4.13-rc2 into tty-nextGreg Kroah-Hartman4-31/+33
2017-07-18tty/serial/fsl_lpuart: Add CONSOLE_POLL support for lpuart32.Marius Vlad1-1/+57
2017-07-18tty: serial: owl: Implement console driverAndreas Färber2-4/+635
2017-07-17tty: serial: lpuart: Fix the logic for detecting the 32-bit type UARTFabio Estevam1-9/+15
2017-07-17serial: imx: Prevent TX buffer PIO write when a DMA has been startedIan Jamison1-1/+1
2017-07-17Revert "serial: imx-serial - move DMA buffer configuration to DT"Greg Kroah-Hartman1-17/+8
2017-07-17serial: sh-sci: Uninitialized variables in sysfs filesDan Carpenter1-4/+8
2017-07-17serial: st-asc: Potential error pointer dereferenceDan Carpenter1-0/+1
2017-07-12drivers: tty: serial: move inline before return typeJoe Perches2-4/+4
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-5/+168
2017-07-03serial: exar: Add support for IOT2040 deviceJan Kiszka1-1/+128
2017-07-03gpio-exar/8250-exar: Make set of exported GPIOs configurableJan Kiszka1-3/+12
2017-07-03serial: exar: Factor out platform hooksJan Kiszka1-5/+27
2017-07-03gpio-exar/8250-exar: Rearrange gpiochip parenthoodJan Kiszka1-0/+2
2017-07-03gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cardsJan Kiszka1-1/+3
2017-06-29tty: serial: lpuart: add a more accurate baud rate calculation methodDong Aisheng1-7/+72
2017-06-29tty: serial: lpuart: add earlycon support for imx7ulpDong Aisheng1-0/+13
2017-06-29tty: serial: lpuart: add imx7ulp supportDong Aisheng1-0/+11
2017-06-29tty: serial: lpuart: add little endian 32 bit register supportDong Aisheng1-15/+30
2017-06-29tty: serial: lpuart: refactor lpuart32_{read|write} prototypeDong Aisheng1-61/+62
2017-06-29tty: serial: lpuart: introduce lpuart_soc_data to represent SoC propertyDong Aisheng1-20/+27