aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-15serial: max310x: Fix sparse warningsAlexander Shiyan1-4/+2
2014-02-15tty: serial: crisv10: Drop remaining code for CRISv10 CPU simulatorPaul Bolle1-112/+0
2014-02-13serial: max310x: Fix build errorAlexander Shiyan1-4/+6
2014-02-13Revert "serial: max310x: Fix build error"Greg Kroah-Hartman1-2/+1
2014-02-13vt: Fix secure clear screenPetr Písař1-0/+2
2014-02-13hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker1-1/+5
2014-02-13serial: sirf: move to use generic dma dt-binding to get dma channelsQipan Li2-138/+62
2014-02-13serial: pl011: Move uart_register_driver call to device probeTushar Behera1-9/+12
2014-02-13serial: samsung: Move uart_register_driver call to device probeTushar Behera1-29/+11
2014-02-13serial: max310x: Fix build warningAlexander Shiyan1-1/+1
2014-02-13serial: max310x: Fix build errorAlexander Shiyan1-1/+2
2014-02-13serial: imx: always wake up the processes in the TX callbackHuang Shijie1-2/+1
2014-02-13tty/serial: atmel_serial: remove dev_dbg in atmel_set_termiosNicolas Ferre1-3/+0
2014-02-13n_tty: Simplify input_available_p()Peter Hurley1-7/+4
2014-02-13Merge branch 'tty-linus' into tty-nextGreg Kroah-Hartman12-60/+70
2014-02-13serial: 8250: Support XR17V35x fraction divisorJoe Schultz1-0/+18
2014-02-13n_tty: Fix stale echo outputPeter Hurley1-5/+7
2014-02-13serial: sirf: fix kernel panic caused by unpaired spinlockQipan Li1-1/+3
2014-02-13serial: 8250_pci: unbreak last serial ports on NetMos 9865 cardsDmitry Eremin-Solenikov1-1/+2
2014-02-13n_tty: Fix poll() when TIME_CHAR and MIN_CHAR == 0Peter Hurley1-1/+1
2014-02-13serial: omap: fix rs485 probe on defered pinctrlMichael Grzeschik1-1/+4
2014-02-13serial: 8250_dw: fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg1-2/+2
2014-02-13serial: omap-serial: Move info message to probe functionMarkus Pargmann1-3/+3
2014-02-13serial: max310x: Add devicetree supportAlexander Shiyan1-9/+32
2014-02-13serial: max310x: Driver cleanupAlexander Shiyan1-29/+5
2014-02-13serial: max310x: Add support for RS-485 modeAlexander Shiyan1-21/+56
2014-02-13serial: max310x: Add missing mutex_destroy() on driver exitAlexander Shiyan1-2/+5
2014-02-13serial: max310x: Always use dynamic GPIO ID assignmentAlexander Shiyan1-27/+28
2014-02-13serial: max310x: Migrate to CLK APIAlexander Shiyan1-31/+55
2014-02-13serial: max310x: Move all SPI-dependent stuff in one placeAlexander Shiyan1-32/+24
2014-02-13serial: sh_sci: remove HAVE_CLK build dependecyBaruch Siach1-1/+0
2014-02-13serial: max310x: Remove IRQ validationAlexander Shiyan1-6/+0
2014-02-13serial: max310x: Add the loopback mode supportAlexander Shiyan1-7/+18
2014-02-13serial: max310x: Remove excess port configure at startupAlexander Shiyan1-6/+0
2014-02-13serial: max310x: Remove init() and exit() callbacksAlexander Shiyan1-7/+0
2014-02-13serial: max310x: Setup baud rate generator more preciselyAlexander Shiyan1-12/+20
2014-02-13serial: max310x: Allow driver to be compiled as moduleAlexander Shiyan1-1/+1
2014-02-13serial: sh-sci: Restrict non-COMPILE_TEST compilationLaurent Pinchart1-1/+2
2014-02-13serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=nJingoo Han1-0/+2
2014-02-13serial: sh-sci: Fix cast warningJingoo Han1-1/+1
2014-02-13serial: omap-serial: Move info message to probe functionMarkus Pargmann1-3/+3
2014-02-12msm_serial: Add support for poll_{get,put}_char()Stephen Boyd2-3/+146
2014-02-09lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov1-11/+4
2014-02-07tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke1-7/+18
2014-02-07tty: n_gsm: Fix for modems with brk in modem status controlLars Poeschel1-0/+11
2014-02-07drivers/tty/hvc: don't use module_init in non-modular hyp. console codePaul Gortmaker4-42/+4
2014-02-06tty: serial: msm: Enable building msm_serial for ARCH_QCOMKumar Gala1-1/+1
2014-01-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-6/+3
2014-01-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-11/+79
2014-01-29Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-11/+79