Age | Commit message (Expand) | Author | Files | Lines |
2008-05-12 | cris: Fix compile failure due to typo in serial driver | Alan Cox | 1 | -1/+1 |
2008-05-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo... | Linus Torvalds | 1 | -87/+11 |
2008-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2 | -23/+36 |
2008-05-08 | serial: access after NULL check in uart_flush_buffer() | Tetsuo Handa | 1 | -1/+2 |
2008-05-08 | sh-sci: avoid writing to nonexistent registers | Magnus Damm | 1 | -1/+1 |
2008-05-08 | sh-sci: sh7722 lacks scsptr registers | Magnus Damm | 1 | -0/+4 |
2008-05-08 | sh-sci: improve sh7722 support | Magnus Damm | 2 | -16/+27 |
2008-05-08 | sh: Enable use of the clk fwk on SH-5. | Paul Mundt | 1 | -6/+4 |
2008-05-07 | Blackfin Serial Driver: abstract away DLAB differences into header | Mike Frysinger | 1 | -33/+7 |
2008-05-07 | Blackfin Serial Driver: macro away the IER differences between processors | Mike Frysinger | 1 | -54/+4 |
2008-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 4 | -4/+4 |
2008-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 1 | -0/+2 |
2008-05-02 | serial: Fix sparc driver name strings. | David S. Miller | 4 | -4/+4 |
2008-05-01 | Fix a potential issue in mpc52xx uart driver | Andrew Liu | 1 | -0/+2 |
2008-05-01 | jsm: add new supported board to jsm serial driver | Scott Kilau | 2 | -1/+6 |
2008-05-01 | 8250: switch 8250 drivers to use _nocache ioremaps | Alan Cox | 3 | -8/+11 |
2008-04-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 1 | -1/+1 |
2008-04-30 | serial: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 13 | -54/+54 |
2008-04-30 | tty: The big operations rework | Alan Cox | 2 | -14/+30 |
2008-04-30 | serial: switch the serial core to int put_char methods | Alan Cox | 1 | -4/+8 |
2008-04-30 | serial m68k: put_char returns | Alan Cox | 3 | -5/+7 |
2008-04-30 | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 5 | -57/+20 |
2008-04-30 | serial_core: Prepare for BKL push down | Alan Cox | 1 | -7/+9 |
2008-04-30 | 68360serial: Note that there isn't any info->mcr locking | Alan Cox | 1 | -1/+1 |
2008-04-30 | Blackfin serial driver: this driver enable SPORTs on Blackfin emulate UART | Bryan Wu | 4 | -0/+721 |
2008-04-30 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -2/+5 |
2008-04-29 | [POWERPC] mpc5200: Fix unterminated of_device_id table | Grant Likely | 1 | -1/+1 |
2008-04-29 | [ARM] serial: s3c2410: platform_get_irq() may return signed unnoticed | Roel Kluin | 1 | -2/+5 |
2008-04-28 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 3 | -105/+4 |
2008-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 1 | -2/+2 |
2008-04-28 | [MIPS] Alchemy: move UART platform code to its proper place | Sergei Shtylyov | 3 | -105/+4 |
2008-04-28 | atmel_serial: remove duplicated macro definition | Michael Trimarchi | 1 | -1/+0 |
2008-04-28 | serial: use time_before, time_before_eq, etc | Julia Lawall | 1 | -1/+2 |
2008-04-28 | serial 8250: tighten test for using backup timer | Alex Williamson | 1 | -2/+3 |
2008-04-28 | serial: add vr41xx_siu_early_setup() for serial console | Yoichi Yuasa | 1 | -1/+14 |
2008-04-28 | uart_get_baud_rate: stop mangling termios | Alan Cox | 1 | -4/+11 |
2008-04-28 | Fix tty speed handling on 8250 | Alan Cox | 1 | -1/+3 |
2008-04-28 | serial: silence section mismatch warnings in 8250_pci | Sam Ravnborg | 1 | -1/+1 |
2008-04-28 | crisv10: prepare for BKL push down | Alan Cox | 1 | -0/+7 |
2008-04-28 | dz: test after postfix decrement fails in dz_console_putchar() | Roel Kluin | 1 | -1/+1 |
2008-04-27 | sparc: sunzilog.c remove unused argument | Robert Reif | 1 | -2/+2 |
2008-04-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 1 | -1/+13 |
2008-04-24 | [POWERPC] Xilinx: of_serial support for Xilinx uart 16550. | John Linn | 1 | -1/+13 |
2008-04-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo... | Linus Torvalds | 1 | -19/+37 |
2008-04-25 | Blackfin Serial Driver: fix bug - use mod_timer to replace only add_timer. | Sonic Zhang | 1 | -5/+2 |
2008-04-24 | Blackfin Serial Driver: the uart break anomaly has been given its own number,... | Mike Frysinger | 1 | -6/+3 |
2008-04-24 | Blackfin Serial Driver: use BFIN_UART_NR_PORTS to help SIR driver in uart port. | Graf Yang | 1 | -3/+5 |
2008-04-24 | sparc: sunzilog uart order | Robert Reif | 1 | -13/+17 |
2008-04-23 | Blackfin Serial Driver: Fix bug - kernel hangs when accessing uart 0 on bf537... | Sonic Zhang | 1 | -4/+0 |
2008-04-24 | Blackfin Serial Driver: punt unused lsr variable | Mike Frysinger | 1 | -1/+1 |