summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
Commit message (Expand)AuthorAgeFilesLines
* earlycon: simplify earlycon-table implementationJohan Hovold2020-12-041-4/+2
* tty: serial: bcm63xx: lower driver dependenciesRafał Miłecki2020-11-261-1/+1
* serial: mxs-auart: Remove unneeded platform_device_idFabio Estevam2020-11-261-17/+4
* serial: 8250-mtk: Fix reference leak in mtk8250_probeZhang Qilong2020-11-261-3/+10
* Merge 5.10-rc5 into tty-nextGreg Kroah-Hartman2020-11-232-21/+15
|\
| * serial: ar933x_uart: disable clk on error handling path in probeZheng Zengkai2020-11-121-2/+4
| * tty: serial: imx: keep console clocks always onFugang Duan2020-11-121-17/+3
| * tty: serial: imx: fix potential deadlockSam Nobs2020-11-121-2/+8
* | serial: imx: Remove unused .id_table supportFabio Estevam2020-11-181-20/+0
* | tty: serial: pmac_zilog: Remove unused disposable variable 'garbage'Lee Jones2020-11-131-4/+4
* | tty: serial: 8250: 8250_port: Move prototypes to shared locationLee Jones2020-11-131-3/+0
* | serial: imx: Remove unused platform data supportFabio Estevam2020-11-121-29/+3
* | serial: 8250: 8250_omap: Fix unused variable warningVignesh Raghavendra2020-11-121-13/+13
* | serial: 8250: 8250_omap: Fix possible array out of bounds accessVignesh Raghavendra2020-11-121-0/+1
* | Merge 5.10-rc3 into tty-nextGreg Kroah-Hartman2020-11-093-1/+5
|\|
| * serial: txx9: add missing platform_driver_unregister() on error in serial_txx...Qinglang Miao2020-11-061-0/+3
| * tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabledLucas Stach2020-11-061-0/+1
| * serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang2020-11-061-1/+1
* | tty: serial: msm_serial: Constify msm_uart_popsRikard Falkeborn2020-11-061-1/+1
* | serial: 8250: 8250_omap: Disable RX interrupt after DMA enableVignesh Raghavendra2020-11-061-1/+41
* | tty: serial: linflexuart: Remove unnecessary '|' operation and add error countLiu Xiang2020-11-061-10/+9
* | serial: mctrl_gpio: Fix passing zero to 'ERR_PTR' warningYueHaibing2020-11-061-1/+1
* | tty: serial: remove pnx8xxx uart driverThomas Bogendoerfer2020-11-063-875/+0
* | tty: serial: serial-tegra: Provide some missing struct member descriptionsLee Jones2020-11-061-0/+5
* | tty: serial: stm32-usart: Remove set but unused 'cookie' variablesLee Jones2020-11-061-4/+2
* | tty: serial: sifive: Struct headers should start with 'struct <name>'Lee Jones2020-11-061-1/+2
* | tty: serial: serial-tegra: Struct headers should start with 'struct <name>'Lee Jones2020-11-061-1/+1
* | tty: serial: xilinx_uartps: Supply description for missing member 'cts_override'Lee Jones2020-11-061-0/+1
* | tty: serial: ifx6x60: Fix function documentation headersLee Jones2020-11-061-1/+2
* | tty: serial: msm_serial: Remove set but unused variable 'status'Lee Jones2020-11-061-2/+1
* | tty: serial: lpc32xx_hs: Remove unused variable 'tmp'Lee Jones2020-11-061-2/+1
* | tty: serial: amba-pl011: Mark 'sbsa_uart_acpi_match' as __maybe_unusedLee Jones2020-11-061-1/+1
* | tty: serial: 8250: serial_cs: Remove unused/unchecked variable 'err'Lee Jones2020-11-061-6/+3
* | tty: serial: jsm: jsm_cls: Remove unused variable 'discard'Lee Jones2020-11-061-3/+1
* | Merge 5.10-rc2 into tty-nextGreg Kroah-Hartman2020-11-042-12/+13
|\|
| * tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028AVladimir Oltean2020-10-281-6/+7
| * tty: serial: 21285: fix lockup on openRussell King2020-10-281-6/+6
* | serial: max310x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko2020-10-281-15/+15
* | serial: max310x: Make use of device propertiesAndy Shevchenko2020-10-281-18/+9
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-241-1/+1
|\
| * Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2020-09-131-1/+1
| |\
| | * ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNGArnd Bergmann2020-08-191-1/+1
* | | Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2020-10-161-5/+4
|\ \ \
| * | | MIPS: Replace SIBYTE_1956_WAR by CONFIG_SB1_PASS_2_WORKAROUNDSThomas Bogendoerfer2020-09-071-5/+4
| | |/ | |/|
* | | serial: mcf: add sysrq capabilityAngelo Dureghello2020-10-051-0/+1
* | | serial: fsl_lpuart: add sysrq support when using dmaAngelo Dureghello2020-10-051-0/+57
* | | serial: max310x: rework RX interrupt handlingThomas Petazzoni2020-10-011-5/+24
* | | serial: 8250_dw: Fix clk-notifier/port suspend deadlockSerge Semin2020-09-301-35/+19
* | | serial: 8250: Skip uninitialized TTY port baud rate updateSerge Semin2020-09-301-0/+4
* | | serial: 8250: Discard RTS/DTS setting from clock update methodSerge Semin2020-09-301-1/+0