summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2014-09-09tty: vt8500_serial: add support for UART in WM8880 chipsAlexey Charkov1-14/+56
2014-09-09serial: kgdb_nmi: No CON_ENABLED by defaultDaniel Thompson1-2/+3
2014-09-09serial: amba-pl011: Use container_of() to get uart_amba_portDaniel Thompson1-18/+36
2014-09-09serial: imx: clean up imx_poll_get_char()Dirk Behme1-25/+4
2014-09-09serial: core: Unwrap tertiary assignment in uart_handle_dcd_change()Peter Hurley1-5/+8
2014-09-09serial: 8250: Document serial8250_modem_status() lockingPeter Hurley1-0/+1
2014-09-09serial: blackfin: Fix missing gpio.hPeter Hurley1-0/+1
2014-09-09serial: sunsab: Don't enable tx if tx stoppedPeter Hurley1-1/+1
2014-09-09serial: mpc52xx: Use default serial core x_char handlerPeter Hurley1-17/+0
2014-09-09serial: Fix send_xchar() handlersPeter Hurley2-0/+6
2014-09-09serial: core: Remove unsafe x_char optimizationPeter Hurley1-6/+2
2014-09-09serial: core: Fix x_char racePeter Hurley1-4/+3
2014-09-09serial: imx: Fix x_char handling and tx flow controlPeter Hurley1-23/+16
2014-09-09serial: Style fixPeter Hurley1-2/+1
2014-09-09Revert "serial: uart: add hw flow control support configuration"Peter Hurley3-17/+5
2014-09-09tty/serial: samsung: enable usage for 64-bit Exynos platformsNaveen Krishna Chatradhi1-1/+1
2014-09-09serial: vr41xx_siu: delete double assignmentJulia Lawall1-1/+0
2014-09-09serial: Fix build failure caused by missing header filePranith Kumar1-0/+1
2014-09-09ARM: meson: serial: add MesonX SoC on-chip uart driverCarlo Caione3-0/+653
2014-09-09drivers/tty/nozomi.c: Use 'nozomi_setup_memory' instead of 'setup_memory'Chen Gang1-3/+3
2014-09-09tty: serial: uartlite: Remove .owner field for driverMichal Simek1-1/+0
2014-09-09tty: serial: xuartps: Remove .owner field for driverMichal Simek1-1/+0
2014-09-09serial: 8250_hp300: trivial: fix symbol name in #warning messageDaniele Forsi1-1/+1
2014-09-09tty: Fix spurious poll() wakeupsPeter Hurley1-4/+4
2014-09-09tty: Fix potential use after free in release_one_ttyCyrill Gorcunov1-1/+2
2014-09-09serial: msm_serial: Fix kgdb continueStephen Boyd1-15/+7
2014-09-09TTY: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-09-09serial: clps711x: Use mctrl_gpio helpers for handling modem signalsAlexander Shiyan2-22/+11
2014-09-09serial: serial_core.c: printk replacementSudip Mukherjee1-15/+11
2014-09-09tty: fix typo in comment of tty_termios_encode_baud_rateMatthias Brugger1-1/+1
2014-09-09serial: altera: Make of_device_id arrays constTobias Klauser2-2/+2
2014-09-09tty: serial: msm: Fix 'void function return statements are not generally usef...Kiran Padwal1-2/+0
2014-09-09tty: serial: msm: Fix 'else is not generally useful after a break or return' ...Kiran Padwal1-2/+2
2014-09-09tty: serial: msm: Fix style warnings relating to printk()Kiran Padwal1-6/+5
2014-09-09tty: serial: msm: Fix 'Missing a blank line after declarations' warningKiran Padwal1-2/+2
2014-09-09tty: serial: msm: remove braces {} in msm_serial.cKiran Padwal1-3/+2
2014-09-09serial: Add support for Fintek F81216A LPC to 4 UARTRicardo Ribalda Delgado3-0/+259
2014-09-09serial/8250: Add support for RS485 IOCTLsRicardo Ribalda Delgado1-0/+39
2014-09-09jsm: add support for additional Neo cardsBill Pemberton2-4/+44
2014-08-27module: make it possible to have unsafe, tainting module paramsJani Nikula1-1/+1
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds5-76/+23
2014-08-11Merge branch 'devicetree/next-console' into devicetree/nextGrant Likely5-76/+23
2014-08-09Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds1-3/+2
2014-08-09synclink_gt: use pci_zalloc_consistentJoe Perches1-3/+2
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-4/+0
2014-08-07mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes1-1/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-0/+9
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+2
2014-08-05sunsab: Fix detection of BREAK on sunsab serial consoleChristopher Alexander Tobias Schulze1-0/+9
2014-08-02tty/n_gsm.c: fix a memory leak in gsmld_openxinhui.pan1-1/+8