summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-10-252-15/+28
|\
| * tty/serial: atmel: Change the driver to work under at91-usart MFDRadu Pirea2018-09-102-15/+28
* | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-31/+12
|\ \
| * | kill TIOCSER[SG]WILDAl Viro2018-10-131-5/+0
| * | serial_core: switch to ->[sg]et_serial()Al Viro2018-10-131-26/+12
| |/
* | Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-10-231-3/+4
|\ \
| * | gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik2018-09-131-1/+1
| * | gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik2018-09-131-3/+4
| |/
* | Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-111-2/+2
|\ \
| * | treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-2/+2
| |/
* | Revert "serial: sh-sci: Allow for compressed SCIF address"Geert Uytterhoeven2018-10-021-15/+10
* | Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"Geert Uytterhoeven2018-10-021-0/+31
* | Revert "serial: 8250_dw: Fix runtime PM handling"Guenter Roeck2018-10-021-4/+0
* | serial: imx: restore handshaking irq for imx1Uwe Kleine-König2018-09-201-0/+8
* | serial: cpm_uart: return immediately from console pollChristophe Leroy2018-09-181-3/+7
* | tty: serial: lpuart: avoid leaking struct tty_structStefan Agner2018-09-181-1/+2
* | serial: mvebu-uart: Fix reporting of effective CSIZE to userspaceJan Kiszka2018-09-181-0/+1
|/
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-182-0/+2
|\
| * Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-161-2/+0
| |\
| * | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-072-0/+2
* | | tty: serial: 8250: Revert NXP SC16C2552 workaroundMark2018-08-121-2/+1
* | | serial: 8250_exar: Read INT0 from slave device, tooAaron Sierra2018-08-021-1/+5
* | | serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam2018-08-021-0/+1
* | | serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu2018-08-021-1/+1
* | | tty: serial: uartlite: Add support for suspend and resumeShubhrajyoti Datta2018-08-021-0/+36
* | | tty: serial: uartlite: Add clock adaptationShubhrajyoti Datta2018-08-021-2/+47
* | | tty: serial: uartlite: Add structure for private dataShubhrajyoti Datta2018-08-021-8/+21
* | | serial: sh-sci: Improve support for separate TEI and DRI interruptsChris Brandt2018-08-021-51/+40
* | | serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPEChris Brandt2018-08-021-31/+0
* | | serial: sh-sci: Allow for compressed SCIF addressChris Brandt2018-08-021-10/+15
* | | serial: 8250: Use cached port name directly in messagesAndy Shevchenko2018-07-252-14/+12
* | | serial: 8250_exar: Drop unused variable in pci_xr17v35x_setup()Andy Shevchenko2018-07-231-1/+0
* | | serial: sh-sci: Drop superfluous assignment in sci_request_dma()Geert Uytterhoeven2018-07-211-1/+0
* | | serial: 8250_exar: Describe all members in struct exar8250_boardAndy Shevchenko2018-07-211-0/+2
* | | serial: 8250_exar: Remove useless has_slave memberAndy Shevchenko2018-07-211-5/+2
* | | serial: 8250_dw: Add compatible string for Renesas RZ/N1 UARTPhil Edworthy2018-07-211-0/+1
* | | serial: sh-sci: Fix use-after-free on subsequent port startupGeert Uytterhoeven2018-07-211-0/+1
* | | tty: serial: qcom_geni_serial: Add support for flow controlGirish Mahadevan2018-07-161-31/+230
* | | serial: 8250: of: Defer probe on missing IRQAlexander Sverdlin2018-07-161-0/+4
* | | serial: 8250: of: Correct of_platform_serial_setup() error handlingAlexander Sverdlin2018-07-161-1/+1
* | | serial: sh-sci: Add support for R7S9210Chris Brandt2018-07-161-2/+75
* | | tty: serial: jsm: remove redundant pointer chColin Ian King2018-07-131-2/+1
* | | uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen2018-07-131-5/+12
* | | serial: 8250_dw: add fractional divisor supportJisheng Zhang2018-07-121-0/+45
* | | serial: 8250: export serial8250_do_set_divisor()Jisheng Zhang2018-07-121-2/+3
* | | serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang2018-07-122-4/+27
* | | serial: 8250_dw: Introduce IO accessors to extended registersAndy Shevchenko2018-07-071-8/+17
* | | serial: 8250: let serial8250_get_divisor() get uart_port * as paramJisheng Zhang2018-07-061-4/+4
* | | serial: sh-sci: Stop using deprecated dmaengine_terminate_all()Geert Uytterhoeven2018-07-061-4/+4
* | | serial: sh-sci: Stop TX DMA workqueue during port shutdownGeert Uytterhoeven2018-07-061-2/+2
OpenPOWER on IntegriCloud