aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-13Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-24/+36
2017-08-01Revert "serial: Delete dead code for CIR serial ports"Sean Young1-6/+17
2017-08-01gpio: exar: Use correct property prefix and document bindingsJan Kiszka1-2/+2
2017-07-30tty: pl011: fix initialization order of QDF2400 E44Timur Tabi1-18/+19
2017-07-17tty: serial: lpuart: Fix the logic for detecting the 32-bit type UARTFabio Estevam1-9/+15
2017-07-17serial: imx: Prevent TX buffer PIO write when a DMA has been startedIan Jamison1-1/+1
2017-07-17Revert "serial: imx-serial - move DMA buffer configuration to DT"Greg Kroah-Hartman1-17/+8
2017-07-17serial: sh-sci: Uninitialized variables in sysfs filesDan Carpenter1-4/+8
2017-07-17serial: st-asc: Potential error pointer dereferenceDan Carpenter1-0/+1
2017-07-12drivers: tty: serial: move inline before return typeJoe Perches2-4/+4
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-5/+168
2017-07-03serial: exar: Add support for IOT2040 deviceJan Kiszka1-1/+128
2017-07-03gpio-exar/8250-exar: Make set of exported GPIOs configurableJan Kiszka1-3/+12
2017-07-03serial: exar: Factor out platform hooksJan Kiszka1-5/+27
2017-07-03gpio-exar/8250-exar: Rearrange gpiochip parenthoodJan Kiszka1-0/+2
2017-07-03gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cardsJan Kiszka1-1/+3
2017-06-29tty: serial: lpuart: add a more accurate baud rate calculation methodDong Aisheng1-7/+72
2017-06-29tty: serial: lpuart: add earlycon support for imx7ulpDong Aisheng1-0/+13
2017-06-29tty: serial: lpuart: add imx7ulp supportDong Aisheng1-0/+11
2017-06-29tty: serial: lpuart: add little endian 32 bit register supportDong Aisheng1-15/+30
2017-06-29tty: serial: lpuart: refactor lpuart32_{read|write} prototypeDong Aisheng1-61/+62
2017-06-29tty: serial: lpuart: introduce lpuart_soc_data to represent SoC propertyDong Aisheng1-20/+27
2017-06-29serial: imx-serial - move DMA buffer configuration to DTNandor Han1-8/+17
2017-06-29serial: imx: Enable RTSD only when neededNandor Han1-1/+3
2017-06-29serial: imx: Remove unused members from imx_port structFabio Estevam1-3/+0
2017-06-29serial: 8250: 8250_omap: Fix race b/w dma completion and RX timeoutVignesh R1-2/+21
2017-06-29serial: 8250: Fix THRE flag usage for CAP_MINIPhil Elwell1-0/+4
2017-06-20gpio-exar/8250-exar: Fix passing in of parent PCI deviceJan Kiszka1-1/+2
2017-06-20tty/serial: meson_uart: update to stable bindingsHelmut Klein1-6/+84
2017-06-20serial: Delete dead code for CIR serial portsMatthias Brugger1-17/+6
2017-06-20serial: sirf: make of_device_ids constArvind Yadav1-1/+1
2017-06-20serial/mpsc: switch to dma_alloc_attrsChristoph Hellwig1-4/+6
2017-06-20tty: serial: Add Actions Semi Owl UART earlyconAndreas Färber3-0/+155
2017-06-14tty/serial: atmel: make the driver DT onlyAlexandre Belloni1-63/+33
2017-06-14tty/serial: atmel: remove atmel_default_console_device handlingAlexandre Belloni1-43/+0
2017-06-13serial: rate limit custom-speed deprecation noticeJohan Hovold1-3/+2
2017-06-09serial: exar: Leave MPIOs as output for Commtech adaptersJan Kiszka1-4/+11
2017-06-09tty/serial: atmel: Remove AVR32 bits from the driverAndy Shevchenko2-27/+9
2017-06-03serial: uartps: Fix kernel doc warningsNava kishore Manne1-0/+1
2017-06-03serial: 8250_of: Add reset supportJoel Stanley1-0/+10
2017-06-03Fix serial console on SNI RM400 machinesThomas Bogendoerfer1-5/+10
2017-05-29Merge 4.12-rc3 into tty-nextGreg Kroah-Hartman7-19/+37
2017-05-25serial: altera_uart: call iounmap() at driver removeTobias Klauser1-0/+1
2017-05-25serial: imx: ensure UCR3 and UFCR are setup correctlyUwe Kleine-König1-2/+12
2017-05-24serial: 8250: Add CAP_MINI, set for bcm2835auxPhil Elwell3-1/+10
2017-05-24serial: sh-sci: Update warning message in sci_request_dma_chan()Geert Uytterhoeven1-2/+1
2017-05-24serial: meson: hide an unused functionArnd Bergmann1-9/+8
2017-05-18serial: enable serdev supportJohan Hovold1-2/+2
2017-05-18serial: core: fix crash in uart_suspend_portLucas Stach1-1/+1
2017-05-18serial: ifx6x60: fix use-after-free on module unloadJohan Hovold1-1/+1