- cb22822 serial: 8250: allow disabling of Freescale 16550 compile test by Johan Hovold · 3 years, 4 months ago
- 74e1eb3 serial: mvebu-uart: fix driver's tx_empty callback by Pali Rohár · 3 years, 4 months ago
- 79e9e30 serial: 8250: 8250_omap: Fix RX_LVL register offset by Nishanth Menon · 3 years, 5 months ago
- a2d616b Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 3 years, 5 months ago
- 87875c1 parisc: Make struct parisc_driver::remove() return void by Uwe Kleine-König · 3 years, 5 months ago
- 2e5f3a6 tty: serial: uartlite: Use read_poll_timeout for a polling loop by Sean Anderson · 3 years, 5 months ago
- 3620a89 tty: serial: uartlite: Use constants in early_uartlite_putc by Sean Anderson · 3 years, 5 months ago
- 74d2fb7 serial: vt8500: Use of_device_get_match_data by Tang Bin · 3 years, 5 months ago
- a6a65f9 serial: tegra: Use of_device_get_match_data by Tang Bin · 3 years, 5 months ago
- 618bf2b serial: 8250_ingenic: Use of_device_get_match_data by Tang Bin · 3 years, 5 months ago
- fa934fc tty: serial: linflexuart: Remove redundant check to simplify the code by Tang Bin · 3 years, 5 months ago
- bd5305d tty: serial: fsl_lpuart: do software reset for imx7ulp and imx8qxp by Fugang Duan · 3 years, 5 months ago
- 4842215 tty: serial: fsl_lpuart: enable two stop bits for lpuart32 by Fugang Duan · 3 years, 5 months ago
- d5c38948 tty: serial: fsl_lpuart: fix the wrong mapbase value by Andy Duan · 3 years, 5 months ago
- 88c1d24 tty: serial: fsl_lpuart: check dma_tx_in_progress in tx dma callback by Fugang Duan · 3 years, 5 months ago
- 87b8061 serial: sh-sci: fix break handling for sysrq by Ulrich Hecht · 3 years, 5 months ago
- 3d881e3 serial: stm32: use devm_platform_get_and_ioremap_resource() by Tang Bin · 3 years, 5 months ago
- 59bd4ee serial: stm32: use the defined variable to simplify code by Tang Bin · 3 years, 5 months ago
- 94560f6 Revert "arm pl011 serial: support multi-irq request" by Qian Cai · 3 years, 5 months ago
- 9a4d22f tty: serial: samsung: Add Exynos850 SoC data by Sam Protsenko · 3 years, 5 months ago
- f63299b tty: serial: samsung: Fix driver data macros style by Sam Protsenko · 3 years, 5 months ago
- 920792a tty: serial: samsung: Init USI to keep clocks running by Sam Protsenko · 3 years, 5 months ago
- 217b04c serial: stm32: fix the conditional expression writing by Tang Bin · 3 years, 5 months ago
- 15e5802 Merge 5.14-rc5 into tty-next by Greg Kroah-Hartman · 3 years, 5 months ago
- 1fe0e1f serial: 8250_omap: Handle optional overrun-throttle-ms property by Tony Lindgren · 3 years, 6 months ago
- 341abd6 serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts. by Mario Kleiner · 3 years, 6 months ago
- 7c4a509 serial: 8250_mtk: fix uart corruption issue when rx power off by Zhiyong Tao · 3 years, 6 months ago
- 06e91df tty: serial: fsl_lpuart: fix the wrong return value in lpuart32_get_mctrl by Sherry Sun · 3 years, 6 months ago
- 6c44eb5 serial: omap: Only allow if 8250_omap is not selected by Tony Lindgren · 3 years, 6 months ago
- 33e5571 serial: omap: Disable PM runtime autoidle to remove pm_runtime_irq_safe() by Tony Lindgren · 3 years, 6 months ago
- 3a96e97 serial: 8250_pci: make setup_port() parameters explicitly unsigned by Greg Kroah-Hartman · 3 years, 6 months ago
- 9f90a4d tty: drop put_tty_driver by Jiri Slaby · 3 years, 6 months ago
- 39b7b42 tty: stop using alloc_tty_driver by Jiri Slaby · 3 years, 6 months ago
- 3d1fa05 serial: max310x: Use clock-names property matching to recognize EXTCLK by Andy Shevchenko · 3 years, 6 months ago
- 0a9410b serial: 8250_lpss: Enable DMA on Intel Elkhart Lake by Andy Shevchenko · 3 years, 6 months ago
- d7aff29 serial: 8250: Define RX trigger levels for OxSemi 950 devices by Maciej W. Rozycki · 3 years, 7 months ago
- 7f0909d serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driver by Andy Shevchenko · 3 years, 6 months ago
- 853a9ae serial: 8250: fix handle_irq locking by Johan Hovold · 3 years, 6 months ago
- cc9ca4d serial: tegra: Only print FIFO error message when an error occurs by Jon Hunter · 3 years, 7 months ago
- e5227c5 serial: 8250: Mask out floating 16/32-bit bus bits by Maciej W. Rozycki · 3 years, 7 months ago
- 61acaba serial: max310x: Unprepare and disable clock in error path by Andy Shevchenko · 3 years, 7 months ago
- 33969db serial: 8250_exar: Add ->unregister_gpio() callback by Andy Shevchenko · 3 years, 6 months ago
- e94159d tty: serial: Fix spelling mistake "Asychronous" -> "Asynchronous" by Colin Ian King · 3 years, 6 months ago
- 5bbe10a tty: serial: uartlite: Add runtime pm support by Shubhrajyoti Datta · 3 years, 6 months ago
- ed623df tty: serial: uartlite: Disable clocks in case of errors by Shubhrajyoti Datta · 3 years, 6 months ago
- 4fc2d3c serial: samsung: use dma_ops of DMA if attached by Tamseel Shams · 3 years, 7 months ago
- b081946 arm pl011 serial: support multi-irq request by Bing Fan · 3 years, 7 months ago
- 8d47923 serial: amba-pl011: add RS485 support by Lino Sanfilippo · 3 years, 7 months ago
- 240e126 tty: serial: jsm: hold port lock when reporting modem line changes by Zheyu Ma · 3 years, 6 months ago
- e7b9193 serial: core: Report magic multiplier extra baud rates by Maciej W. Rozycki · 3 years, 7 months ago
- b1442c5 serial: 8250: extend compile-test coverage by Johan Hovold · 3 years, 6 months ago
- 8a66b31 serial: 8250_bcm7271: use NULL to initialized a null pointer by Colin Ian King · 3 years, 6 months ago
- 1304320 serial: 8250_pnp: Support configurable clock frequency by Jianmin Lv · 3 years, 6 months ago
- cb3ea80 serial: 8250: 8250_omap: make a const array static, makes object smaller by Colin Ian King · 3 years, 6 months ago
- c932ed0 Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 6 months ago
- 15279eb serial: mvebu-uart: remove unused member nb from struct mvebu_uart by Pali Rohár · 3 years, 7 months ago
- deeaf96 serial: mvebu-uart: correctly calculate minimal possible baudrate by Pali Rohár · 3 years, 7 months ago
- ecd6b01 serial: mvebu-uart: do not allow changing baudrate when uartclk is not available by Pali Rohár · 3 years, 7 months ago
- 9078204 serial: mvebu-uart: fix calculation of clock divisor by Pali Rohár · 3 years, 7 months ago
- 5607fa6 serial: Prefer unsigned int to bare use of unsigned by Jinchao Wang · 3 years, 7 months ago
- b67e830 serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCs by Vignesh Raghavendra · 3 years, 7 months ago
- 08b0adb serial: qcom_geni_serial: use DT aliases according to DT bindings by Dmitry Baryshkov · 3 years, 7 months ago
- cddd53e Revert "tty: serial: Add UART driver for Cortina-Access platform" by Greg Kroah-Hartman · 3 years, 7 months ago
- b61c8bf tty: serial: Add UART driver for Cortina-Access platform by Jason Li · 3 years, 7 months ago
- d495dd7 serial_cs: Add Option International GSM-Ready 56K/ISDN modem by Ondrej Zary · 3 years, 7 months ago
- 11b1d88 serial_cs: remove wrong GLOBETROTTER.cis entry by Ondrej Zary · 3 years, 7 months ago
- f7adc73 serial: 8250: Handle custom baud rates in UPF_MAGIC_MULTIPLIER range by Maciej W. Rozycki · 3 years, 7 months ago
- 78bcae8 serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates by Maciej W. Rozycki · 3 years, 7 months ago
- b1691bd serial: 8250: Document SMSC Super I/O UART peculiarities by Maciej W. Rozycki · 3 years, 7 months ago
- 6cbe45d serial: 8250: Correct the clock for OxSemi PCIe devices by Maciej W. Rozycki · 3 years, 7 months ago
- f771a34 serial: 8250: Dissociate 4MHz Titan ports from Oxford ports by Maciej W. Rozycki · 3 years, 7 months ago
- 3ec2ff3 tty: make use of tty_get_{char,frame}_size by Jiri Slaby · 3 years, 7 months ago
- 8ea43ac mxs-auart: redefine AUART_LINECTRL_WLEN to accept bits count by Jiri Slaby · 3 years, 7 months ago
- 654ee49 tty: make tty_get_{char,frame}_size available by Jiri Slaby · 3 years, 7 months ago
- a7770a4 serial: stm32: defer probe for dma devices by Erwan Le Ray · 3 years, 7 months ago
- af9a1f6 serial: tegra-tcu: Reorder channel initialization by Mikko Perttunen · 3 years, 7 months ago
- 08a8441 serial: sh-sci: Stop dmaengine transfer in sci_stop_tx() by Yoshihiro Shimoda · 3 years, 7 months ago
- 99289bf Merge tag 'v5.13-rc6' into tty-next by Greg Kroah-Hartman · 3 years, 7 months ago
- 68afbd8 Merge tag 'v5.13-rc6' into driver-core-next by Greg Kroah-Hartman · 3 years, 7 months ago
- 7d356a4 serial: 8250_exar: Extract exar_get_platform() helper by Andy Shevchenko · 3 years, 7 months ago
- 7c3e8d9 serial: 8250_exar: Avoid NULL pointer dereference at ->exit() by Andy Shevchenko · 3 years, 7 months ago
- e901000 serial: sh-sci: Remove unused STEPFN() macro by Geert Uytterhoeven · 3 years, 7 months ago
- 3b2cd60 serial: sh-sci: Add support for RZ/G2L SoC by Biju Das · 3 years, 8 months ago
- d157fca serial: tty: uartlite: fix console setup by Daniel Mack · 3 years, 8 months ago
- db0a196 serial: imx: Add DMA buffer configuration via DT by Fabien Lahoudere · 3 years, 9 months ago
- 910cc953 Merge 5.13-rc4 into tty-next by Greg Kroah-Hartman · 3 years, 8 months ago
- 92722ba Merge 5.13-rc4 into driver-core-next by Greg Kroah-Hartman · 3 years, 8 months ago
- 3837f9a Merge tag 'tty-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 8 months ago
- 56dde68 Revert "serial: 8250: 8250_omap: Fix possible interrupt storm" by Greg Kroah-Hartman · 3 years, 8 months ago
- 9808f9b serial: 8250_pci: handle FL_NOIRQ board flag by Christian Gmeiner · 3 years, 8 months ago
- fad92b1 tty: serial: 8250: serial_cs: Fix a memory leak in error handling path by Christophe JAILLET · 3 years, 8 months ago
- 0160028 serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait' by Zheyu Ma · 3 years, 8 months ago
- f421ed3 Revert "serial: sh-sci: Add support for RZ/G2L SoC" by Greg Kroah-Hartman · 3 years, 8 months ago
- e0e2420 serial: 8250_pci: Add support for new HPE serial device by Randy Wright · 3 years, 8 months ago
- 31fae7c serial: 8250: 8250_omap: Fix possible interrupt storm by Vignesh Raghavendra · 3 years, 8 months ago
- 1f06f57 serial: 8250: Use BIT(x) for UART_{CAP,BUG}_* by Andrew Jeffery · 3 years, 8 months ago
- df8f2be serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUART by Andrew Jeffery · 3 years, 8 months ago
- b50155c tty: serial: xilinx_uartps: Fix documentation for cdns_uart_clk_notifier_cb() by Lee Jones · 3 years, 8 months ago
- 0e4b55973 tty: serial: st-asc: Demote a kernel-doc formatting abuse by Lee Jones · 3 years, 8 months ago
- cd256b0 tty/serial: make port of serial8250_register_8250_port const by Jiri Slaby · 3 years, 8 months ago