Age | Commit message (Expand) | Author | Files | Lines |
2008-02-05 | serial: Coding style | Alan Cox | 1 | -1/+1 |
2008-02-05 | 8250.c: support specifying DW APB UARTs in device platform_data | Will Newton | 1 | -19/+21 |
2007-08-23 | Serial 8250: handle saving the clear-on-read bits from the LSR and MSR | Corey Minyard | 1 | -29/+56 |
2007-08-04 | serial: fix 8250 early console setup | Daniel Ritz | 1 | -1/+1 |
2007-07-24 | Use resource_size_t for serial port IO addresses | Josh Boyer | 1 | -2/+3 |
2007-07-16 | serial: convert early_uart to earlycon for 8250 | Yinghai Lu | 1 | -21/+7 |
2007-05-17 | NS16550A: Restore HS settings in EXCR2 on resume | David Woodhouse | 1 | -3/+18 |
2007-05-08 | 8250: Remove commented out irq cruft | Josh Boyer | 1 | -2/+0 |
2007-05-07 | RM9000 serial driver | Thomas Koeller | 1 | -12/+80 |
2007-05-07 | serial driver PMC MSP71xx | Marc St-Jean | 1 | -0/+31 |
2007-04-24 | 8250: fix possible deadlock between serial8250_handle_port() and serial8250_i... | Jiri Kosina | 1 | -2/+3 |
2007-04-24 | Fix possible NULL pointer access in 8250 serial driver | Taku Izumi | 1 | -1/+2 |
2007-02-21 | [PATCH] 8250: Fix GCC4 signed/unsigned mismatch warning | Thomas Koeller | 1 | -1/+1 |
2007-02-14 | [PATCH] 8250 UART backup timer | Alex Williamson | 1 | -44/+134 |
2007-02-11 | [PATCH] Perle multimodem card (PCI-RAS) detection | Thomas Hoehn | 1 | -2/+6 |
2007-01-11 | [PATCH] x86-64: modpost add more symbols to whitelist pattern2 | Vivek Goyal | 1 | -1/+1 |
2006-12-08 | [PATCH] tty: switch to ktermios | Alan Cox | 1 | -2/+2 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -7/+7 |
2006-10-03 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 1 | -13/+22 |
2006-10-01 | [SERIAL] tickle NMI watchdog on serial output. | Dave Jones | 1 | -2/+3 |
2006-10-01 | [SERIAL] OMAP1510 serial fix for 115200 baud | Jonathan McDowell | 1 | -0/+11 |
2006-10-01 | [SERIAL] suspend/resume handlers don't have level arg anymore | Sergei Shtylyov | 1 | -2/+0 |
2006-10-01 | [SERIAL] 8250 resourse management fixes | Sergei Shtylyov | 1 | -9/+8 |
2006-09-26 | [POWERPC] UPIO_TSI cleanup | Al Viro | 1 | -2/+2 |
2006-07-10 | [SERIAL] 8250: sysrq deadlock fix | Andrew Morton | 1 | -4/+9 |
2006-07-10 | [SERIAL] 8250: add tsi108 serial support | Zang Roy-r61911 | 1 | -0/+12 |
2006-07-03 | [PATCH] irq-flags: serial: Use the new IRQF_ constants | Thomas Gleixner | 1 | -2/+2 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-26 | [PATCH] devfs: Remove devfs support from the serial subsystem | Greg Kroah-Hartman | 1 | -1/+0 |
2006-05-02 | [SERIAL] 8250: add locking to console write function | Russell King | 1 | -0/+10 |
2006-04-30 | [SERIAL] Remove unconditional enable of TX irq for console | Russell King | 1 | -2/+1 |
2006-04-30 | [SERIAL] 8250: set divisor register correctly for AMD Alchemy SoC uart | Jon Anders Haugum | 1 | -13/+42 |
2006-04-30 | [SERIAL] AMD Alchemy UART: claim memory range | Sergei Shtylyov | 1 | -0/+6 |
2006-03-28 | [PATCH] Typo fixes | Alexey Dobriyan | 1 | -1/+1 |
2006-03-20 | [SERIAL] kernel console should send CRLF not LFCR | Russell King | 1 | -17/+9 |
2006-02-23 | [SERIAL] Add comment about early_serial_setup() | Russell King | 1 | -0/+6 |
2006-02-15 | [SERIAL] Fix typo in comment | Ralf Baechle | 1 | -1/+1 |
2006-02-09 | [SERIAL] 8250 serial console update uart_8250_port ier | Kumar Gala | 1 | -0/+1 |
2006-01-21 | [SERIAL] Remove UPF_AUTOPROBE and UPF_BOOT_ONLYMCA | Russell King | 1 | -7/+0 |
2006-01-21 | [SERIAL] 8250 serial console fixes | Alan Cox | 1 | -6/+6 |
2006-01-18 | [SERIAL] Fix serial8250 driver initialisation ordering | Russell King | 1 | -8/+5 |
2006-01-14 | [SERIAL] serial8250: convert to the new platform device interface | Dmitry Torokhov | 1 | -10/+20 |
2006-01-12 | [SERIAL] turn serial semaphores into mutexes | Arjan van de Ven | 1 | -5/+6 |
2006-01-10 | [PATCH] TTY layer buffering revamp | Alan Cox | 1 | -13/+0 |
2006-01-08 | [SERIAL] Make the number of UARTs registered configurable. | Dave Jones | 1 | -10/+18 |
2006-01-04 | [SERIAL] Remove _INLINE_ | Russell King | 1 | -4/+4 |
2006-01-04 | [SERIAL] Move interrupt-time spinlocking inside serial8250_handle_port() | Russell King | 1 | -7/+8 |
2006-01-04 | [SERIAL] Use uart_match_port() to find a matching port in find_port() | Russell King | 1 | -3/+1 |
2006-01-04 | [Serial] Don't miss modem status changes | Russell King | 1 | -17/+16 |
2005-11-29 | [SERIAL] mark several serial tables const | Arjan van de Ven | 1 | -1/+1 |