summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
* UART: add CSR SiRFprimaII SoC on-chip uart driversRong Wang2011-11-174-0/+990
* TTY: ldisc, remove some unneeded includesJiri Slaby2011-11-171-19/+1
* TTY: pty, cleanup the pty countingJiri Slaby2011-11-171-17/+9
* TTY: serial, extract uart_port_startupJiri Slaby2011-11-161-15/+28
* TTY: serial, fill uart_port_shutdownJiri Slaby2011-11-161-18/+24
* TTY: serial, define uart_port_activate/shutdownJiri Slaby2011-11-161-0/+11
* TTY: serial, inline uart_getJiri Slaby2011-11-161-44/+22
* TTY: serial, do not touch tty->alt_speedJiri Slaby2011-11-161-3/+1
* TTY: serial, document few functionsJiri Slaby2011-11-161-0/+20
* TTY: serial, use tty_port_close_start helperJiri Slaby2011-11-161-39/+1
* TTY: serial, switch closing_wait and close_delay to jiffiesJiri Slaby2011-11-161-9/+10
* TTY: serial, cleanup atmel_set_ldiscJiri Slaby2011-11-161-6/+1
* TTY: serial, cleanup include fileJiri Slaby2011-11-161-0/+82
* serial: OMAP2+: UART: Make the SERIAL_OMAP depend on ARCH_OMAP2PLUSShubhrajyoti D2011-11-161-1/+1
* TTY: open/release, cleanup printksJiri Slaby2011-11-161-30/+26
* TTY: move debug checking out of tty_releaseJiri Slaby2011-11-161-44/+57
* TTY: move tty_lookup_driver to switch-casesJiri Slaby2011-11-161-8/+11
* TTY: coalesce fail paths in tty_openJiri Slaby2011-11-161-15/+17
* TTY: extract driver lookup from tty_openJiri Slaby2011-11-161-38/+55
* TTY: extract /dev/tty handling from tty_openJiri Slaby2011-11-161-18/+39
* TTY: move pgrp killingJiri Slaby2011-11-161-8/+7
* drivers/tty/serial/pch_uart.c: add console supportAlexander Stein2011-11-162-1/+168
* serial, mfd: don't hardcode the consoleMika Westerberg2011-11-161-11/+7
* tty_ldisc: remove unnecessary negative return check for wait_event_timeoutDave Young2011-11-161-2/+0
* Revert "hvc_console: display printk messages on console."Linus Torvalds2011-11-071-6/+1
* powerpc: fix building hvc_opal.cMichael Neuling2011-11-071-0/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0711-1/+11
|\
| * tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exportersPaul Gortmaker2011-11-012-0/+2
| * tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker2011-11-019-1/+9
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-076-28/+439
|\ \
| * | powerpc/powernv: Support for OPAL consoleBenjamin Herrenschmidt2011-09-204-2/+436
| * | hvcs: Ensure page aligned partner info bufferBrian King2011-09-201-3/+3
| * | Merge remote-tracking branch 'origin/master' into nextBenjamin Herrenschmidt2011-09-201-2/+2
| |\ \
| * | | serial/8250: Move UPIO_TSI to powerpcArnd Bergmann2011-09-201-23/+0
* | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2011-11-051-17/+8
|\ \ \ \
| * | | | serial: sh-sci: don't filter on DMA device, use only channel IDGuennadi Liakhovetski2011-09-191-17/+8
* | | | | Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds2011-11-021-1/+1
|\ \ \ \ \
| * | | | | um: switch to use of drivers/KconfigAl Viro2011-11-021-1/+1
* | | | | | Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-021-10/+20
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| | | | | |
| | \ \ \ \
| *-. | | | | Merge branches 'msm/dt', 'imx/dt' and 'at91/dt' into next/dtArnd Bergmann2011-10-303-14/+65
| |\ \| | | | | | | |_|_|/ | | |/| | |
| * | | | | msm_serial: Add devicetree supportDavid Brown2011-08-291-0/+14
| * | | | | msm_serial: Use relative resources for iomemDavid Brown2011-08-291-10/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-291-11/+1
|\ \ \ \ \
| * | | | | drivercore: Add helper macro for platform_driver boilerplateGrant Likely2011-10-251-11/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cu...Linus Torvalds2011-10-272-2/+26
|\ \ \ \ \
| * | | | | clk: amba-pl011: convert to clk_prepare()/clk_unprepare()Russell King2011-09-271-1/+13
| * | | | | clk: amba-pl010: convert to clk_prepare()/clk_unprepare()Russell King2011-09-271-1/+13
* | | | | | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-271-1/+1
|\ \ \ \ \ \
| * | | | | | ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
| |/ / / / /
* | | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-274-13/+11
|\ \ \ \ \ \