- 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
- 43a0a98 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
- 344e3c77 sparc: serial: sunhv: fix a double lock bug by Dan Carpenter · 8 years ago
- d305345 serial: clps711x: Changing the compatibility string to match with the smallest supported chip by Alexander Shiyan · 8 years ago
- 98f2082 tty/serial: atmel: enforce tasklet init and termination sequences by Nicolas Ferre · 8 years ago
- 5fd2b6e serial: sh-sci: Stop transfers in sci_shutdown() by Geert Uytterhoeven · 8 years ago
- 755dd8a serial: 8250_ingenic: drop #if conditional surrounding earlycon code by Masahiro Yamada · 8 years ago
- ae73975 serial: 8250_mtk: drop !defined(MODULE) conditional by Masahiro Yamada · 8 years ago
- 68b7805 serial: 8250_uniphier: drop !defined(MODULE) conditional by Masahiro Yamada · 8 years ago
- 4ef03d3 tty/serial/8250: use mctrl_gpio helpers by Yegor Yefremov · 8 years ago
- 434be0a serial: mctrl_gpio: enable API usage only for initialized mctrl_gpios struct by Yegor Yefremov · 8 years ago
- bf5cee6 serial: mctrl_gpio: add modem control read routine by Yegor Yefremov · 8 years ago
- 36fd95b tty/serial/8250: make UART_MCR register access consistent by Yegor Yefremov · 8 years ago
- 692aa19 serial: 8250_mid: Read RX buffer on RX DMA timeout for DNV by Chuah, Kim Tatt · 8 years ago
- fd9e516 serial: 8250_dma: Export serial8250_rx_dma_flush() by Chuah, Kim Tatt · 8 years ago
- c6f8278 dmaengine: hsu: Export hsu_dma_get_status() by Chuah, Kim Tatt · 8 years ago
- d03516d tty: serial: 8250: add CON_CONSDEV to flags by Matthew Leach · 8 years ago
- bbb5ff9 tty: serial: samsung: add byte-order aware bit functions by Matthew Leach · 8 years ago
- e37697b tty: serial: samsung: fixup accessors for endian by Matthew Leach · 8 years ago
- 3548e45 serial: sirf: make fifo functions static by Ben Dooks · 8 years ago
- ce87122 serial: mps2-uart: make driver explicitly non-modular by Vladimir Murzin · 8 years ago
- c2c1659 serial: mvebu-uart: free the IRQ in ->shutdown() by Thomas Petazzoni · 8 years ago
- a593886 serial/bcm63xx_uart: use correct alias naming by Jonas Gorski · 8 years ago
- a10aebe serial: m32r_sio: make it explicitly non-modular by Paul Gortmaker · 8 years ago
- 03ba5d5 serial: vt8500_serial: make it explicitly non-modular by Paul Gortmaker · 8 years ago
- ca16c5a serial: pxa: make it explicitly non-modular by Paul Gortmaker · 8 years ago
- 8d6d544 serial: 8250_uniphier: add COMPILE_TEST option by Masahiro Yamada · 8 years ago
- 78adcca serial: max310x: Assign port line automatically by Alexander Shiyan · 8 years ago
- c8246fe serial: max310x: Unregister UARTs on error by Alexander Shiyan · 8 years ago
- e940e81 serial: max310x: Remove duplicate bits definition by Alexander Shiyan · 8 years ago
- 6286767a serial: max310x: Register UART driver at module_init by Alexander Shiyan · 8 years ago
- 0e8cc7c serial: max310x: Using resource-managed function for GPIO by Alexander Shiyan · 8 years ago
- 5bdb48b serial: max310x: Fix RS485 handling by Alexander Shiyan · 8 years ago
- 55c368c 8250_pci: Adds support for the WCH CH355 4S card by Alexandr Petrenko · 8 years ago
- 926b7b5 serial: samsung: Fix possible out of bounds access on non-DT platform by Krzysztof Kozlowski · 8 years ago
- e51e4d8 serial: samsung: Fix ERR pointer dereference on deferred probe by Krzysztof Kozlowski · 8 years ago
- 4da22f1 serial: 8250_fintek: fix the mismatched IRQ mode by Ji-Ze Hong (Peter Hong) · 8 years ago
- 24a6a30 serial: pic32_uart: Fix double free of 'sport->irq_fault_name'. by Purna Chandra Mandal · 9 years ago
- 210417c tty: xuartps: disable clocks when not used by Shubhrajyoti Datta · 8 years ago
- 0058f08 tty/serial: atmel: fix RS485 half duplex with DMA by Alexandre Belloni · 8 years ago
- 637ba54 tty/serial: atmel: add comment for the ring buffer size macro by Ludovic Desroches · 8 years ago
- 00e8e658 tty/serial: atmel: split tx and rx paths by Nicolas Ferre · 8 years ago
- 9205218 tty/serial: atmel: re-integrate status check in irq handler by Nicolas Ferre · 8 years ago
- a7cfaf1 serial: serial_core: Perform NULL checks for release/request_port ops by Fabio Estevam · 8 years ago
- 3e5af8e serial: Make SERIAL_MPS2_UART depend on ARCH_MPS2 by Geert Uytterhoeven · 9 years ago
- 9a3f5bf tty: serial: msm: fix definition of msm_stop_dma by Ben Dooks · 8 years ago
- 30acf54 tty: serial: msm: Don't read off end of tx fifo by Bjorn Andersson · 8 years ago
- 002eb41 tty:serial:msm:Do not restore Rx interrupts in DMA by Charanya Venkatraman · 8 years ago
- e4276ff tty: serial: msm: Cleanup include usage by Stephen Boyd · 9 years ago
- 2a31f09 tty: serial: msm: Only configure MND registers on hw that has it by Stephen Boyd · 9 years ago
- 3217374 tty: serial: msm: Move header file into driver by Stephen Boyd · 9 years ago
- 01e4d27 serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UART by Kefeng Wang · 9 years ago
- fc2af33 serial: sh-sci: Clear (H)SCIF timeout and overrun during reset by Geert Uytterhoeven · 8 years ago
- 2768cf4 serial: sh-sci: Clear RX, error, and break flags during reset by Geert Uytterhoeven · 8 years ago
- 44763d3 serial: sh-sci: Do not start transfers from sci_startup() by Geert Uytterhoeven · 8 years ago
- 861a70a serial: sh-sci: Add DT support for dedicated RTS/CTS by Geert Uytterhoeven · 8 years ago
- 33f50ff serial: sh-sci: Fix support for hardware-assisted RTS/CTS by Geert Uytterhoeven · 8 years ago
- e9d7a45 serial: sh-sci: Add pin initialization for SCIFA/SCIFB by Geert Uytterhoeven · 8 years ago
- d2b9775 serial: sh-sci: Correct pin initialization on (H)SCIF by Geert Uytterhoeven · 8 years ago
- 4780c09 serial: sh-sci: Add more Serial Port Control/Data Register documentation by Geert Uytterhoeven · 8 years ago
- ef5e90e serial: sh-sci: Add more Serial Port Register documentation by Geert Uytterhoeven · 8 years ago
- abbf121 serial: sh-sci: Do not open-code sci_getreg() by Geert Uytterhoeven · 8 years ago
- f907c9e serial: sh-sci: Add support for GPIO-controlled modem lines by Geert Uytterhoeven · 8 years ago
- 71e98e0 serial: sh-sci: Always set TIOCM_CTS in .get_mctrl() callback by Geert Uytterhoeven · 8 years ago
- 17b2720 tty: 8250, remove shadow and unused variables by Jiri Slaby · 8 years ago
- 394a9e2 TTY: serial, handle platform_get_irq retval properly by Jiri Slaby · 9 years ago
- 934014d tty: 8250, kill DEBUG_INTR by Jiri Slaby · 9 years ago
- b0f8aed tty: 8250, drop unused members from struct old_serial_port by Jiri Slaby · 9 years ago
- 6137b7a tty: stop defining STD_COM_FLAGS in drivers by Jiri Slaby · 9 years ago
- 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
- e10abc6 Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
- a0d3c7c Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
- 07b7526 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
- 1eccc6e Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
- 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
- 157b939 serial: pic32_uart: Add PIC32 UART driver by Andrei Pistirica · 9 years ago
- 7da4b8b serial: core: Fix port mutex assert if lockdep disabled by Peter Hurley · 9 years ago
- 6550be9 serial: 8250_dw: fix wrong logic in dw8250_check_lcr() by Kefeng Wang · 9 years ago
- 11ca2b7 QE-UART: add "fsl,t1040-ucc-uart" to of_device_id by Zhao Qiang · 9 years ago
- b67fcbd serial: mctrl_gpio: Drop support for out1-gpios and out2-gpios by Geert Uytterhoeven · 9 years ago
- 204e986 serial: 8250dw: Add device HID for future AMD UART controller by Wang Hongcheng · 9 years ago
- d11df618 serial: mctrl_gpio: add IRQ locking by Yegor Yefremov · 9 years ago
- fa01e2c serial: 8250: Integrate Fintek into 8250_base by Ricardo Ribalda Delgado · 9 years ago
- bd8d257 serial: mps2-uart: add support for early console by Vladimir Murzin · 9 years ago
- 041f031 serial: mps2-uart: add MPS2 UART driver by Vladimir Murzin · 9 years ago
- 7f60830 serial: sirf: Use generic uart-has-rtscts DT property by Geert Uytterhoeven · 9 years ago
- af99c18 serial: sirf: Introduce helper variable struct device_node *np by Geert Uytterhoeven · 9 years ago
- 182cdcb serial: mxs-auart: Use generic uart-has-rtscts DT property by Geert Uytterhoeven · 9 years ago
- 1006ed7 serial: imx: Use generic uart-has-rtscts DT property by Geert Uytterhoeven · 9 years ago
- 28264eb serial: 8250: of: Make tegra_serial_handle_break() static by Thierry Reding · 9 years ago
- d1f9815 serial: omap8250: Terminate rx dma only for flushes by Peter Hurley · 9 years ago
- 33d9b8b2 serial: 8250: Extract IIR logic steering from rx dma by Peter Hurley · 9 years ago
- b74fdd2 serial: omap8250: Simplify rx dma completion interface by Peter Hurley · 9 years ago
- ed183ee serial: omap8250: Drop rx buffer sync by Peter Hurley · 9 years ago
- ddedfd8 serial: 8250: Validate dmaengine tx chan meets requirements by Peter Hurley · 9 years ago
- ec5a11a serial: 8250: Validate dmaengine rx chan meets requirements by Peter Hurley · 9 years ago
- 06c5e362 serial: tegra: Remove unused variable by Thierry Reding · 9 years ago
- 973ea59 serial-uartlite: Constify uartlite_be/uartlite_le by Maarten Brock · 9 years ago
- 1681d21 serial: 8250_uniphier: add "\n" at the end of error log by Masahiro Yamada · 9 years ago
- 9c58950 serial: 8250: Remove unused define by Peter Hurley · 9 years ago