Age | Commit message (Expand) | Author | Files | Lines |
2010-09-21 | serial: mfd: fix bug in serial_hsu_remove() | Feng Tang | 1 | -8/+9 |
2010-09-21 | serial: amba-pl010: fix set_ldisc | Mika Westerberg | 1 | -7/+2 |
2010-09-16 | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/... | Linus Torvalds | 1 | -26/+36 |
2010-09-15 | pcmcia serial_cs.c: fix multifunction card handling | Dominik Brodowski | 1 | -26/+36 |
2010-09-13 | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -0/+1 |
2010-09-08 | powerpc/5200: mpc52xx_uart.c: Add of_node_put to avoid memory leak | Julia Lawall | 1 | -0/+1 |
2010-09-04 | serial: bfin_sport_uart: restore transmit frame sync fix | Sonic Zhang | 1 | -1/+1 |
2010-08-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -1/+1 |
2010-08-24 | 68328serial: check return value of copy_*_user() instead of access_ok() | Kulikov Vasiliy | 1 | -18/+11 |
2010-08-24 | serial: print early console device address in hex | Luck, Tony | 1 | -2/+2 |
2010-08-21 | Input: sysrq - drop tty argument form handle_sysrq() | Dmitry Torokhov | 1 | -1/+1 |
2010-08-18 | Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -2/+1 |
2010-08-17 | of: Fix missing includes | Grant Likely | 1 | -2/+1 |
2010-08-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David S. Miller | 40 | -306/+4832 |
2010-08-16 | sparc: Really fix "console=" for serial consoles. | David S. Miller | 1 | -6/+9 |
2010-08-12 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 11 | -28/+28 |
2010-08-11 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 5 | -18/+74 |
2010-08-11 | Merge branches 'master' and 'devel' into for-linus | Russell King | 5 | -18/+74 |
2010-08-11 | U6715 16550A serial driver support | Philippe Langlais | 1 | -3/+34 |
2010-08-11 | serial: max3107: Fix gpiolib support | Alan Cox | 1 | -0/+2 |
2010-08-11 | hsu: call PCI pm hooks in suspend/resume function | Feng Tang | 1 | -9/+22 |
2010-08-11 | hsu: some code cleanup | Feng Tang | 1 | -66/+19 |
2010-08-11 | hsu: add a periodic timer to check dma rx channel | Feng Tang | 1 | -3/+47 |
2010-08-11 | hsu: driver for Medfield High Speed UART device | Feng Tang | 3 | -0/+1499 |
2010-08-11 | serial: add support for OX16PCI958 card | Lytochkin Boris | 1 | -0/+13 |
2010-08-11 | serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS) | Christoph Egger | 1 | -11/+5 |
2010-08-11 | timbuart: use __devinit and __devexit macros for probe and remove | Richard Röjfors | 1 | -3/+3 |
2010-08-11 | serial: MMIO32 support for 8250_early.c | Samium Gromoff | 1 | -15/+42 |
2010-08-11 | serial: mcf: don't take spinlocks in already protected functions | Yury Georgievskiy | 1 | -18/+13 |
2010-08-11 | serial: general fixes in the serial_rs485 structure | Claudio Scordino | 1 | -3/+8 |
2010-08-11 | serial: "altera_uart: simplify altera_uart_console_putc()" checkpatch fixes | Andrew Morton | 1 | -1/+1 |
2010-08-11 | serial: crisv10: formatting of pointers in printk() | Kulikov Vasiliy | 1 | -2/+2 |
2010-08-11 | serial: max3107: Abstract out the platform specific bits | Alan Cox | 5 | -337/+527 |
2010-08-11 | serial: max3107: introduce a max3107 driver | jianwei.yang | 4 | -0/+1809 |
2010-08-11 | 8250: fix set_ldisc operation | Arnd Bergmann | 1 | -7/+2 |
2010-08-11 | tty: release BTM while sleeping in block_til_ready | Arnd Bergmann | 3 | -0/+6 |
2010-08-11 | tty: untangle locking of wait_until_sent | Arnd Bergmann | 3 | -13/+22 |
2010-08-11 | tty: introduce wait_event_interruptible_tty | Arnd Bergmann | 1 | -2/+2 |
2010-08-11 | tty: replace BKL with a new tty_lock | Arnd Bergmann | 3 | -9/+9 |
2010-08-11 | serial: fix termios settings in open | Arnd Bergmann | 1 | -10/+9 |
2010-08-11 | serial: Use block_til_ready helper | Alan Cox | 1 | -86/+1 |
2010-08-11 | serial: trim locking on the helpers | Alan Cox | 1 | -4/+1 |
2010-08-11 | serial: add port helpers | Alan Cox | 1 | -14/+37 |
2010-08-11 | serial: Change the wait for carrier locking | Alan Cox | 1 | -9/+35 |
2010-08-11 | tty: serial - fix tty referencing in set_ldisc | Alan Cox | 2 | -6/+3 |
2010-08-11 | tty: serial - fix tty back references in termios | Alan Cox | 5 | -26/+19 |
2010-08-11 | tty: serial - fix various misuses/mishandlings of port->tty | Alan Cox | 1 | -49/+60 |
2010-08-11 | serial: fix wakup races in the mrst_max3110 driver | Arjan van de Ven | 1 | -28/+18 |
2010-08-11 | serial: replace open coded mutex with a real mutex in mrst_max3110.c | Arjan van de Ven | 1 | -7/+8 |
2010-08-11 | max3110 sanity check a register | jianwei.yang | 1 | -2/+11 |