index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-11
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
5
-18
/
+74
2010-08-10
Merge branches 'master' and 'devel' into for-linus
Russell King
5
-18
/
+74
2010-08-10
U6715 16550A serial driver support
Philippe Langlais
1
-3
/
+34
2010-08-10
serial: max3107: Fix gpiolib support
Alan Cox
1
-0
/
+2
2010-08-10
hsu: call PCI pm hooks in suspend/resume function
Feng Tang
1
-9
/
+22
2010-08-10
hsu: some code cleanup
Feng Tang
1
-66
/
+19
2010-08-10
hsu: add a periodic timer to check dma rx channel
Feng Tang
1
-3
/
+47
2010-08-10
hsu: driver for Medfield High Speed UART device
Feng Tang
3
-0
/
+1499
2010-08-10
serial: add support for OX16PCI958 card
Lytochkin Boris
1
-0
/
+13
2010-08-10
serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS)
Christoph Egger
1
-11
/
+5
2010-08-10
timbuart: use __devinit and __devexit macros for probe and remove
Richard Röjfors
1
-3
/
+3
2010-08-10
serial: MMIO32 support for 8250_early.c
Samium Gromoff
1
-15
/
+42
2010-08-10
serial: mcf: don't take spinlocks in already protected functions
Yury Georgievskiy
1
-18
/
+13
2010-08-10
serial: general fixes in the serial_rs485 structure
Claudio Scordino
1
-3
/
+8
2010-08-10
serial: "altera_uart: simplify altera_uart_console_putc()" checkpatch fixes
Andrew Morton
1
-1
/
+1
2010-08-10
serial: crisv10: formatting of pointers in printk()
Kulikov Vasiliy
1
-2
/
+2
2010-08-10
serial: max3107: Abstract out the platform specific bits
Alan Cox
5
-337
/
+527
2010-08-10
serial: max3107: introduce a max3107 driver
jianwei.yang
4
-0
/
+1809
2010-08-10
8250: fix set_ldisc operation
Arnd Bergmann
1
-7
/
+2
2010-08-10
tty: release BTM while sleeping in block_til_ready
Arnd Bergmann
3
-0
/
+6
2010-08-10
tty: untangle locking of wait_until_sent
Arnd Bergmann
3
-13
/
+22
2010-08-10
tty: introduce wait_event_interruptible_tty
Arnd Bergmann
1
-2
/
+2
2010-08-10
tty: replace BKL with a new tty_lock
Arnd Bergmann
3
-9
/
+9
2010-08-10
serial: fix termios settings in open
Arnd Bergmann
1
-10
/
+9
2010-08-10
serial: Use block_til_ready helper
Alan Cox
1
-86
/
+1
2010-08-10
serial: trim locking on the helpers
Alan Cox
1
-4
/
+1
2010-08-10
serial: add port helpers
Alan Cox
1
-14
/
+37
2010-08-10
serial: Change the wait for carrier locking
Alan Cox
1
-9
/
+35
2010-08-10
tty: serial - fix tty referencing in set_ldisc
Alan Cox
2
-6
/
+3
2010-08-10
tty: serial - fix tty back references in termios
Alan Cox
5
-26
/
+19
2010-08-10
tty: serial - fix various misuses/mishandlings of port->tty
Alan Cox
1
-49
/
+60
2010-08-10
serial: fix wakup races in the mrst_max3110 driver
Arjan van de Ven
1
-28
/
+18
2010-08-10
serial: replace open coded mutex with a real mutex in mrst_max3110.c
Arjan van de Ven
1
-7
/
+8
2010-08-10
max3110 sanity check a register
jianwei.yang
1
-2
/
+11
2010-08-10
mrst_max3110: add UART driver for Max3110 on Moorestown
Feng Tang
4
-0
/
+921
2010-08-10
serial: add UART_CAP_EFR and UART_CAP_SLEEP flags to 16C950 UARTs definition
Yegor Yefremov
1
-1
/
+1
2010-08-10
serial: There's no config CONSOLE
Christoph Egger
1
-8
/
+0
2010-08-09
Merge branch 'rs485fix' of git://www.jni.nu/cris
Linus Torvalds
1
-0
/
+11
2010-08-09
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...
Russell King
3
-4
/
+17
2010-08-09
CRIS: ioctl for getting RS485 information
Claudio Scordino
1
-0
/
+11
2010-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
1
-35
/
+33
2010-08-06
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into dev...
Russell King
2
-14
/
+57
2010-08-05
Merge branch 'kms-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...
Linus Torvalds
1
-0
/
+18
2010-08-05
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
5
-17
/
+18
2010-08-05
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-29
/
+116
2010-08-05
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
2
-18
/
+3
2010-08-05
kgdboc: Add call backs to allow kernel mode switching
Jason Wessel
1
-0
/
+18
2010-08-05
SERIAL: 8250: Remove SERIAL_8250_AU1X00
Manuel Lauss
2
-18
/
+3
2010-08-05
MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMY
Manuel Lauss
1
-1
/
+1
2010-08-05
ARM: S5PV310: Add serial port support
Jongpill Lee
2
-2
/
+10
[next]