aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+2
2018-08-12tty: serial: 8250: Revert NXP SC16C2552 workaroundMark1-2/+1
2018-08-02serial: 8250_exar: Read INT0 from slave device, tooAaron Sierra1-1/+5
2018-08-02serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam1-0/+1
2018-08-02serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu1-1/+1
2018-08-02tty: serial: uartlite: Add support for suspend and resumeShubhrajyoti Datta1-0/+36
2018-08-02tty: serial: uartlite: Add clock adaptationShubhrajyoti Datta1-2/+47
2018-08-02tty: serial: uartlite: Add structure for private dataShubhrajyoti Datta1-8/+21
2018-08-02serial: sh-sci: Improve support for separate TEI and DRI interruptsChris Brandt1-51/+40
2018-08-02serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPEChris Brandt1-31/+0
2018-08-02serial: sh-sci: Allow for compressed SCIF addressChris Brandt1-10/+15
2018-07-25serial: 8250: Use cached port name directly in messagesAndy Shevchenko2-14/+12
2018-07-23serial: 8250_exar: Drop unused variable in pci_xr17v35x_setup()Andy Shevchenko1-1/+0
2018-07-21serial: sh-sci: Drop superfluous assignment in sci_request_dma()Geert Uytterhoeven1-1/+0
2018-07-21serial: 8250_exar: Describe all members in struct exar8250_boardAndy Shevchenko1-0/+2
2018-07-21serial: 8250_exar: Remove useless has_slave memberAndy Shevchenko1-5/+2
2018-07-21serial: 8250_dw: Add compatible string for Renesas RZ/N1 UARTPhil Edworthy1-0/+1
2018-07-21serial: sh-sci: Fix use-after-free on subsequent port startupGeert Uytterhoeven1-0/+1
2018-07-16tty: serial: qcom_geni_serial: Add support for flow controlGirish Mahadevan1-31/+230
2018-07-16serial: 8250: of: Defer probe on missing IRQAlexander Sverdlin1-0/+4
2018-07-16serial: 8250: of: Correct of_platform_serial_setup() error handlingAlexander Sverdlin1-1/+1
2018-07-16serial: sh-sci: Add support for R7S9210Chris Brandt1-2/+75
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman1-2/+0
2018-07-13tty: serial: jsm: remove redundant pointer chColin Ian King1-2/+1
2018-07-13uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen1-5/+12
2018-07-12serial: 8250_dw: add fractional divisor supportJisheng Zhang1-0/+45
2018-07-12serial: 8250: export serial8250_do_set_divisor()Jisheng Zhang1-2/+3
2018-07-12serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang2-4/+27
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2-0/+2
2018-07-07serial: 8250_dw: Introduce IO accessors to extended registersAndy Shevchenko1-8/+17
2018-07-06serial: 8250: let serial8250_get_divisor() get uart_port * as paramJisheng Zhang1-4/+4
2018-07-06serial: sh-sci: Stop using deprecated dmaengine_terminate_all()Geert Uytterhoeven1-4/+4
2018-07-06serial: sh-sci: Stop TX DMA workqueue during port shutdownGeert Uytterhoeven1-2/+2
2018-07-06serial: sh-sci: Postpone DMA release when falling back to PIOGeert Uytterhoeven1-42/+41
2018-07-06serial: sh-sci: Stop RX FIFO timer during port shutdownGeert Uytterhoeven1-0/+2
2018-07-02Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman1-2/+0
2018-06-28serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko1-2/+0
2018-06-28serial: xuartps: remove unnecessary register writeHelmut Grohne1-2/+0
2018-06-28serial: xuartps: reduce hardware TX race conditionHelmut Grohne1-12/+7
2018-06-28serial: xuartps: fix typo in cdns_uart_startupHelmut Grohne1-1/+1
2018-06-28drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia1-2/+4
2018-06-28serial: 8250_omap: Add support for AM654 UART controllerNishanth Menon1-0/+1
2018-06-28tty: serial: exar: generalize RS485 setupDaniel Golle1-13/+25
2018-06-28serial: pxa: Fix an error handling path in 'serial_pxa_probe()'Christophe JAILLET1-1/+2
2018-06-28serial: max310x: Check the clock readinessJan Kundrát1-4/+10
2018-06-28tty: serial: imx: correct dma cookie statusRobin Gong1-1/+1
2018-06-28serial: imx: fix comment about UCR2_SRST and its handling for shadowingUwe Kleine-König1-1/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook3-4/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3