summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2014-09-08serial: Fix send_xchar() handlersPeter Hurley2-0/+6
2014-09-08serial: core: Remove unsafe x_char optimizationPeter Hurley1-6/+2
2014-09-08serial: core: Fix x_char racePeter Hurley1-4/+3
2014-09-08serial: imx: Fix x_char handling and tx flow controlPeter Hurley1-23/+16
2014-09-08serial: Style fixPeter Hurley1-2/+1
2014-09-08Revert "serial: uart: add hw flow control support configuration"Peter Hurley3-17/+5
2014-09-08tty/serial: samsung: enable usage for 64-bit Exynos platformsNaveen Krishna Chatradhi1-1/+1
2014-09-08serial: vr41xx_siu: delete double assignmentJulia Lawall1-1/+0
2014-09-08serial: Fix build failure caused by missing header filePranith Kumar1-0/+1
2014-09-08ARM: meson: serial: add MesonX SoC on-chip uart driverCarlo Caione3-0/+653
2014-09-08drivers/tty/nozomi.c: Use 'nozomi_setup_memory' instead of 'setup_memory'Chen Gang1-3/+3
2014-09-08tty: serial: uartlite: Remove .owner field for driverMichal Simek1-1/+0
2014-09-08tty: serial: xuartps: Remove .owner field for driverMichal Simek1-1/+0
2014-09-08serial: 8250_hp300: trivial: fix symbol name in #warning messageDaniele Forsi1-1/+1
2014-09-08tty: Fix spurious poll() wakeupsPeter Hurley1-4/+4
2014-09-08tty: Fix potential use after free in release_one_ttyCyrill Gorcunov1-1/+2
2014-09-08serial: msm_serial: Fix kgdb continueStephen Boyd1-15/+7
2014-09-08TTY: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-09-08serial: clps711x: Use mctrl_gpio helpers for handling modem signalsAlexander Shiyan2-22/+11
2014-09-08serial: serial_core.c: printk replacementSudip Mukherjee1-15/+11
2014-09-08tty: fix typo in comment of tty_termios_encode_baud_rateMatthias Brugger1-1/+1
2014-09-08serial: altera: Make of_device_id arrays constTobias Klauser2-2/+2
2014-09-08tty: serial: msm: Fix 'void function return statements are not generally usef...Kiran Padwal1-2/+0
2014-09-08tty: serial: msm: Fix 'else is not generally useful after a break or return' ...Kiran Padwal1-2/+2
2014-09-08tty: serial: msm: Fix style warnings relating to printk()Kiran Padwal1-6/+5
2014-09-08tty: serial: msm: Fix 'Missing a blank line after declarations' warningKiran Padwal1-2/+2
2014-09-08tty: serial: msm: remove braces {} in msm_serial.cKiran Padwal1-3/+2
2014-09-08serial: Add support for Fintek F81216A LPC to 4 UARTRicardo Ribalda Delgado3-0/+259
2014-09-08serial/8250: Add support for RS485 IOCTLsRicardo Ribalda Delgado1-0/+39
2014-09-08jsm: add support for additional Neo cardsBill Pemberton2-4/+44
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-08Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds1-3/+2
2014-08-08synclink_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-06mm, 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-04sunsab: Fix detection of BREAK on sunsab serial consoleChristopher Alexander Tobias Schulze1-0/+9
2014-08-01tty/n_gsm.c: fix a memory leak in gsmld_openxinhui.pan1-1/+8
2014-08-01pch_uart: don't hardcode PCI slot to get DMA deviceAndy Shevchenko1-3/+4
2014-08-01tty: n_gsm, use setup_timerJiri Slaby1-3/+1
2014-07-27serial: sc16is7xx: Correct initialization of s->clkJon Ringle1-5/+4
2014-07-27serial: 8250_dw: Add support for deferred probingChen-Yu Tsai1-7/+34
2014-07-27serial: 8250_dw: Add optional reset control supportChen-Yu Tsai1-0/+9
2014-07-27serial: st-asc: Fix overflow in baudrate calculationMaxime COQUELIN1-5/+5
2014-07-27serial: st-asc: Don't call BUG in asc_console_setup()Maxime COQUELIN1-1/+2
2014-07-23tty: serial: msm: Make of_device_id array constKiran Padwal1-1/+1
2014-07-23tty/n_gsm.c: get gsm->num after gsm_activate_muxxinhui.pan1-2/+2
2014-07-23serial/core: Fix too big allocation for attribute memberYoshihiro YUNOMAE1-1/+1