| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-12 | 11 | -28/+28 |
|\ |
|
| * | of/device: Replace struct of_device with struct platform_device | Grant Likely | 2010-08-06 | 11 | -28/+28 |
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-08-11 | 5 | -18/+74 |
|\ \ |
|
| * \ | Merge branches 'master' and 'devel' into for-linus | Russell King | 2010-08-10 | 5 | -18/+74 |
| |\ \ |
|
| | * \ | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene... | Russell King | 2010-08-09 | 3 | -4/+17 |
| | |\ \ |
|
| | | * | | ARM: S5PV310: Add serial port support | Jongpill Lee | 2010-08-05 | 2 | -2/+10 |
| | | * | | ARM: SAMSUNG: serial: Add FRACVAL support for newer UART | Jongpill Lee | 2010-08-05 | 1 | -2/+7 |
| | * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into dev... | Russell King | 2010-08-06 | 2 | -14/+57 |
| | |\ \ \
| | | |_|/
| | |/| | |
|
| | | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2010-08-04 | 5 | -20/+90 |
| | | |\ \ |
|
| | | * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2010-07-05 | 8 | -119/+251 |
| | | |\ \ \ |
|
| | | * \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2010-05-31 | 15 | -127/+78 |
| | | |\ \ \ \ |
|
| | | * | | | | | serial: sh-sci: fix handling of SCIFB sh-mobile ports | Guennadi Liakhovetski | 2010-05-24 | 2 | -14/+57 |
* | | | | | | | | U6715 16550A serial driver support | Philippe Langlais | 2010-08-10 | 1 | -3/+34 |
* | | | | | | | | serial: max3107: Fix gpiolib support | Alan Cox | 2010-08-10 | 1 | -0/+2 |
* | | | | | | | | hsu: call PCI pm hooks in suspend/resume function | Feng Tang | 2010-08-10 | 1 | -9/+22 |
* | | | | | | | | hsu: some code cleanup | Feng Tang | 2010-08-10 | 1 | -66/+19 |
* | | | | | | | | hsu: add a periodic timer to check dma rx channel | Feng Tang | 2010-08-10 | 1 | -3/+47 |
* | | | | | | | | hsu: driver for Medfield High Speed UART device | Feng Tang | 2010-08-10 | 3 | -0/+1499 |
* | | | | | | | | serial: add support for OX16PCI958 card | Lytochkin Boris | 2010-08-10 | 1 | -0/+13 |
* | | | | | | | | serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS) | Christoph Egger | 2010-08-10 | 1 | -11/+5 |
* | | | | | | | | timbuart: use __devinit and __devexit macros for probe and remove | Richard Röjfors | 2010-08-10 | 1 | -3/+3 |
* | | | | | | | | serial: MMIO32 support for 8250_early.c | Samium Gromoff | 2010-08-10 | 1 | -15/+42 |
* | | | | | | | | serial: mcf: don't take spinlocks in already protected functions | Yury Georgievskiy | 2010-08-10 | 1 | -18/+13 |
* | | | | | | | | serial: general fixes in the serial_rs485 structure | Claudio Scordino | 2010-08-10 | 1 | -3/+8 |
* | | | | | | | | serial: "altera_uart: simplify altera_uart_console_putc()" checkpatch fixes | Andrew Morton | 2010-08-10 | 1 | -1/+1 |
* | | | | | | | | serial: crisv10: formatting of pointers in printk() | Kulikov Vasiliy | 2010-08-10 | 1 | -2/+2 |
* | | | | | | | | serial: max3107: Abstract out the platform specific bits | Alan Cox | 2010-08-10 | 5 | -337/+527 |
* | | | | | | | | serial: max3107: introduce a max3107 driver | jianwei.yang | 2010-08-10 | 4 | -0/+1809 |
* | | | | | | | | 8250: fix set_ldisc operation | Arnd Bergmann | 2010-08-10 | 1 | -7/+2 |
* | | | | | | | | tty: release BTM while sleeping in block_til_ready | Arnd Bergmann | 2010-08-10 | 3 | -0/+6 |
* | | | | | | | | tty: untangle locking of wait_until_sent | Arnd Bergmann | 2010-08-10 | 3 | -13/+22 |
* | | | | | | | | tty: introduce wait_event_interruptible_tty | Arnd Bergmann | 2010-08-10 | 1 | -2/+2 |
* | | | | | | | | tty: replace BKL with a new tty_lock | Arnd Bergmann | 2010-08-10 | 3 | -9/+9 |
* | | | | | | | | serial: fix termios settings in open | Arnd Bergmann | 2010-08-10 | 1 | -10/+9 |
* | | | | | | | | serial: Use block_til_ready helper | Alan Cox | 2010-08-10 | 1 | -86/+1 |
* | | | | | | | | serial: trim locking on the helpers | Alan Cox | 2010-08-10 | 1 | -4/+1 |
* | | | | | | | | serial: add port helpers | Alan Cox | 2010-08-10 | 1 | -14/+37 |
* | | | | | | | | serial: Change the wait for carrier locking | Alan Cox | 2010-08-10 | 1 | -9/+35 |
* | | | | | | | | tty: serial - fix tty referencing in set_ldisc | Alan Cox | 2010-08-10 | 2 | -6/+3 |
* | | | | | | | | tty: serial - fix tty back references in termios | Alan Cox | 2010-08-10 | 5 | -26/+19 |
* | | | | | | | | tty: serial - fix various misuses/mishandlings of port->tty | Alan Cox | 2010-08-10 | 1 | -49/+60 |
* | | | | | | | | serial: fix wakup races in the mrst_max3110 driver | Arjan van de Ven | 2010-08-10 | 1 | -28/+18 |
* | | | | | | | | serial: replace open coded mutex with a real mutex in mrst_max3110.c | Arjan van de Ven | 2010-08-10 | 1 | -7/+8 |
* | | | | | | | | max3110 sanity check a register | jianwei.yang | 2010-08-10 | 1 | -2/+11 |
* | | | | | | | | mrst_max3110: add UART driver for Max3110 on Moorestown | Feng Tang | 2010-08-10 | 4 | -0/+921 |
* | | | | | | | | serial: add UART_CAP_EFR and UART_CAP_SLEEP flags to 16C950 UARTs definition | Yegor Yefremov | 2010-08-10 | 1 | -1/+1 |
* | | | | | | | | serial: There's no config CONSOLE | Christoph Egger | 2010-08-10 | 1 | -8/+0 |
|/ / / / / / / |
|
* | | | | | | | Merge branch 'rs485fix' of git://www.jni.nu/cris | Linus Torvalds | 2010-08-09 | 1 | -0/+11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | CRIS: ioctl for getting RS485 information | Claudio Scordino | 2010-08-09 | 1 | -0/+11 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2010-08-06 | 1 | -35/+33 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|