index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
serial
Age
Commit message (
Expand
)
Author
Lines
2010-10-22
serial: mrst_max3110: some code cleanup
Feng Tang
-127
/
+201
2010-10-22
serial-core: restore termios settings when resume console ports
Jason Wang
-0
/
+12
2010-10-22
serial-core: skip call set_termios/console_start when no_console_suspend
Jason Wang
-1
/
+1
2010-10-22
serial: Add CONSOLE_POLL support for uartlite
Michal Simek
-1
/
+25
2010-10-22
serial: mfd: snprintf() returns largish values
Dan Carpenter
-0
/
+6
2010-10-21
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
-4
/
+5
2010-10-21
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
-0
/
+4
2010-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
-128
/
+77
2010-10-21
arch/m68knommu: Removing dead 68328_SERIAL_UART2 config option
Christian Dietrich
-5
/
+0
2010-10-19
SERIAL: ioc3_serial: Return -ENOMEM on memory allocation failure
Julia Lawall
-0
/
+1
2010-10-18
ARM: S5P64X0: Add UART serial support for S5P6450
Kukjin Kim
-4
/
+5
2010-10-18
Update broken web addresses in the kernel.
Justin P. Mattock
-4
/
+4
2010-10-16
serial_cs: drop spurious flush_scheduled_work() call
Tejun Heo
-5
/
+0
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
-0
/
+2
2010-10-12
serial: omap-serial: fix signess error
Vasiliy Kulikov
-1
/
+1
2010-10-07
powerpc, of_serial: Endianness issues setting up the serial ports
Ian Munsie
-6
/
+6
2010-10-01
[IA64] ioc3_serial: release resources in error return path
Rahul Ruikar
-0
/
+4
2010-10-01
drivers/serial/mrst_max3110.c needs linux/irq.h
Andrew Morton
-0
/
+1
2010-10-01
drivers/serial/mfd.c needs slab.h
Andrew Morton
-0
/
+1
2010-09-29
serial: Add OMAP high-speed UART driver
Govindraj.R
-0
/
+1361
2010-09-29
pcmcia: remove obsolete and wrong comments
Dominik Brodowski
-32
/
+0
2010-09-29
pcmcia: move driver name to struct pcmcia_driver
Dominik Brodowski
-3
/
+1
2010-09-29
pcmcia: use autoconfiguration feature for ioports and iomem
Dominik Brodowski
-65
/
+67
2010-09-29
pcmcia: introduce autoconfiguration feature
Dominik Brodowski
-9
/
+1
2010-09-29
pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
Dominik Brodowski
-6
/
+5
2010-09-29
pcmcia: move config_{base,index,regs} to struct pcmcia_device
Dominik Brodowski
-3
/
+3
2010-09-29
pcmcia: simplify IntType
Dominik Brodowski
-2
/
+0
2010-09-29
pcmcia: simplify Status, ExtStatus register access
Dominik Brodowski
-7
/
+4
2010-09-29
pcmcia: move Vpp setup to struct pcmcia_device
Dominik Brodowski
-1
/
+1
2010-09-20
serial: mfd: fix bug in serial_hsu_remove()
Feng Tang
-8
/
+9
2010-09-20
serial: amba-pl010: fix set_ldisc
Mika Westerberg
-7
/
+2
2010-09-16
Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...
Linus Torvalds
-26
/
+36
2010-09-15
pcmcia serial_cs.c: fix multifunction card handling
Dominik Brodowski
-26
/
+36
2010-09-13
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
-0
/
+1
2010-09-08
powerpc/5200: mpc52xx_uart.c: Add of_node_put to avoid memory leak
Julia Lawall
-0
/
+1
2010-09-03
serial: bfin_sport_uart: restore transmit frame sync fix
Sonic Zhang
-1
/
+1
2010-08-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-1
/
+1
2010-08-23
68328serial: check return value of copy_*_user() instead of access_ok()
Kulikov Vasiliy
-18
/
+11
2010-08-23
serial: print early console device address in hex
Luck, Tony
-2
/
+2
2010-08-21
Input: sysrq - drop tty argument form handle_sysrq()
Dmitry Torokhov
-1
/
+1
2010-08-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
-8
/
+10
2010-08-18
Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
-2
/
+1
2010-08-16
of: Fix missing includes
Grant Likely
-2
/
+1
2010-08-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David S. Miller
-306
/
+4832
2010-08-16
sparc: Really fix "console=" for serial consoles.
David S. Miller
-6
/
+9
2010-08-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
-413
/
+5028
2010-08-12
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
-28
/
+28
2010-08-11
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
-18
/
+74
2010-08-10
Merge branches 'master' and 'devel' into for-linus
Russell King
-18
/
+74
2010-08-10
U6715 16550A serial driver support
Philippe Langlais
-3
/
+34
[prev]
[next]