summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | TTY: coalesce fail paths in tty_openJiri Slaby2011-11-151-15/+17
| | * | | | | | TTY: extract driver lookup from tty_openJiri Slaby2011-11-151-38/+55
| | * | | | | | TTY: extract /dev/tty handling from tty_openJiri Slaby2011-11-151-18/+39
| | * | | | | | TTY: move pgrp killingJiri Slaby2011-11-151-8/+7
| | * | | | | | drivers/tty/serial/pch_uart.c: add console supportAlexander Stein2011-11-152-1/+168
| | * | | | | | serial, mfd: don't hardcode the consoleMika Westerberg2011-11-151-11/+7
| | * | | | | | tty_ldisc: remove unnecessary negative return check for wait_event_timeoutDave Young2011-11-151-2/+0
| | | |_|_|/ / | | |/| | | |
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2012-01-098-304/+151
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
| |\ \ \ \ \ \
| | * | | | | | serial: Kconfig: drop unknown symbol 'ARCH_IMX'Paul Bolle2011-11-221-1/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-2/+2
| |\ \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2012-01-062-2/+2
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | | * | | | | fs: move code out of buffer.cAl Viro2012-01-031-1/+1
| | | |/ / / / / | | |/| | | | |
| | | * | | | | switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-031-1/+1
| | |/ / / / /
| * | | | | | Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2012-01-062-0/+4
| |\ \ \ \ \ \
| | * | | | | | serial: pl011: Enable module alias autogeneration for AMBA driversDave Martin2011-11-221-0/+2
| | * | | | | | serial: pl010: Enable module alias autogeneration for AMBA driversDave Martin2011-11-221-0/+2
| | | |_|_|/ / | | |/| | | |
| * | | | | | tty/serial/pmac_zilog: Fix suspend & resumeBenjamin Herrenschmidt2011-12-162-277/+115
| * | | | | | pmac_zilog: Fix unexpected irqFinn Thain2011-12-081-50/+52
| * | | | | | drivers/serial/ucc_uart.c: Add missing call to init UCC UART port timeoutChuck Meade2011-11-241-0/+3
| | |/ / / / | |/| | | |
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'common/clkfwk', 'common/pfc' and 'common/serial-rework' into ...Paul Mundt2011-12-098-61/+217
|\ \ \ \ \ \ \ | | |/ / / / / | |/| / / / / | |_|/ / / / |/| | | | |
| | * | | | serial: sh-sci: Handle GPIO function requests.Paul Mundt2011-12-021-2/+69
| | * | | | serial: sh-sci: Avoid FIFO clear for MCE toggle.Paul Mundt2011-12-021-6/+13
| | * | | | serial: sh-sci: per-port modem control.Paul Mundt2011-12-021-11/+20
| | * | | | serial: sh-sci: Add support for loopback mode.Paul Mundt2011-11-241-1/+14
| | * | | | serial: sh-sci: Fix up modem control handling.Paul Mundt2011-11-241-7/+14
| | * | | | serial: sh-sci: Clarify enable_ms/break_ctl comments.Paul Mundt2011-11-241-2/+7
| | * | | | serial: sh-sci: Support icount statistics for error cases.Paul Mundt2011-11-241-0/+16
| | * | | | serial: sh-sci: Fix up SCFCR handling.Paul Mundt2011-11-241-5/+28
| |/ / / / |/| | | |
| * | | | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-11-217-43/+52
| |\ \ \ \ |/ / / / /
| * | | | TTY: ldisc, wait for ldisc infinitely in hangupJiri Slaby2011-11-171-2/+17
| * | | | TTY: ldisc, move wait idle to callerJiri Slaby2011-11-171-2/+2
| * | | | TTY: ldisc, allow waiting for ldisc arbitrarily longJiri Slaby2011-11-171-5/+6
| * | | | Revert "tty/serial: Prevent drop of DCD on suspend for Tegra UARTs"Greg Kroah-Hartman2011-11-152-16/+0
| * | | | RS485: fix inconsistencies in the meaning of some variablesClaudio Scordino2011-11-152-21/+5
| * | | | pch_uart: Fix DMA resource leak issueTomoya MORINAGA2011-11-151-2/+2
| * | | | serial,mfd: Fix CMSPAR setupAlan Cox2011-11-151-3/+1
| * | | | tty/serial: Prevent drop of DCD on suspend for Tegra UARTsDoug Anderson2011-11-152-0/+16
| * | | | pch_uart: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2011-11-151-3/+3
| * | | | pch_uart: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2011-11-152-7/+15
| * | | | pch_uart: Fix hw-flow control issueTomoya MORINAGA2011-11-151-0/+1
| * | | | tty: hvc_dcc: Fix duplicate character inputsStephen Boyd2011-11-151-0/+2
| | |/ / | |/| |
| | | |
| \ \ \
*-. \ \ \ Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linusPaul Mundt2011-11-1120-57/+467
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | n_gsm: Fix timingsAlan Cox2011-11-081-5/+7
| | |/ / | |/| |
| * | | Revert "hvc_console: display printk messages on console."Linus Torvalds2011-11-061-6/+1
| * | | powerpc: fix building hvc_opal.cMichael Neuling2011-11-061-0/+1
| * | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0611-1/+11
| |\ \ \
| | * | | tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exportersPaul Gortmaker2011-10-312-0/+2
| | * | | tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker2011-10-319-1/+9
| * | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-066-28/+439
| |\ \ \ \
OpenPOWER on IntegriCloud