Age | Commit message (Expand) | Author | Files | Lines |
2012-04-09 | serial/8250_pci: add a "force background timer" flag and use it for the "kt" ... | Dan Williams | 1 | -0/+1 |
2012-04-09 | Revert "serial/8250_pci: setup-quirk workaround for the kt serial controller" | Dan Williams | 1 | -1/+0 |
2012-03-10 | serial: introduce generic port in/out helpers | Paul Gortmaker | 1 | -0/+10 |
2012-01-26 | serial/efm32: add new driver | Uwe Kleine-König | 1 | -0/+2 |
2012-01-15 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -0/+4 |
2011-12-08 | SERIAL: AR933X: Add driver for the built-in UART of the SoC | Gabor Juhos | 1 | -0/+4 |
2011-11-27 | serial/8250_pci: setup-quirk workaround for the kt serial controller | Dan Williams | 1 | -0/+1 |
2011-11-16 | TTY: serial, cleanup include file | Jiri Slaby | 1 | -87/+12 |
2011-09-23 | serial: Support the EFR-register of XR1715x uarts. | Søren Holm | 1 | -1/+3 |
2011-08-23 | tty: serial8250: remove UPIO_DWAPB{,32} | Jamie Iles | 1 | -3/+1 |
2011-08-23 | tty: serial: allow ports to override the irq handler | Jamie Iles | 1 | -0/+1 |
2011-08-23 | TTY: serial, remove tasklet for tty_wakeup | Jiri Slaby | 1 | -1/+0 |
2011-05-20 | tty/serial: Add explicit PORT_TEGRA type | Stephen Warren | 1 | -1/+2 |
2011-05-03 | tty/serial: add support for Xilinx PS UART | John Linn | 1 | -0/+3 |
2011-01-13 | pps: unify timestamp gathering | Alexander Gordeev | 1 | -2/+3 |
2010-12-17 | Serial: Avoid unbalanced IRQ wake disable during resume | Govindraj.R | 1 | -0/+1 |
2010-12-11 | 8250: add a UPIO_DWAPB32 for 32 bit accesses | Jamie Iles | 1 | -0/+1 |
2010-11-16 | serial: mpc52xx: make printout for type more generic | Wolfram Sang | 1 | -1/+1 |
2010-11-11 | serial: Add support for UART on VIA VT8500 and compatibles | Alexey Charkov | 1 | -0/+3 |
2010-10-26 | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+3 |
2010-10-22 | 8250: allow platforms to override PM hook. | Manuel Lauss | 1 | -0/+2 |
2010-10-22 | serial: Factor out uart_poll_timeout() from 8250 driver | Anton Vorontsov | 1 | -0/+8 |
2010-09-29 | serial: Add OMAP high-speed UART driver | Govindraj.R | 1 | -0/+3 |
2010-09-04 | serial: fix port type conflict between NS16550A & U6_16550A | Philippe Langlais | 1 | -1/+2 |
2010-08-21 | Input: sysrq - drop tty argument form handle_sysrq() | Dmitry Torokhov | 1 | -1/+1 |
2010-08-11 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -0/+3 |
2010-08-11 | U6715 16550A serial driver support | Philippe Langlais | 1 | -0/+3 |
2010-08-11 | hsu: driver for Medfield High Speed UART device | Feng Tang | 1 | -0/+2 |
2010-08-11 | serial: max3107: Abstract out the platform specific bits | Alan Cox | 1 | -0/+4 |
2010-08-11 | tty: serial - fix tty referencing in set_ldisc | Alan Cox | 1 | -1/+1 |
2010-05-24 | serial: add a new port type, found on some sh-mobile SoCs | Guennadi Liakhovetski | 1 | -0/+3 |
2010-05-21 | Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 1 | -0/+1 |
2010-05-21 | serial: Add driver for the Altera UART | Tobias Klauser | 1 | -0/+1 |
2010-05-21 | serial: Add driver for the Altera JTAG UART | Tobias Klauser | 1 | -0/+3 |
2010-05-21 | kgdb,8250,pl011: Return immediately from console poll | Jason Wessel | 1 | -0/+1 |
2010-03-13 | pps: serial clients support | Rodolfo Giometti | 1 | -1/+10 |
2009-11-04 | sparc: Support for GRLIB APBUART serial port | Kristoffer Glembo | 1 | -0/+3 |
2009-09-30 | MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART. | Maxime Bizon | 1 | -0/+3 |
2009-09-23 | serial core: fix new kernel-doc warnings | Randy Dunlap | 1 | -2/+2 |
2009-09-20 | serial: kill USF_CLOSING_* definitions | Alan Cox | 1 | -3/+0 |
2009-09-20 | serial: move delta_msr_wait into the tty_port | Alan Cox | 1 | -1/+0 |
2009-09-20 | serial: replace the state mutex with the tty port mutex | Alan Cox | 1 | -2/+0 |
2009-09-20 | serial: kill off uif_t | Alan Cox | 1 | -11/+0 |
2009-09-20 | serial: move the flags into the tty_port field | Alan Cox | 1 | -29/+19 |
2009-09-20 | serial: move count into the tty_port version | Alan Cox | 1 | -1/+0 |
2009-09-20 | serial: Fold closing_* fields into the tty_port ones | Alan Cox | 1 | -2/+0 |
2009-09-20 | serial: kill off uart_info | Alan Cox | 1 | -34/+30 |
2009-09-20 | serial: 8250: add IRQ trigger support | Vikram Pandita | 1 | -0/+1 |
2009-06-22 | msm_serial: serial driver for MSM7K onboard serial peripheral. | Robert Love | 1 | -0/+3 |
2009-06-11 | serial: Added Timberdale UART driver | Richard Röjfors | 1 | -0/+3 |