summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2013-05-08tty: fix up atime/mtime mess, take threeLinus Torvalds2-2/+5
2013-05-08serial_core.c: add put_device() after device_find_child()Federico Vaga1-0/+4
2013-05-01TTY: fix atime/mtime regressionJiri Slaby1-1/+15
2013-05-01TTY: do not update atime/mtime on read/writeJiri Slaby1-6/+2
2013-04-17tty: don't deadlock while flushing workqueueSebastian Andrzej Siewior1-5/+5
2013-04-12Revert "tty/8250_pnp: serial port detection regression since v3.7"Sean Young1-7/+5
2013-04-05vt: synchronize_rcu() under spinlock is not nice...Al Viro1-2/+4
2013-04-05tty: atmel_serial_probe(): index of atmel_ports[] fixPawel Wieczorkiewicz1-6/+5
2013-03-28sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline optionTkhai Kirill1-12/+9
2013-03-21Fix 4 port and add support for 8 port 'Unknown' PCI serial port cardsScott Ashcroft1-10/+7
2013-03-21TTY: do not reset master's packet modeJiri Slaby1-1/+0
2013-03-21TTY: disable debugging warningJiri Slaby1-1/+1
2013-03-21tty/serial: Add support for Altera serial portLey Foon Tan2-1/+28
2013-03-21tty: serial: fix typo "SERIAL_S3C2412"Paul Bolle1-1/+1
2013-03-21tty: serial: fix typo "ARCH_S5P6450"Paul Bolle1-1/+1
2013-03-21serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 ...Wang YanQing1-0/+4
2013-03-21serial: 8250: Keep 8250.<xxxx> module options functional after driver renameJosh Boyer1-0/+29
2013-03-21tty/8250_pnp: serial port detection regression since v3.7Sean Young1-5/+7
2013-02-28fb: Yet another band-aid for fixing lockdep messTakashi Iwai1-15/+28
2013-02-28fb: rework locking to fix lock ordering on takeoverAlan Cox1-23/+70
2013-02-28vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie1-1/+1
2013-02-28tty vt: fix character insertion overflowNicolas Pitre1-1/+1
2013-02-28serial: imx: Fix recursive locking bugThomas Gleixner1-2/+9
2013-02-28tty: set_termios/set_termiox should not return -EINTROleg Nesterov1-2/+2
2013-02-28tty: Prevent deadlock in n_gsm driverDirkjan Bussink1-1/+41
2013-01-188250/16?50: Add support for Broadcom TruManage redirected serial portStephen Hurd3-0/+50
2013-01-18pty: return EINVAL for TIOCGPTN for BSD ptysJiri Slaby1-0/+2
2013-01-16serial:ifx6x60:Keep word size accordance with SPI controllerchanning1-1/+2
2013-01-16tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handlerMaxime Ripard1-1/+1
2013-01-16serial: samsung: remove redundant setting of line config during port resetThomas Abraham1-1/+0
2013-01-16serial:ifx6x60:Delete SPI timer when shut down portchao bi1-0/+1
2013-01-16tty/8250: The correct device id for this card is 0x0022Matt Schulte1-1/+1
2013-01-16tty/8250: pbn_b0_8_1152000_200 is supposed to be an 8 port definitionMatt Schulte1-1/+1
2013-01-16tty: serial: vt8500: fix return value check in vt8500_serial_probe()Wei Yongjun1-1/+1
2013-01-16serial: mxs-auart: Index is unsignedfabio.estevam@freescale.com1-1/+1
2013-01-16mxs: uart: fix setting RTS from softwareSteffen Trumtrar1-1/+3
2012-12-16Merge branch 'omap-for-v3.8/fixes-for-merge-window' into omap-for-v3.8/fixes-...Tony Lindgren1-2/+1
2012-12-15ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.hTony Lindgren1-2/+1
2012-12-14Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds6-6/+6
2012-12-13Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+2
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2012-12-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-19/+1
2012-12-12Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-95/+207
2012-12-12Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds100-1523/+3606
2012-12-11Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2012-12-11Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King11-49/+28
2012-11-30Merge branch 'next/cam-samsung' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2-7/+1
2012-11-27drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usageAndrew Morton1-1/+5
2012-11-27serial: ifx6x60: Add modem power off function in the platform reboot processJun Chen1-3/+53