summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-08-12tty: serial: 8250: Revert NXP SC16C2552 workaroundMark
2018-08-02serial: 8250_exar: Read INT0 from slave device, tooAaron Sierra
2018-08-02serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam
2018-08-02serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu
2018-08-02tty: serial: uartlite: Add support for suspend and resumeShubhrajyoti Datta
2018-08-02tty: serial: uartlite: Add clock adaptationShubhrajyoti Datta
2018-08-02tty: serial: uartlite: Add structure for private dataShubhrajyoti Datta
2018-08-02serial: sh-sci: Improve support for separate TEI and DRI interruptsChris Brandt
2018-08-02serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPEChris Brandt
2018-08-02serial: sh-sci: Allow for compressed SCIF addressChris Brandt
2018-07-25serial: 8250: Use cached port name directly in messagesAndy Shevchenko
2018-07-23serial: 8250_exar: Drop unused variable in pci_xr17v35x_setup()Andy Shevchenko
2018-07-21serial: sh-sci: Drop superfluous assignment in sci_request_dma()Geert Uytterhoeven
2018-07-21serial: 8250_exar: Describe all members in struct exar8250_boardAndy Shevchenko
2018-07-21serial: 8250_exar: Remove useless has_slave memberAndy Shevchenko
2018-07-21serial: 8250_dw: Add compatible string for Renesas RZ/N1 UARTPhil Edworthy
2018-07-21serial: sh-sci: Fix use-after-free on subsequent port startupGeert Uytterhoeven
2018-07-16tty: serial: qcom_geni_serial: Add support for flow controlGirish Mahadevan
2018-07-16serial: 8250: of: Defer probe on missing IRQAlexander Sverdlin
2018-07-16serial: 8250: of: Correct of_platform_serial_setup() error handlingAlexander Sverdlin
2018-07-16serial: sh-sci: Add support for R7S9210Chris Brandt
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman
2018-07-13tty: serial: jsm: remove redundant pointer chColin Ian King
2018-07-13uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen
2018-07-12serial: 8250_dw: add fractional divisor supportJisheng Zhang
2018-07-12serial: 8250: export serial8250_do_set_divisor()Jisheng Zhang
2018-07-12serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-07-07serial: 8250_dw: Introduce IO accessors to extended registersAndy Shevchenko
2018-07-06serial: 8250: let serial8250_get_divisor() get uart_port * as paramJisheng Zhang
2018-07-06serial: sh-sci: Stop using deprecated dmaengine_terminate_all()Geert Uytterhoeven
2018-07-06serial: sh-sci: Stop TX DMA workqueue during port shutdownGeert Uytterhoeven
2018-07-06serial: sh-sci: Postpone DMA release when falling back to PIOGeert Uytterhoeven
2018-07-06serial: sh-sci: Stop RX FIFO timer during port shutdownGeert Uytterhoeven
2018-07-02Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman
2018-06-28serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko
2018-06-28serial: xuartps: remove unnecessary register writeHelmut Grohne
2018-06-28serial: xuartps: reduce hardware TX race conditionHelmut Grohne
2018-06-28serial: xuartps: fix typo in cdns_uart_startupHelmut Grohne
2018-06-28drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia
2018-06-28serial: 8250_omap: Add support for AM654 UART controllerNishanth Menon
2018-06-28tty: serial: exar: generalize RS485 setupDaniel Golle
2018-06-28serial: pxa: Fix an error handling path in 'serial_pxa_probe()'Christophe JAILLET
2018-06-28serial: max310x: Check the clock readinessJan Kundrát
2018-06-28tty: serial: imx: correct dma cookie statusRobin Gong
2018-06-28serial: imx: fix comment about UCR2_SRST and its handling for shadowingUwe Kleine-König
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook