summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* serial: Kill off Moorestown codeAlan Cox2012-01-263-354/+0
* Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode"Greg Kroah-Hartman2012-01-261-31/+4
* Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the ...Greg Kroah-Hartman2012-01-261-50/+1
* serial: Fix wakeup init logic to speed up startupSimon Glass2012-01-241-3/+3
* serial: amba-pl011: lock console writes against interruptsRabin Vincent2012-01-241-0/+14
* amba-pl011: do not disable RTS during shutdownShreshtha Kumar Sahu2012-01-241-2/+14
* tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chipPaul Walmsley2012-01-241-1/+50
* tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA modePaul Walmsley2012-01-241-4/+31
* omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIMEShubhrajyoti D2012-01-241-1/+1
* omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP.Shubhrajyoti D2012-01-241-1/+1
* jsm: Fixed EEH recovery errorLucas Kannebley Tavares2012-01-241-0/+1
* serial: group all the 8250 related code togetherPaul Gortmaker2012-01-2424-289/+304
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-173-8/+8
|\
| * Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-173-8/+8
| |\
| | * spi, serial: move to dma_transfer_directionVinod Koul2011-10-313-8/+8
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-01-143-0/+712
|\ \ \
| * | | SERIAL: AR933X: Add driver for the built-in UART of the SoCGabor Juhos2011-12-073-0/+712
* | | | Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-01-111-1/+3
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2012-01-0910-338/+176
| |\ \ \ \
| * \ \ \ \ Merge branch 'rmobile-fixes-for-linus' into rmobile-latestPaul Mundt2011-11-241-0/+19
| |\ \ \ \ \
| * | | | | | ARM: mach-shmobile: R-Mobile A1 support.Kuninori Morimoto2011-11-111-1/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'sh/nommu' into sh-latestPaul Mundt2012-01-1238-1503/+2524
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2012-01-091-2/+2
| |\ \ \ \ \ \
| | * | | | | | apbuart: fix section mismatch warningSam Ravnborg2011-12-271-2/+2
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-4/+4
| |\ \ \ \ \ \
| | * | | | | | serial: mxs-auart: convert to clk_prepare/clk_unprepareShawn Guo2011-12-281-4/+4
| | |/ / / / /
| * | | | | | Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-61/+367
| |\ \ \ \ \ \
| | * | | | | | omap-serial: Add minimal device tree supportRajendra Nayak2011-12-161-3/+42
| | * | | | | | omap-serial: Use default clock speed (48Mhz) if not specifiedRajendra Nayak2011-12-161-0/+7
| | * | | | | | omap-serial: Get rid of all pdev->id usageRajendra Nayak2011-12-161-15/+15
| | * | | | | | ARM: OMAP2+: UART: Fix compilation/sparse warningsGovindraj.R2011-12-141-3/+4
| | * | | | | | ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qosGovindraj.R2011-12-141-1/+35
| | * | | | | | ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UARTJon Hunter2011-12-141-7/+8
| | * | | | | | ARM: OMAP2+: UART: Allow UART parameters to be configured from board file.Deepak K2011-12-141-5/+3
| | * | | | | | ARM: OMAP2+: UART: Add wakeup mechanism for omap-uartsGovindraj.R2011-12-141-0/+15
| | * | | | | | ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serialGovindraj.R2011-12-141-4/+64
| | * | | | | | ARM: OMAP2+: UART: Get context loss count to context restoreGovindraj.R2011-12-141-2/+18
| | * | | | | | ARM: OMAP2+: UART: Remove uart reset function.Govindraj.R2011-12-141-0/+1
| | * | | | | | ARM: OMAP2+: UART: Ensure all reg values configured are available from port s...Govindraj.R2011-12-141-17/+26
| | * | | | | | ARM: OMAP2+: UART: Remove context_save and move context restore to driverGovindraj.R2011-12-141-0/+24
| | * | | | | | ARM: OMAP2+: UART: Add runtime pm support for omap-serial driverGovindraj.R2011-12-141-13/+109
| | * | | | | | ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata.Govindraj.R2011-12-141-2/+8
| | * | | | | | ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uartGovindraj.R2011-12-141-1/+0
| | |/ / / / /
| * | | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-099-1071/+398
| |\ \ \ \ \ \
| | * | | | | | serial: samsung: Fix build for non-Exynos4210 devicesMark Brown2011-12-231-1/+1
| | * | | | | | serial: samsung: add device tree supportThomas Abraham2011-12-231-2/+34
| | * | | | | | serial: samsung: merge probe() function from all SoC specific extensionsThomas Abraham2011-12-239-577/+253
| | * | | | | | serial: samsung: merge all SoC specific port reset functionsThomas Abraham2011-12-236-116/+19
| | * | | | | | serial: samsung: remove all uses of get_clksrc and set_clksrcThomas Abraham2011-12-236-243/+20
| | * | | | | | ARM: SAMSUNG: remove struct 's3c24xx_uart_clksrc' and all uses of itThomas Abraham2011-12-231-1/+0
OpenPOWER on IntegriCloud