summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman2020-07-275-13/+43
| |\
| * | serial: msm_serial: add sparse context annotationJohan Hovold2020-07-241-0/+2
| * | serial: pmac_zilog: add sparse context annotationJohan Hovold2020-07-241-0/+1
| * | serial: imx: use hrtimers for rs485 delaysAhmad Fatoum2020-07-211-26/+36
| * | serial: imx: implement rts delaying for rs485Uwe Kleine-König2020-07-211-36/+121
| * | serial: pch_uart: use generic power managementVaibhav Gupta2020-07-211-24/+10
| * | serial: altera_jtaguart: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-211-1/+1
| * | serial: core: Fix Coding StyleTamseel Shams2020-07-211-1/+3
| * | tty: serial: uartlite: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-211-1/+1
| * | tty: serial: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-212-3/+3
| * | Revert "serial: sh-sci: Initialize spinlock for uart console"Andy Shevchenko2020-07-211-3/+0
| * | Revert "serial: imx: Initialize lock for non-registered console"Andy Shevchenko2020-07-211-3/+0
| * | Revert "tty: serial: add missing spin_lock_init for SiFive serial console"Andy Shevchenko2020-07-211-1/+0
| * | Revert "serial: amba-pl011: Make sure we initialize the port.lock spinlock"Andy Shevchenko2020-07-211-1/+0
| * | Revert "serial: sunhv: Initialize lock for non-registered console"Andy Shevchenko2020-07-211-3/+0
| * | Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman2020-07-207-121/+53
| |\ \
| * | | serial: stm32: Use generic DT binding for announcing RTS/CTS linesErwan Le Ray2020-07-011-2/+3
| * | | serial: 8250_mtk: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+10
| * | | serial: 8250_ingenic: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+10
| * | | serial: 8250_pxa: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+8
| * | | serial: 8250_omap: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+10
| * | | serial: 8250_em: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+10
| * | | serial: kgdboc: Fix bad line wrapping in commentDouglas Anderson2020-06-271-1/+2
| * | | serial: serial-tegra: reduce irq-latency after rx errorsRandolph Maaßen2020-06-271-3/+3
| * | | 8250-men-mcb: fix signed/unsigned confusionPavel Machek2020-06-271-2/+2
| * | | serial: core: drop unnecessary gpio includeJohan Hovold2020-06-272-0/+2
| * | | tty: serial: fsl_lpuart: minimum baud rate supportVabhav Sharma2020-06-271-0/+3
| * | | tty: serial: qcom_geni_serial: Clean up an ARRAY_SIZE() vs sizeof()Dan Carpenter2020-06-271-1/+1
| * | | serial: samsung: fix spelling mistakeTamseel Shams2020-06-271-1/+1
| * | | serial: samsung: Minor whitespace cleanupsKrzysztof Kozlowski2020-06-271-13/+9
* | | | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-2/+1
|\ \ \ \
| * | | | sched,serial: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-2/+1
| |/ / /
* | | | Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-08-042-2/+2
|\ \ \ \
| * | | | serial: sunzilog: Return proper error code from console ->setup() hookAndy Shevchenko2020-06-251-1/+1
| * | | | serial: sunsab: Return proper error code from console ->setup() hookAndy Shevchenko2020-06-251-1/+1
* | | | | Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-031-48/+162
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tty: serial: qcom-geni-serial: Drop the icc bw votes in suspend for consoleRajendra Nayak2020-07-131-1/+15
| * | | | serial: qcom_geni_serial: Always use 4 bytes per TX FIFO wordDouglas Anderson2020-07-131-20/+37
| * | | | serial: qcom_geni_serial: Make kgdb work even if UART isn't consoleDouglas Anderson2020-07-131-25/+55
| * | | | tty: serial: qcom_geni_serial: Use OPP API to set clk/perf stateRajendra Nayak2020-06-241-4/+25
| * | | | tty: serial: qcom_geni_serial: Add interconnect supportAkash Asthana2020-06-241-3/+28
| * | | | soc: qcom-geni-se: Add interconnect support to fix earlycon crashAkash Asthana2020-06-241-0/+7
| | |/ / | |/| |
* | | | serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell2020-07-241-1/+11
* | | | serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin2020-07-211-0/+18
* | | | serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang2020-07-211-1/+1
* | | | serial: tegra: drop bogus NULL tty-port checksJohan Hovold2020-07-211-9/+4
* | | | serial: tegra: fix CREAD handling for PIOJohan Hovold2020-07-211-2/+5
* | | | tty: xilinx_uartps: Really fix id assignmentHelmut Grohne2020-07-211-2/+6
| |_|/ |/| |
* | | Merge tag 'tty-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-07-165-104/+36
|\ \ \
| * | | serial: core: Initialise spin lock before use in uart_configure_port()Andy Shevchenko2020-07-101-2/+14