summaryrefslogtreecommitdiffstats
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2010-12-16drivers: serial: apbuart: Handle OF failures gracefullyThomas Gleixner1-29/+19
2010-12-16Serial: Avoid unbalanced IRQ wake disable during resumeGovindraj.R1-2/+6
2010-12-16pch_uart : fix warnings for 64bit compileTomoya MORINAGA1-6/+7
2010-12-108250: fix uninitialized FIFOsOndrej Puzman1-0/+2
2010-12-108250: add a UPIO_DWAPB32 for 32 bit accessesJamie Iles2-12/+41
2010-12-108250: use container_of() instead of castingJamie Iles1-20/+40
2010-12-10serial: omap-serial: Add support for kernel debuggerCosmin Cojocar2-7/+33
2010-12-10serial: fix pch_uart kconfig & buildRandy Dunlap1-1/+2
2010-11-30serial: ifx6x60: fix memory leakVasiliy Kulikov1-0/+1
2010-11-30serial: ifx6x60: free IRQ on errorVasiliy Kulikov1-1/+3
2010-11-30Serial: EG20T: add PCH_UART driverTomoya MORINAGA3-0/+1459
2010-11-30Serial: ce4100: Add PCI UART support for the ce4100Dirk Brandewie1-0/+36
2010-11-16serial: ifx6x60: Fix missing include for msleepAlan Cox1-0/+1
2010-11-16serial: ifx6x60: The IFX requires SPIAlan Cox1-1/+1
2010-11-16serial: mpc52xx: make printout for type more genericWolfram Sang1-1/+5
2010-11-11serial: cpu_uart: Remove unused uart_cpm_port fieldsBaurzhan Ismagulov1-6/+0
2010-11-11serial: cpm_uat: reducing CPM serial latencyBaurzhan Ismagulov1-0/+19
2010-11-11serial: Add support for UART on VIA VT8500 and compatiblesAlexey Charkov3-0/+659
2010-11-11ifx6x60: SPI protocol driver for Infineon 6x60 modemRuss Gorby4-0/+1538
2010-11-01Merge branch 'for-linus' of git://www.jni.nu/crisLinus Torvalds1-8/+15
2010-10-28CRIS: Fix RS485 delay handling.Jesper Nilsson1-7/+14
2010-10-28Add missing "struct" to in sizeof.Jesper Nilsson1-1/+1
2010-10-25Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+1361
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-6/+6
2010-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-4/+13
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds1-5/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds4-4/+4
2010-10-22Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-1/+1
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds13-299/+515
2010-10-22kdb,kgdb: fix sparse fixupsJason Wessel1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+2
2010-10-22serial8250: ratelimit "too much work" errorDaniel Drake1-2/+3
2010-10-22serial: bfin_sport_uart: speed up sport RX sample rate to be 3% fasterSonic Zhang1-1/+6
2010-10-22serial: abstraction for 8250 legacy portsAlan Cox1-0/+17
2010-10-22serial/imx: check that the buffer is non-empty before sending it outVolker Ernst1-3/+2
2010-10-22serial: mfd: add more baud rates supportFeng Tang1-14/+27
2010-10-22jsm: Remove the uart port on errorsBreno Leitao1-1/+3
2010-10-228250: allow platforms to override PM hook.Manuel Lauss1-11/+16
2010-10-22altera_uart: Don't use plain integer as NULL pointerAnton Vorontsov1-1/+1
2010-10-22altera_uart: Fixup type usage of port flagsAnton Vorontsov1-2/+2
2010-10-22altera_uart: Make it possible to use Altera UART and 8250 ports togetherAnton Vorontsov1-4/+7
2010-10-22altera_uart: Add support for different address stridesAnton Vorontsov1-21/+37
2010-10-22altera_uart: Add support for getting mapbase and IRQ from resourcesAnton Vorontsov1-22/+38
2010-10-22altera_uart: Add support for polling mode (IRQ-less)Anton Vorontsov1-1/+22
2010-10-22serial: Factor out uart_poll_timeout() from 8250 driverAnton Vorontsov1-10/+4
2010-10-22serial: 8250: Don't delay after transmitter is ready.David Daney1-2/+4
2010-10-22tty: icount changeover for other main devicesAlan Cox1-26/+25
2010-10-22tty: Make tiocgicount a handlerAlan Cox1-19/+16
2010-10-22serial: max3107: Fix memory leaks when returning on errorDavidlohr Bueso1-9/+25
2010-10-22serial: mrst_max3110: Make the IRQ option runtimeAlan Cox2-34/+28