Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Blackfin Serial Driver: handle anomaly 05000231 | Sonic Zhang | 2009-06-11 | 1 | -2/+10 | |
| * | | | | | | | | | | | Blackfin Serial Driver: annotate anomalies 05000215 and 05000099 | Sonic Zhang | 2009-06-11 | 1 | -0/+14 | |
| * | | | | | | | | | | | Blackfin Serial Driver: handle irregular DMA register status in auto start mode | Sonic Zhang | 2009-06-11 | 1 | -3/+4 | |
| * | | | | | | | | | | | Blackfin Serial Driver: fix missing new lines when under load | Graf Yang | 2009-06-11 | 1 | -0/+1 | |
| * | | | | | | | | | | | Blackfin Serial Driver: fix baudrate for early_printk | Robin Getz | 2009-06-11 | 1 | -1/+6 | |
| * | | | | | | | | | | | Blackfin Serial Driver: fix error while transferring large files | Sonic Zhang | 2009-06-11 | 1 | -2/+29 | |
| * | | | | | | | | | | | Blackfin SPORT UART: rewrite inline assembly | Mike Frysinger | 2009-06-11 | 1 | -25/+29 | |
| * | | | | | | | | | | | Blackfin SPORT UART: fix data misses while using transmit frame sync | Michael Hennerich | 2009-06-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | Blackfin SPORT UART: fix typo in sport_set_termios prototype | Mike Frysinger | 2009-06-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | serial: add support for the TI AR7 internal UART | Florian Fainelli | 2009-06-11 | 1 | -0/+7 | |
| * | | | | | | | | | | | icom: fix compile errors when defining ICOM_TRACE | Breno Leitao | 2009-06-11 | 1 | -10/+6 | |
| * | | | | | | | | | | | icom: fixing a if clause spaghetti | Breno Leitao | 2009-06-11 | 1 | -2/+2 | |
| * | | | | | | | | | | | jsm: correctly support multiple 4/8-port boards | Alexander Y. Fomichev | 2009-06-11 | 2 | -2/+13 | |
| * | | | | | | | | | | | 8250_pci: add the OXCB950 chip to the 8250 PCI driver. | Andre Przywara | 2009-06-11 | 1 | -0/+3 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | fix oops when using console=ttymxcN with N > 0 | Eric Lammerts | 2009-06-03 | 1 | -0/+2 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | 8250: Fix oops from setserial | Alan Cox | 2009-05-29 | 1 | -0/+15 | |
| * | | | | | | | | | serial: 8250_gsc: fix printk format error | Alexander Beregalov | 2009-05-29 | 1 | -2/+2 | |
| * | | | | | | | | | drivers/serial/mpc52xx_uart.c: fix array overindexing check | Roel Kluin | 2009-05-29 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | icom: fix rmmod crash | Breno Leitao | 2009-05-22 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | / | [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void * | Alessandro Rubini | 2009-05-20 | 2 | -2/+2 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-05-18 | 9 | -109/+149 | |
|\| | | | | | | ||||||
| * | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2009-05-15 | 1 | -1/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | serial/nwpserial: Fix wrong register read address and add interrupt acknowledge. | Benjamin Krill | 2009-05-15 | 1 | -1/+3 | |
| | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-05-07 | 3 | -3/+63 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'v2630-rc3-fixes' of git://aeryn.fluff.org.uk/bjdooks/linux | Russell King | 2009-05-03 | 3 | -3/+63 | |
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | | * | | | | | [ARM] S3C: Add UDIVSLOT support for newer UARTS | Ben Dooks | 2009-05-01 | 3 | -3/+63 | |
| | | |/ / / / | ||||||
| * | / / / / | jsm: removing unused spinlock | Breno Leitao | 2009-05-06 | 2 | -3/+0 | |
| |/ / / / / | ||||||
| * / / / / | CRISv10: fix serial driver proc-usage | Jesper Nilsson | 2009-05-02 | 1 | -95/+78 | |
| |/ / / / | ||||||
| * | | / | serial: remove contact data | Niels de Vos | 2009-04-24 | 1 | -2/+0 | |
| | |_|/ | |/| | | ||||||
| * | | | bfin_5xx: misplaced parentheses | Roel Kluin | 2009-04-21 | 1 | -3/+3 | |
| | |/ | |/| | ||||||
| * | | [ARM] 5449/1: S3C: Use disable_irq_nosync() to fix boot lockups | Mark Brown | 2009-04-15 | 1 | -2/+2 | |
| |/ | ||||||
* / | 3c589_cs: add cis(firmware) of 3Com multifunction pcmcia card | Ken Kawasaki | 2009-05-01 | 1 | -5/+17 | |
|/ | ||||||
* | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2009-04-13 | 1 | -2/+2 | |
|\ | ||||||
| * | microblaze_v8: Uartlite for Microblaze | Michal Simek | 2009-03-27 | 1 | -2/+2 | |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-04-08 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | serial: sunsu: sunsu_kbd_ms_init needs to be __devinit | David S. Miller | 2009-04-08 | 1 | -1/+1 | |
* | | | tty: MAX3100 | Alan Cox | 2009-04-08 | 1 | -0/+927 | |
|/ / | ||||||
* | | tty: jsm cleanups | Breno Leitao | 2009-04-07 | 2 | -21/+12 | |
* | | Adjust path to gpio headers | Mike Frysinger | 2009-04-07 | 1 | -8/+8 | |
* | | KGDB_SERIAL_CONSOLE check for module | Mike Frysinger | 2009-04-07 | 1 | -1/+1 | |
* | | Change KCONFIG name | Mike Frysinger | 2009-04-07 | 1 | -1/+1 | |
* | | tty: Blackin CTS/RTS | Sonic Zhang | 2009-04-07 | 2 | -58/+137 | |
* | | Change hardware flow control from poll to interrupt driven | Sonic Zhang | 2009-04-07 | 1 | -49/+82 | |
* | | Add support for the MAX3100 SPI UART. | Christian Pellegrin | 2009-04-07 | 2 | -0/+8 | |
* | | tty: Use the generic RS485 ioctl on CRIS | Claudio Scordino | 2009-04-07 | 2 | -22/+59 | |
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2009-04-07 | 2 | -7/+22 | |
|\ \ | ||||||
| * | | powerpc/pmac: Fix internal modem IRQ on Wallstreet PowerBook | Benjamin Herrenschmidt | 2009-04-07 | 1 | -0/+15 | |
| * | | Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe... | Paul Mackerras | 2009-04-07 | 1 | -7/+7 | |
| |\ \ | ||||||
| | * | | cpm_uart: Disable CPM udbg when re-initing CPM uart, even if not the console. | Scott Wood | 2009-04-06 | 1 | -4/+4 | |
| | * | | cpm_uart: Initialize port.dev before it's used. | Scott Wood | 2009-04-06 | 1 | -3/+3 |