summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2016-01-28tty: Remove ASYNC_CLOSINGPeter Hurley
2016-01-28serial: core: Perform RTS signalling before soft flow ctrlPeter Hurley
2016-01-28serial: core: Unfold < 80 char linesPeter Hurley
2016-01-28serial: core: Remove cast from void ptr in uart_open()Peter Hurley
2016-01-28serial: core: Cleanup uart_open() exitPeter Hurley
2016-01-28serial: Fix ASYNC_* => UPF_* flags misusePeter Hurley
2016-01-28serial: core: Use tty->index for port # in debug messagesPeter Hurley
2016-01-28serial: core: Fold do_uart_get_info() into callerPeter Hurley
2016-01-28serial: core: Fold __uart_put_char() into callerPeter Hurley
2016-01-28tty: Use termios c_*flag macrosPeter Hurley
2016-01-28serial: 8250: Unfold < 80 char linesPeter Hurley
2016-01-28serial: 8250: Wait for irq to complete before shutdownPeter Hurley
2016-01-28serial: 8250: Unlink uart console ptr if console setup failsPeter Hurley
2016-01-28serial: 8250: Remove low_latency workaroundPeter Hurley
2016-01-28serial: 8250: Fix lost rx statePeter Hurley
2016-01-28serial: 8250: Refactor serial8250_rx_chars() inner loopPeter Hurley
2016-01-27tty: Remove chars_in_buffer() line discipline methodPeter Hurley
2016-01-27serial: 68328: Remove bogus ldisc resetPeter Hurley
2016-01-20Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-01-13Merge tag 'tty-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-01-08drivers/tty/serial: delete unused MODULE_DEVICE_TABLE from atmel_serial.cPaul Gortmaker
2016-01-07serial: sh-sci: Remove cpufreq notifier to fix crash/deadlockGeert Uytterhoeven
2016-01-07Merge branch 'scif-clk-sck-brg-for-v4.5' of git://git.kernel.org/pub/scm/linu...Greg Kroah-Hartman
2016-01-07serial: 8250: of: Fix the driver and actually compile the 8250_ofPeter Ujfalusi
2016-01-06tty: amba-pl011: use iotype instead of access_32b to track 32-bit I/OTimur Tabi
2016-01-06tty: amba-pl011: fix earlycon register offsetsRussell King
2015-12-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2015-12-24tty/serial: Skip 'NULL' char after console break when sysrq enabledVijay Kumar
2015-12-24tty: serial: constify sunhv_ops structsAya Mahfouz
2015-12-22QE: Move QE from arch/powerpc to drivers/socZhao Qiang
2015-12-22Merge tag 'qcom-soc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson
2015-12-21Merge 4.4-rc6 into tty-nextGreg Kroah-Hartman
2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij
2015-12-17serial: sh-sci: Drop the sci_fck clock fallbackLaurent Pinchart
2015-12-17serial: sh-sci: Add support for optional BRG on (H)SCIFGeert Uytterhoeven
2015-12-17serial: sh-sci: Add support for optional external (H)SCK inputGeert Uytterhoeven
2015-12-17serial: sh-sci: Prepare for multiple sampling clock sourcesGeert Uytterhoeven
2015-12-17serial: sh-sci: Correct SCIF type on R-Car for BRGGeert Uytterhoeven
2015-12-17serial: sh-sci: Correct SCIF type on RZ/A1HGeert Uytterhoeven
2015-12-17serial: sh-sci: Replace struct sci_port_info by type/regtype encodingGeert Uytterhoeven
2015-12-17serial: sh-sci: Add BRG register definitionsGeert Uytterhoeven
2015-12-17serial: sh-sci: Take into account sampling rate for max baud rateGeert Uytterhoeven
2015-12-17serial: sh-sci: Merge sci_scbrr_calc() and sci_baud_calc_hscif()Geert Uytterhoeven
2015-12-17serial: sh-sci: Avoid calculating the receive margin for HSCIFGeert Uytterhoeven
2015-12-17serial: sh-sci: Improve bit rate error calculation for HSCIFGeert Uytterhoeven
2015-12-17serial: sh-sci: Avoid overflow in sci_baud_calc_hscif()Geert Uytterhoeven
2015-12-17serial: sh-sci: Make unsigned values in sci_baud_calc_hscif() unsignedGeert Uytterhoeven
2015-12-17serial: sh-sci: Convert from clk_get() to devm_clk_get()Geert Uytterhoeven