summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | serial: sh-sci: Postpone DMA release when falling back to PIOGeert Uytterhoeven2018-07-061-42/+41
* | | serial: sh-sci: Stop RX FIFO timer during port shutdownGeert Uytterhoeven2018-07-061-0/+2
* | | Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman2018-07-021-2/+0
|\ \ \ | | |/ | |/|
| * | serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko2018-06-281-2/+0
| |/
* | serial: xuartps: remove unnecessary register writeHelmut Grohne2018-06-281-2/+0
* | serial: xuartps: reduce hardware TX race conditionHelmut Grohne2018-06-281-12/+7
* | serial: xuartps: fix typo in cdns_uart_startupHelmut Grohne2018-06-281-1/+1
* | drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia2018-06-281-2/+4
* | serial: 8250_omap: Add support for AM654 UART controllerNishanth Menon2018-06-281-0/+1
* | tty: serial: exar: generalize RS485 setupDaniel Golle2018-06-281-13/+25
* | serial: pxa: Fix an error handling path in 'serial_pxa_probe()'Christophe JAILLET2018-06-281-1/+2
* | serial: max310x: Check the clock readinessJan Kundrát2018-06-281-4/+10
* | tty: serial: imx: correct dma cookie statusRobin Gong2018-06-281-1/+1
* | serial: imx: fix comment about UCR2_SRST and its handling for shadowingUwe Kleine-König2018-06-281-1/+2
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-123-4/+5
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3