| Commit message (Expand) | Author | Age | Files | Lines |
* | 8250: fix boot hang with serial console when using with Serial Over Lan port | Mauro Carvalho Chehab | 2009-02-20 | 1 | -0/+15 |
* | fix early_serial_setup() regression | Helge Deller | 2009-01-13 | 1 | -0/+2 |
* | trivial: Add a space (and a comma) to a printk in 8250 driver | Paul Bolle | 2009-01-06 | 1 | -1/+1 |
* | Serial: UART driver changes for Cavium OCTEON. | David Daney | 2009-01-02 | 1 | -0/+7 |
* | Serial: Allow port type to be specified when calling serial8250_register_port. | David Daney | 2009-01-02 | 1 | -0/+9 |
* | 8250: Serial driver changes to support future Cavium OCTEON serial patches. | David Daney | 2009-01-02 | 1 | -58/+136 |
* | 8250: Don't clobber spinlocks. | David Daney | 2009-01-02 | 1 | -2/+13 |
* | Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-10-20 | 1 | -13/+56 |
|\ |
|
| * | drivers/serial: use nr_irqs | Yinghai Lu | 2008-10-16 | 1 | -1/+1 |
| * | serial, 8250: remove NR_IRQ usage | Alan Cox | 2008-10-16 | 1 | -12/+55 |
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-10-16 | 1 | -8/+15 |
|\ \
| |/
|/| |
|
| * | Merge branch 'fixes' into for-linus | Russell King | 2008-10-15 | 1 | -16/+36 |
| |\ |
|
| * | | [SERIAL] 8250: serial8250_port_size() - omap ports are larger | Russell King | 2008-09-05 | 1 | -7/+14 |
| * | | [ARM] omap: improve is_omap_port() | Russell King | 2008-09-05 | 1 | -1/+1 |
* | | | 8250: Fix lock warning (and possible crash) | Alan Cox | 2008-10-14 | 1 | -0/+3 |
| |/
|/| |
|
* | | serial: fix device name reporting when minor space is shared between drivers | David S. Miller | 2008-10-13 | 1 | -7/+15 |
* | | serial: allow 8250 to be used on sparc | David Miller | 2008-10-13 | 1 | -4/+17 |
* | | 8250: remove a few inlines of dubious value | Will Newton | 2008-10-13 | 1 | -5/+4 |
|/ |
|
* | 8250: improve workaround for UARTs that don't re-assert THRE correctly | Will Newton | 2008-09-02 | 1 | -4/+12 |
* | 8250.c: port.lock is irq-safe | Borislav Petkov | 2008-07-30 | 1 | -2/+2 |
* | 8250: fix break handling for Intel 82571 | Aristeu Rozanski | 2008-07-24 | 1 | -3/+14 |
* | serial: 8250: fix shared interrupts issues with SMP and RT kernels | Anton Vorontsov | 2008-07-22 | 1 | -2/+6 |
* | serial: use tty_port | Alan Cox | 2008-07-20 | 1 | -1/+1 |
* | drivers/serial/: remove CVS keywords | Adrian Bunk | 2008-07-20 | 1 | -4/+2 |
* | serial8250: sanity check nr_uarts on all paths. | Eric W. Biederman | 2008-07-12 | 1 | -0/+3 |
* | 8250 Serial Driver: revert extra IRQ flag definition patch | Bryan Wu | 2008-05-31 | 1 | -3/+1 |
* | 8250 Serial Driver: Added support for 8250-class UARTs in HV Sistemas H8606 b... | Javier Herrero | 2008-05-17 | 1 | -2/+3 |
* | 8250: switch 8250 drivers to use _nocache ioremaps | Alan Cox | 2008-05-01 | 1 | -1/+2 |
* | serial 8250: tighten test for using backup timer | Alex Williamson | 2008-04-28 | 1 | -2/+3 |
* | Fix tty speed handling on 8250 | Alan Cox | 2008-04-28 | 1 | -1/+3 |
* | consoles: polling support, kgdboc | Jason Wessel | 2008-04-17 | 1 | -0/+58 |
* | 8250: enable rate reporting via termios | Alan Cox | 2008-02-08 | 1 | -0/+1 |
* | serial8250: coding style | Alan Cox | 2008-02-08 | 1 | -9/+10 |
* | serial: Coding style | Alan Cox | 2008-02-05 | 1 | -1/+1 |
* | 8250.c: support specifying DW APB UARTs in device platform_data | Will Newton | 2008-02-05 | 1 | -19/+21 |
* | Serial 8250: handle saving the clear-on-read bits from the LSR and MSR | Corey Minyard | 2007-08-22 | 1 | -29/+56 |
* | serial: fix 8250 early console setup | Daniel Ritz | 2007-08-03 | 1 | -1/+1 |
* | Use resource_size_t for serial port IO addresses | Josh Boyer | 2007-07-24 | 1 | -2/+3 |
* | serial: convert early_uart to earlycon for 8250 | Yinghai Lu | 2007-07-16 | 1 | -21/+7 |
* | NS16550A: Restore HS settings in EXCR2 on resume | David Woodhouse | 2007-05-17 | 1 | -3/+18 |
* | 8250: Remove commented out irq cruft | Josh Boyer | 2007-05-08 | 1 | -2/+0 |
* | RM9000 serial driver | Thomas Koeller | 2007-05-07 | 1 | -12/+80 |
* | serial driver PMC MSP71xx | Marc St-Jean | 2007-05-07 | 1 | -0/+31 |
* | 8250: fix possible deadlock between serial8250_handle_port() and serial8250_i... | Jiri Kosina | 2007-04-24 | 1 | -2/+3 |
* | Fix possible NULL pointer access in 8250 serial driver | Taku Izumi | 2007-04-24 | 1 | -1/+2 |
* | [PATCH] 8250: Fix GCC4 signed/unsigned mismatch warning | Thomas Koeller | 2007-02-20 | 1 | -1/+1 |
* | [PATCH] 8250 UART backup timer | Alex Williamson | 2007-02-14 | 1 | -44/+134 |
* | [PATCH] Perle multimodem card (PCI-RAS) detection | Thomas Hoehn | 2007-02-11 | 1 | -2/+6 |
* | [PATCH] x86-64: modpost add more symbols to whitelist pattern2 | Vivek Goyal | 2007-01-11 | 1 | -1/+1 |
* | [PATCH] tty: switch to ktermios | Alan Cox | 2006-12-08 | 1 | -2/+2 |