Age | Commit message (Expand) | Author | Files | Lines |
2010-06-16 | Merge branch 'master' into for-next | Jiri Kosina | 21 | -183/+250 |
2010-06-16 | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 1 | -3/+3 |
2010-06-05 | serial: add support for various Titan PCI cards | Yegor Yefremov | 1 | -0/+71 |
2010-06-05 | serial: altera_uart: Proper section for altera_uart_remove | Tobias Klauser | 1 | -1/+1 |
2010-06-05 | altera_uart: Simplify altera_uart_console_putc | Tobias Klauser | 1 | -15/+8 |
2010-06-05 | altera_uart: Don't take spinlock in already protected functions | Tobias Klauser | 1 | -15/+4 |
2010-06-05 | serial: bfin_5xx: fix typo in IER check | Sonic Zhang | 1 | -1/+1 |
2010-06-05 | serial: bfin_5xx: IRDA is not affected by anomaly 05000230 | Graf Yang | 1 | -1/+6 |
2010-06-05 | serial_cs: add and sort IDs for serial and modem cards | Alexander Kurz | 1 | -2/+16 |
2010-06-05 | msm_serial: fix serial on trout | Abhijeet Dharmapurikar | 2 | -18/+59 |
2010-06-02 | powerpc/macio: Fix probing of macio devices by using the right of match table | Benjamin Herrenschmidt | 1 | -2/+5 |
2010-05-28 | ARM: S5PV210: serial: Fix section mismatch warning | Marek Szyprowski | 1 | -4/+4 |
2010-05-25 | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -69/+0 |
2010-05-25 | m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driver | Greg Ungerer | 1 | -1/+1 |
2010-05-25 | Merge remote branch 'origin' into secretlab/next-spi | Grant Likely | 26 | -305/+1891 |
2010-05-25 | powerpc/mpc5121: move PSC FIFO memory init to platform code | Anatolij Gustschin | 1 | -69/+0 |
2010-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 1 | -2/+3 |
2010-05-22 | sh: fix Oops in the serial SCI driver | Guennadi Liakhovetski | 1 | -2/+3 |
2010-05-22 | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 22 | -290/+1847 |
2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely | 10 | -26/+45 |
2010-05-22 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 1 | -1/+1 |
2010-05-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -0/+1 |
2010-05-21 | Merge branch 'dbg-early-merge' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+19 |
2010-05-21 | Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 5 | -13/+128 |
2010-05-21 | serial: bfin_sport_uart: Use resource size to fix off-by-one error | Tobias Klauser | 1 | -2/+1 |
2010-05-21 | serial: Add driver for the Altera UART | Tobias Klauser | 3 | -0/+602 |
2010-05-21 | serial: Add driver for the Altera JTAG UART | Tobias Klauser | 3 | -0/+526 |
2010-05-21 | serial: timbuart: make sure last byte is sent when port is closed | Richard Röjfors | 1 | -10/+13 |
2010-05-21 | serial: two branches the same in timbuart_set_mctrl() | Roel Kluin | 1 | -1/+1 |
2010-05-21 | serial: uartlite: move from byte accesses to word accesses | John Linn | 1 | -16/+16 |
2010-05-21 | serial: bfin_sport_uart: drop redundant cpu depends | Mike Frysinger | 1 | -1/+1 |
2010-05-21 | serial: bfin_sport_uart: drop the experimental markings | Mike Frysinger | 1 | -2/+2 |
2010-05-21 | serial: bfin_sport_uart: pull in bfin_sport.h for SPORT defines | Mike Frysinger | 1 | -0/+1 |
2010-05-21 | serial: bfin_sport_uart: only enable SPORT TX if data is to be sent | Sonic Zhang | 1 | -9/+21 |
2010-05-21 | serial: bfin_sport_uart: drop useless status masks | Mike Frysinger | 1 | -16/+1 |
2010-05-21 | serial: bfin_sport_uart: zero sport_uart_port if allocated dynamically | Sonic Zhang | 1 | -2/+2 |
2010-05-21 | serial: bfin_sport_uart: protect changes to uart_port | Sonic Zhang | 1 | -2/+2 |
2010-05-21 | serial: bfin_sport_uart: add support for CTS/RTS via GPIOs | Sonic Zhang | 3 | -11/+135 |
2010-05-21 | serial: bfin_sport_uart: rename early platform driver class string | Sonic Zhang | 1 | -2/+5 |
2010-05-21 | serial: bfin_sport_uart: add missing mapbase initialization | Sonic Zhang | 1 | -1/+2 |
2010-05-21 | serial: bfin_sport_uart: remove unused peripheral pin lists | Sonic Zhang | 1 | -21/+0 |
2010-05-21 | serial: bfin_sport_uart: shorten the SPORT TX waiting loop | Sonic Zhang | 1 | -1/+7 |
2010-05-21 | serial: bfin_sport_uart: work around anomaly 05000473 (make 32bit fifo read a... | Sonic Zhang | 1 | -1/+15 |
2010-05-21 | kgdboc: Add ekgdboc for early use of the kernel debugger | Jason Wessel | 1 | -0/+19 |
2010-05-21 | kgdboc,kdb: Allow kdb to work on a non open console port | Jason Wessel | 1 | -0/+14 |
2010-05-21 | kgdboc,keyboard: Keyboard driver for kdb with kgdb | Jason Wessel | 1 | -7/+54 |
2010-05-21 | sparc,sunzilog: Add console polling support for sunzilog serial driver | Jason Wessel | 1 | -0/+50 |
2010-05-21 | sh,sh-sci: Use NO_POLL_CHAR in the SCIF polled console code | Jason Wessel | 1 | -1/+5 |
2010-05-21 | kgdb,8250,pl011: Return immediately from console poll | Jason Wessel | 2 | -5/+5 |
2010-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 1 | -27/+9 |