summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-12/+12
* tty: serial: Add modem control gpio support for STM32 UARTManivannan Sadhasivam2020-05-151-0/+1
* serial: lantiq: Make driver modularRahul Tanwar2020-05-151-1/+3
* serial: lantiq: Make UART's use as console selectableRahul Tanwar2020-05-151-1/+8
* Merge 5.7-rc5 into tty-nextGreg Kroah-Hartman2020-05-111-1/+1
|\
| * tty: riscv: Using RISCV_SBI_V01 instead of RISCV_SBIKefeng Wang2020-04-221-1/+1
* | serial: lantiq: Add x86 in Kconfig dependencies for Lantiq serial driverRahul Tanwar2020-05-051-1/+1
|/
* Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-031-4/+0
|\
| * tty: source all tty Kconfig files in one placeRandy Dunlap2020-03-121-4/+0
* | tty: serial: make SERIAL_SPRD depend on COMMON_CLKChunyan Zhang2020-03-261-0/+1
* | Revert "tty: serial: samsung_tty: build it for any platform"Geert Uytterhoeven2020-03-171-0/+1
* | tty: serial: make SERIAL_SPRD not depend on ARCH_SPRDChunyan Zhang2020-03-061-1/+0
* | serial: ar933x_uart: add RS485 supportDaniel Golle2020-03-061-0/+1
* | tty: serial: samsung_tty: remove SERIAL_SAMSUNG_DEBUGGreg Kroah-Hartman2020-02-201-9/+0
* | tty: serial: samsung_tty: build it for any platformGreg Kroah-Hartman2020-02-201-1/+0
* | tty: serial: Kconfig: Fix a typoChristophe JAILLET2020-02-191-1/+1
|/
* tty: serial: Kconfig: Allow SERIAL_QCOM_GENI_CONSOLE to be enabled if SERIAL_...John Stultz2020-01-101-1/+1
* tty: serial: samsung: allow driver to be built by anyoneGreg Kroah-Hartman2019-12-121-1/+1
* Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-12-031-52/+52
|\
| * tty: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-48/+48
| * serial: fsl_linflexuart: Be consistent with the nameStefan-Gabriel Mirea2019-10-161-4/+4
* | riscv: don't allow selecting SBI based drivers for M-modeDamien Le Moal2019-11-131-1/+1
|/
* serial/sifive: select SERIAL_EARLYCONChristoph Hellwig2019-10-041-0/+1
* Merge tag 'tty-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-09-181-17/+16
|\
| * tty: serial: add dependence for CONFIG_SERIAL_FSL_LINFLEXUARTMao Wenan2019-09-041-0/+1
| * tty: serial: Add linflexuart driver for S32V234Stefan-gabriel Mirea2019-09-041-0/+15
| * serial: remove ks8695 driverArnd Bergmann2019-09-041-17/+0
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-09-171-1/+2
|\ \
| * | serial: lpc32xx_hs: allow compile-testingArnd Bergmann2019-08-151-1/+2
| |/
* | tty/serial: remove the ioc3_serial driverChristoph Hellwig2019-08-161-8/+0
* | tty/serial: remove the ioc4_serial driverChristoph Hellwig2019-08-161-9/+0
* | tty/serial: remove the sn_console driverChristoph Hellwig2019-08-161-10/+0
|/
* tty: serial: netx: Delete driverLinus Walleij2019-07-251-19/+0
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-07-201-0/+1
|\
| * serial: sa1100: add support for mctrl gpiosRussell King2019-06-041-0/+1
* | docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-1/+1
* | serial: mpsc: Remove obsolete MPSC driverMark Greer2019-07-031-14/+0
|/
* tty: serial: add driver for the SiFive UARTPaul Walmsley2019-04-291-0/+24
* serial: Add Milbeaut serial controlSugaya Taichi2019-04-161-0/+26
* tty: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2019-04-161-3/+0
* tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman2019-04-041-0/+1
* serial: Add Tegra Combined UART driverThierry Reding2019-01-301-0/+22
* tty/serial: Add RISC-V SBI earlycon supportAnup Patel2019-01-091-0/+12
* tty: serial: Add RDA8810PL UART driverManivannan Sadhasivam2018-12-311-0/+19
* tty/serial: atmel: Change the driver to work under at91-usart MFDRadu Pirea2018-09-101-0/+1
* tty: serial: drop ATH79 specific SoC symbolsJohn Crispin2018-05-141-1/+1
* serial: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-231-4/+0
* serial: sh-sci: Add support for dynamic instancesGeert Uytterhoeven2018-04-231-0/+2
* Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-051-0/+15
|\
| * tty: serial: msm_geni_serial: Add serial driver support for GENI based QUPKarthikeyan Ramasubramanian2018-03-201-0/+15