summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-071-0/+7
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt2011-01-073-33/+569
| |\
| * \ Merge branch 'rmobile/urgent' into rmobile-latestPaul Mundt2010-12-203-18/+11Star
| |\ \
| * \ \ Merge branches 'rmobile/ag5' and 'rmobile/fsi-despair' into rmobile-latestPaul Mundt2010-11-242-2/+0Star
| |\ \ \
| * | | | ARM: mach-shmobile: Initial AG5 and AG5EVM supportMagnus Damm2010-11-181-0/+7
* | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-0714-78/+3867
|\ \ \ \ \
| * | | | | serial: apbuart: Fixup apbuart_console_init()Thomas Gleixner2011-01-061-2/+3
| * | | | | drivers: serial: apbuart: Handle OF failures gracefullyThomas Gleixner2010-12-161-29/+19Star
| * | | | | Serial: Avoid unbalanced IRQ wake disable during resumeGovindraj.R2010-12-161-2/+6
| * | | | | pch_uart : fix warnings for 64bit compileTomoya MORINAGA2010-12-161-6/+7
| * | | | | 8250: fix uninitialized FIFOsOndrej Puzman2010-12-111-0/+2
| * | | | | 8250: add a UPIO_DWAPB32 for 32 bit accessesJamie Iles2010-12-112-12/+41
| * | | | | 8250: use container_of() instead of castingJamie Iles2010-12-111-20/+40
| * | | | | serial: omap-serial: Add support for kernel debuggerCosmin Cojocar2010-12-112-7/+33
| * | | | | serial: fix pch_uart kconfig & buildRandy Dunlap2010-12-111-1/+2
| * | | | | serial: ifx6x60: fix memory leakVasiliy Kulikov2010-12-011-0/+1
| * | | | | serial: ifx6x60: free IRQ on errorVasiliy Kulikov2010-12-011-1/+3
| * | | | | Serial: EG20T: add PCH_UART driverTomoya MORINAGA2010-12-013-0/+1459
| * | | | | Serial: ce4100: Add PCI UART support for the ce4100Dirk Brandewie2010-12-011-0/+36
| * | | | | serial: ifx6x60: Fix missing include for msleepAlan Cox2010-11-161-0/+1
| * | | | | serial: ifx6x60: The IFX requires SPIAlan Cox2010-11-161-1/+1
| * | | | | serial: mpc52xx: make printout for type more genericWolfram Sang2010-11-161-1/+5
| * | | | | serial: cpu_uart: Remove unused uart_cpm_port fieldsBaurzhan Ismagulov2010-11-111-6/+0Star
| * | | | | serial: cpm_uat: reducing CPM serial latencyBaurzhan Ismagulov2010-11-111-0/+19
| * | | | | serial: Add support for UART on VIA VT8500 and compatiblesAlexey Charkov2010-11-113-0/+659
| * | | | | ifx6x60: SPI protocol driver for Infineon 6x60 modemRuss Gorby2010-11-114-0/+1538
* | | | | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-072-33/+33
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'devel-board' into omap-for-linusTony Lindgren2010-12-181-1/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'devel-omap-irq' into omap-for-linusTony Lindgren2010-12-102-17/+9Star
| |\ \ \ \ \
| * | | | | | omap: Serial: Define register access modes in LCRAndrei Emeltchenko2010-11-302-30/+30
| * | | | | | OMAP: Serial: Define OMAP uart MDR1 reg and remove magic numbersAndrei Emeltchenko2010-11-301-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-071-31/+561
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'mmci' and 'pl011-dma' into develRussell King2011-01-051-31/+561
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | | * | | | ARM: PL011: add DMA burst threshold support for ST variantsRussell King2011-01-051-0/+12
| | | * | | | ARM: PL011: Add support for transmit DMARussell King2011-01-051-2/+506
| | | * | | | ARM: PL011: Ensure IRQs are disabled in UART interrupt handlerRussell King2011-01-051-2/+3
| | | * | | | ARM: PL011: Separate hardware FIFO size from TTY FIFO sizeRussell King2011-01-051-3/+5
| | | * | | | ARM: PL011: Allow better handling of vendor dataRussell King2011-01-051-24/+27
| | | * | | | ARM: PL011: Ensure error flags are clear at startupRussell King2011-01-051-0/+4
| | | * | | | ARM: PL011: include revision number in boot-time port printkRussell King2011-01-051-1/+5
| | |/ / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2011-01-071-1/+7
|\ \ \ \ \ \
| * | | | | | Added support for ampopts in APBUART driver. Used in AMP systems.Daniel Hellstrom2011-01-041-1/+4
| * | | | | | APBUART: added raw AMBA vendor/device number to match against.Daniel Hellstrom2011-01-041-0/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2011-01-061-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branches 'msm-core' and 'msm-mmc' into for-nextDavid Brown2010-12-201-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | msm_serial: Remove redundant unlikely()Tobias Klauser2010-12-091-1/+1
| | |/ / /
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-12-141-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | kgdboc,input: Fix regression with keyboard release key and early debuggingJason Wessel2010-12-141-1/+2
| | |/ / | |/| |
* | | | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2010-12-022-17/+9Star
|\ \ \ \ | |/ / / |/| | |
| * | | serial: mfd: adjust the baud rate settingFeng Tang2010-12-011-16/+8Star