summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * tty: serial: imx: enable imx serial console port as moduleFugang Duan2020-07-292-40/+6
| * tty/synclink: remove leftover bits of non-PCI card supportChristoph Hellwig2020-07-291-241/+109
| * tty: Use the preferred form for passing the size of a structure typeGustavo A. R. Silva2020-07-291-7/+7
| * tty: Fix identation issues in struct serial_struct32Gustavo A. R. Silva2020-07-291-19/+19
| * tty: Avoid the use of one-element arraysGustavo A. R. Silva2020-07-291-2/+2
| * Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman2020-07-27303-3165/+3457
| |\
| * | serial: msm_serial: add sparse context annotationJohan Hovold2020-07-241-0/+2
| * | serial: pmac_zilog: add sparse context annotationJohan Hovold2020-07-241-0/+1
| * | newport_con: vc_color is now in stateJiri Slaby2020-07-241-5/+5
| * | 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
| * | tty: vt: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-212-2/+2
| * | 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-201395-6522/+12287
| |\ \
| * | | serial: Remove duplicated macro definition of port typeTiezhu Yang2020-07-061-14/+0
| * | | tty/vt: Do not warn when huge selection requestedAlexey Kardashevskiy2020-07-011-1/+1
| * | | serial: stm32: Use generic DT binding for announcing RTS/CTS linesErwan Le Ray2020-07-011-2/+3
| * | | dt-bindings: serial: add generic DT binding for announcing RTS/CTS linesErwan Le Ray2020-07-011-1/+3
| * | | tty: fix spelling mistakeFlavio Suligoi2020-06-271-1/+1
| * | | 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-273-1/+3
| * | | 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
| * | | tty/vt: check allocation size in con_set_unimap()Denis Efremov2020-06-241-1/+1
| * | | vt_ioctl: move perm checks level upJiri Slaby2020-06-241-9/+12
| * | | vt_ioctl: move vt_kdsetmode out of vt_k_ioctlJiri Slaby2020-06-241-35/+43
| * | | vt_ioctl: move vt_io_fontreset out of vt_io_ioctlJiri Slaby2020-06-241-18/+26
| * | | vt_ioctl: move vt_resizex out of vt_ioctlJiri Slaby2020-06-241-45/+55
| * | | vt_ioctl: move vt_reldisp out of vt_ioctlJiri Slaby2020-06-241-48/+40
| * | | vt_ioctl: move vt_setactivate out of vt_ioctlJiri Slaby2020-06-241-35/+39
| * | | vt_ioctl: move io ioctls to a separate functionJiri Slaby2020-06-241-79/+98
| * | | vt_ioctl: move K* ioctls to a separate functionJiri Slaby2020-06-241-137/+157