summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2014-06-041-4/+4
|\
| * kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-041-4/+4
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-042-8/+8
|\ \ | |/ |/|
| * tile: hvc: Use irq_alloc/free_hwirqThomas Gleixner2014-05-161-4/+4
| * tile: serial: Use irq_alloc/free_hwirqThomas Gleixner2014-05-161-4/+4
* | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-042-0/+29
|\ \
| * | tty/serial: pl011: add DT based earlycon supportRob Herring2014-05-201-0/+1
| * | serial: earlycon: add DT supportRob Herring2014-05-201-0/+28
| * | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Rob Herring2014-05-2018-819/+3097
| |\ \ | | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-032-3/+3
|\ \ \
| * | | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-182-3/+3
* | | | Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-0340-1089/+3833
|\ \ \ \
| * | | | Revert "serial: imx: remove the DMA wait queue"Greg Kroah-Hartman2014-05-291-14/+28
| * | | | serial: kgdb_nmi: Improve console integration with KDB I/ODaniel Thompson2014-05-291-3/+13
| * | | | serial: kgdb_nmi: Switch from tasklets to real timersDaniel Thompson2014-05-291-21/+9
| * | | | serial: kgdb_nmi: Use container_of() to locate private dataDaniel Thompson2014-05-291-8/+5
| * | | | serial: cpm_uart: No LF conversion in put_poll_char()Daniel Thompson2014-05-291-4/+4
| * | | | serial: sirf: Fix compilation failureDaniel Thompson2014-05-291-1/+1
| * | | | console: Remove superfluous readonly checkTakashi Iwai2014-05-281-13/+3
| * | | | console: Use explicit pointer type for vc_uni_pagedir* fieldsTakashi Iwai2014-05-282-20/+20
| * | | | ARM: tty: Move HVC DCC assembly to arch/armChristopher Covington2014-05-281-40/+2
| * | | | tty/hvc/hvc_console: Fix wakeup of HVC thread on hvc_kick()Benjamin Herrenschmidt2014-05-281-1/+8
| * | | | drivers/tty/n_hdlc.c: replace kmalloc/memset by kzallocFabian Frederick2014-05-281-3/+1
| * | | | vt: emulate 8- and 24-bit colour codes.Adam Borowski2014-05-281-8/+79
| * | | | printk/of_serial: fix serial console cessation part way through boot.Stephen Chivers2014-05-281-0/+1
| * | | | serial: 8250_dma: check the result of TX buffer mappingHeikki Krogerus2014-05-281-5/+12
| * | | | serial: uart: add hw flow control support configurationMurali Karicheri2014-05-283-5/+17
| * | | | tty/serial: at91: add interrupts for modem control linesRichard Genoud2014-05-281-3/+122
| * | | | tty/serial: at91: use mctrl_gpio helpersRichard Genoud2014-05-282-35/+71
| * | | | tty/serial: Add GPIOLIB helpers for controlling modem linesRichard Genoud2014-05-284-0/+259
| * | | | serial: sccnxp: Add IGNPAR flag handlingAlexander Shiyan2014-05-281-0/+2
| * | | | serial: sccnxp: Remove useless timer_pending() checkAlexander Shiyan2014-05-281-3/+1
| * | | | serial: imx: disable the receiver ready interrupt for imx_stop_rxHuang Shijie2014-05-281-0/+4
| * | | | serial: imx: remove the DMA wait queueHuang Shijie2014-05-281-28/+14
| * | | | serial: imx: remove the redundant codeHuang Shijie2014-05-281-9/+0
| * | | | serial: imx: reset the uart port all the timeHuang Shijie2014-05-281-12/+10
| * | | | serial: Add support for Advantech PCM-3614I/PCM-3618I serial expansion cardsThomee Wright2014-05-281-0/+9
| * | | | serial: imx: Disable new features of autobaud detectionFabio Estevam2014-05-281-2/+2
| * | | | parport: Add support for the WCH353 1S/1P multi-IO cardEzequiel Garcia2014-05-281-0/+10
| * | | | serial: efm32: add module_exitVincent Stehlé2014-05-281-0/+1
| * | | | serial: samsung: Neaten dbg usesJoe Perches2014-05-282-26/+32
| * | | | tty: serial: men_z135_uart: Don't activate TX Space available IRQ on startupJohannes Thumshirn2014-05-281-3/+4
| * | | | serial: st-asc: Fix data corruption during long console burstsDaniel Thompson2014-05-281-4/+4
| * | | | tty: serial: uartlite: Specify time for sending charsMichal Simek2014-05-281-4/+13
| * | | | serial: SERIAL_FSL_LPUART should depend on HAS_DMAGeert Uytterhoeven2014-05-281-0/+1
| * | | | serial: sirf: fix spinlock deadlock issueQipan Li2014-05-282-33/+18
| * | | | serial: sirf: move to writel for TXFIFO instead of writebBarry Song2014-05-282-3/+1
| * | | | serial: add missing SERIAL_CORE dependenciesArnd Bergmann2014-05-281-0/+3
| * | | | serial: sc16is7xx: dynamically allocate tx/rx bufferJon Ringle2014-05-281-9/+8
| * | | | serial: sc16is7xx: compile I2C when REGMAP_I2C is moduleJan Moskyto Matejka2014-05-281-2/+0
OpenPOWER on IntegriCloud