summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2016-08-31serial: 8250_mtk: support big baud rate.Eddie Huang
2016-08-31tty/serial: at91: use of_property_read_boolJulia Lawall
2016-08-31serial: 8250_mid: fix divide error bug if baud rate is 0Andy Shevchenko
2016-08-31tty: serial: fsl_lpuart: Add support for RS-485Bhuvanchandra DV
2016-08-31tty: serial: fsl_lpuart: Update suspend/resume for DMA modeBhuvanchandra DV
2016-08-31tty: serial: fsl_lpuart: Use scatter/gather DMA for TxBhuvanchandra DV
2016-08-31tty: serial: fsl_lpuart: Use cyclic DMA for RxBhuvanchandra DV
2016-08-31tty: serial: fsl_lpuart: Fix broken 8m/s1 supportBhuvanchandra DV
2016-08-31tty: serial: fsl_lpuart: fix clearing of receive flagStefan Agner
2016-08-31tty: serial: fsl_lpuart: support suspend/resumeStefan Agner
2016-08-31tty: serial: fsl_lpuart: consider TX FIFO too in tx_emptyStefan Agner
2016-08-31serial: pch_uart: Add support for reading clock-frequency from DTZubair Lutfullah Kakakhel
2016-08-31serial: 8250_dw: Check the data->pclk when get apb_pclkKefeng Wang
2016-08-31serial: vt8500_serial: Fix a parameter of find_first_zero_bit.Christophe JAILLET
2016-08-31tty: serial_core: convert uart_close to use tty_port_closeRob Herring
2016-08-31tty: serial_core: convert uart_open to use tty_port_openRob Herring
2016-08-31serial: samsung: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski
2016-08-31tty/serial: atmel: add fractional baud rate supportLudovic Desroches
2016-08-31Revert "tty/serial/8250: use mctrl_gpio helpers"Andy Shevchenko
2016-08-31tty: amba-pl011: probe ZTE device from AMBA bus with a pseudo-IDShawn Guo
2016-08-31tty: amba-pl011: add .get_fifosize for ZTE deviceShawn Guo
2016-08-31tty: amba-pl011: define flag register bits for ZTE deviceShawn Guo
2016-08-188250/fintek: rename IRQ_MODE macroArnd Bergmann
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-07-27sparc: serial: sunhv: fix a double lock bugDan Carpenter
2016-07-27tty/hvc: Use opal irqchip interface if availableSam Mendoza-Jonas
2016-07-27tty/hvc: Use IRQF_SHARED for OPAL hvc consolesSam Mendoza-Jonas
2016-07-26mm: oom: add memcg to oom_controlVladimir Davydov
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-24Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2016-07-20tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov
2016-07-07timers, drivers/tty/mips_ejtag: Initialize the poll timer as pinnedThomas Gleixner
2016-07-07timers, drivers/tty/metag_da: Initialize the poll timer as pinnedThomas Gleixner
2016-07-06serial: clps711x: Changing the compatibility string to match with the smalles...Alexander Shiyan
2016-07-04Merge 4.7-rc6 into tty-nextGreg Kroah-Hartman
2016-06-26devpts: fix null pointer dereference on failed memory allocationColin Ian King
2016-06-26tty/serial: atmel: enforce tasklet init and termination sequencesNicolas Ferre
2016-06-26serial: sh-sci: Stop transfers in sci_shutdown()Geert Uytterhoeven
2016-06-25serial: 8250_ingenic: drop #if conditional surrounding earlycon codeMasahiro Yamada
2016-06-25serial: 8250_mtk: drop !defined(MODULE) conditionalMasahiro Yamada
2016-06-25serial: 8250_uniphier: drop !defined(MODULE) conditionalMasahiro Yamada
2016-06-25tty/serial/8250: use mctrl_gpio helpersYegor Yefremov
2016-06-25serial: mctrl_gpio: enable API usage only for initialized mctrl_gpios structYegor Yefremov
2016-06-25serial: mctrl_gpio: add modem control read routineYegor Yefremov
2016-06-25tty/serial/8250: make UART_MCR register access consistentYegor Yefremov
2016-06-25serial: 8250_mid: Read RX buffer on RX DMA timeout for DNVChuah, Kim Tatt
2016-06-25serial: 8250_dma: Export serial8250_rx_dma_flush()Chuah, Kim Tatt