summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker2014-02-131-1/+5
* serial: sirf: move to use generic dma dt-binding to get dma channelsQipan Li2014-02-134-156/+81
* serial: pl011: Move uart_register_driver call to device probeTushar Behera2014-02-131-9/+12
* serial: samsung: Move uart_register_driver call to device probeTushar Behera2014-02-131-29/+11
* serial: max310x: Fix build warningAlexander Shiyan2014-02-131-1/+1
* serial: max310x: Fix build errorAlexander Shiyan2014-02-131-1/+2
* serial: imx: always wake up the processes in the TX callbackHuang Shijie2014-02-131-2/+1
* tty/serial: atmel_serial: remove dev_dbg in atmel_set_termiosNicolas Ferre2014-02-131-3/+0
* n_tty: Simplify input_available_p()Peter Hurley2014-02-131-7/+4
* Merge branch 'tty-linus' into tty-nextGreg Kroah-Hartman2014-02-1313-61/+72
|\
| * serial: 8250: Support XR17V35x fraction divisorJoe Schultz2014-02-131-0/+18
| * n_tty: Fix stale echo outputPeter Hurley2014-02-131-5/+7
| * serial: sirf: fix kernel panic caused by unpaired spinlockQipan Li2014-02-131-1/+3
| * serial: 8250_pci: unbreak last serial ports on NetMos 9865 cardsDmitry Eremin-Solenikov2014-02-131-1/+2
| * n_tty: Fix poll() when TIME_CHAR and MIN_CHAR == 0Peter Hurley2014-02-131-1/+1
| * serial: omap: fix rs485 probe on defered pinctrlMichael Grzeschik2014-02-131-1/+4
| * serial: 8250_dw: fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg2014-02-131-2/+2
| * serial: omap-serial: Move info message to probe functionMarkus Pargmann2014-02-131-3/+3
| * tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke2014-02-072-8/+20
| * tty: n_gsm: Fix for modems with brk in modem status controlLars Poeschel2014-02-071-0/+11
| * drivers/tty/hvc: don't use module_init in non-modular hyp. console codePaul Gortmaker2014-02-074-42/+4
* | serial: max310x: Add bindings documentation for the MAX310X UARTsAlexander Shiyan2014-02-131-0/+36
* | serial: max310x: Add devicetree supportAlexander Shiyan2014-02-131-9/+32
* | serial: max310x: Driver cleanupAlexander Shiyan2014-02-131-29/+5
* | serial: max310x: Add support for RS-485 modeAlexander Shiyan2014-02-132-70/+56
* | serial: max310x: Add missing mutex_destroy() on driver exitAlexander Shiyan2014-02-131-2/+5
* | serial: max310x: Always use dynamic GPIO ID assignmentAlexander Shiyan2014-02-132-30/+28
* | serial: max310x: Migrate to CLK APIAlexander Shiyan2014-02-132-38/+55
* | serial: max310x: Move all SPI-dependent stuff in one placeAlexander Shiyan2014-02-131-32/+24
* | serial: sh_sci: remove HAVE_CLK build dependecyBaruch Siach2014-02-131-1/+0
* | serial: max310x: Remove IRQ validationAlexander Shiyan2014-02-131-6/+0
* | serial: max310x: Add the loopback mode supportAlexander Shiyan2014-02-132-8/+18
* | serial: max310x: Remove excess port configure at startupAlexander Shiyan2014-02-131-6/+0
* | serial: max310x: Remove init() and exit() callbacksAlexander Shiyan2014-02-132-11/+0
* | serial: max310x: Setup baud rate generator more preciselyAlexander Shiyan2014-02-131-12/+20
* | serial: max310x: Allow driver to be compiled as moduleAlexander Shiyan2014-02-131-1/+1
* | serial: sh-sci: Restrict non-COMPILE_TEST compilationLaurent Pinchart2014-02-131-1/+2
* | serial: sh-sci: Fix compatible string in DT bindings exampleLaurent Pinchart2014-02-131-1/+1
* | serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=nJingoo Han2014-02-131-0/+2
* | serial: sh-sci: Fix cast warningJingoo Han2014-02-131-1/+1
* | serial: omap-serial: Move info message to probe functionMarkus Pargmann2014-02-131-3/+3
* | msm_serial: Add support for poll_{get,put}_char()Stephen Boyd2014-02-122-3/+146
* | Linux 3.14-rc2v3.14-rc2Linus Torvalds2014-02-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-02-092-0/+6
|\ \
| * \ Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-02-102-0/+6
| |\ \
| | * | SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley2014-02-051-0/+4
| | * | selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message typesPaul Moore2014-02-051-0/+2
| | * | Merge tag 'v3.13' into stable-3.14Paul Moore2014-02-059804-230230/+434138
| | |\ \
* | | \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-02-098-31/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix a kmap leak in virtio_consoleAl Viro2014-02-091-6/+3