summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-05-201-27/+9
|\
| * pcmcia: dev_node removal (write-only drivers)Dominik Brodowski2010-05-101-9/+0
| * pcmcia: re-work pcmcia_request_irq()Dominik Brodowski2010-05-101-18/+9
* | Merge branch 'for-linus/samsung4' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-05-192-13/+4
|\ \
| * | drivers: serial: S5PC100 serial driver cleanupMarek Szyprowski2010-05-192-13/+4
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-05-192-37/+177
|\ \ \
| * \ \ Merge branch 'devel-stable' into develRussell King2010-05-1732-58/+78
| |\ \ \ | | |/ /
| | * | serial: Use s3c2440 driver for S3C2416 SoCYauhen Kharuzhy2010-05-061-3/+4
| | |/
| * | ARM: 6092/1: atmel_serial: support for RS485 communicationsClaudio Scordino2010-05-041-34/+173
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-05-191-63/+126
|\ \ \
| * \ \ Merge branch 'sh/stable-updates'Paul Mundt2010-04-2627-5/+35
| |\ \ \
| * \ \ \ Merge branch 'sh/stable-updates'Paul Mundt2010-04-052-1/+4
| |\ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/c...Paul Mundt2010-03-301-63/+126
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | | * | | | serial: sh-sci: clkdev updates for MSTP gating.Paul Mundt2010-03-101-20/+37
| | | * | | | | SH: extend SCI DMA support to work on SCIFA portsGuennadi Liakhovetski2010-03-231-33/+81
| | | * | | | | serial: sh-sci: Use sg_dma_len() and sg_dma_address()Magnus Damm2010-03-231-8/+6
| | | * | | | | dmaengine: shdma: Remove sh_dmae_slave_chan_id enumMagnus Damm2010-03-231-2/+2
* | | | | | | | serial: imx.c: fix CTS trigger level lower to avoid lost charsValentin Longchamp2010-05-131-1/+9
* | | | | | | | serial: mpc52xx_uart: fix null pointer dereferenceAnatolij Gustschin2010-05-131-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-04-302-1/+5
|\ \ \ \ \ \ \
| * | | | | | | serial: drivers/serial/pmac_zilog.c: add missing unlockJulia Lawall2010-04-301-1/+3
| * | | | | | | serial: 8250_pnp - add Fujitsu Wacom devicePing Cheng2010-04-301-0/+2
* | | | | | | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-04-301-33/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | serial/mpc52xx_uart: Drop outdated commentsWolfram Sang2010-04-281-33/+0
* | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-04-291-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | ARM: 6030/1: KS8695: enable consoleYegor Yefremov2010-04-231-0/+1
* | | | | | | | m68knommu: allow 4 coldfire serial portsPhilippe De Muyter2010-04-211-1/+1
* | | | | | | | m68knommu: fix coldfire tcdrainPhilippe De Muyter2010-04-211-1/+3
|/ / / / / / /
* | | | | | | serial_cs: MD55x support (PCMCIA GPRS/EDGE modem) (kernel 2.6.33)Timur Maximov2010-04-171-0/+9
|/ / / / / /
* | | | | | Merge branch 'master' into export-slabhTejun Heo2010-04-051-1/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-0327-408/+1452
| |\ \ \ \ \
| * | | | | | drivers/serial/sunsu.c: Correct use after freeJulia Lawall2010-03-291-1/+3
* | | | | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3025-3/+22
| |/ / / / / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-291-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | pcnet_cs: add new idKen Kawasaki2010-03-271-0/+1
| | |_|/ / | |/| | |
* | | | | SH: remove superfluous warning from the serial driverGuennadi Liakhovetski2010-03-231-4/+0
* | | | | SH: fix SCIFA SCASCR register bit definitionsGuennadi Liakhovetski2010-03-231-1/+5
* | | | | serial: sh-sci: fix SH-Mobile SH breakageMagnus Damm2010-03-231-7/+22
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-03-191-1/+0
|\ \ \ \
| * | | | serial: sh-sci: remove duplicated #includeHuang Weiyi2010-03-151-1/+0
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-03-191-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | tty: cpm_uart: use resource_size()Tobias Klauser2010-03-191-2/+2
| * | | uartlite: Fix build on sparc.David Miller2010-03-191-5/+5
* | | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-03-181-5/+5
|\ \ \ \
| * | | | uartlite: Fix build on sparc.David Miller2010-03-101-5/+5
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-03-181-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | drivers/serial/sunsab.c: adjust the constant used to initialize the interrupt...Julia Lawall2010-03-161-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-121-1/+1
|\ \ \
| * \ \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König2010-02-051-1/+1
OpenPOWER on IntegriCloud