summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/serial.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP2: UART: fix console UART mismatched runtime PM statusKevin Hilman2012-10-221-0/+5
* Merge tag 'omap-cleanup-b-for-3.7' of git://git.kernel.org/pub/scm/linux/kern...Tony Lindgren2012-09-121-5/+7
|\
| * ARM: OMAP: unwrap stringsPaul Walmsley2012-09-121-3/+2
| * ARM: OMAP: clean up some smatch warnings, fix some printk(KERN_ERR ...Paul Walmsley2012-09-121-2/+5
* | ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren2012-09-121-0/+1
| |
| \
*-. \ Merge tags 'omap-devel-gpmc-fixed-for-v3.7' and 'cleanup-omap-tags-for-v3.7' ...Tony Lindgren2012-09-121-1/+0
|\ \ \ | | |/ | |/|
| | * ARM: OMAP: remove plat/board.h fileIgor Grinberg2012-09-101-1/+0
| |/
* | serial: omap: don't access the platform_deviceFelipe Balbi2012-09-061-6/+9
* | OMAP/serial: Add support for driving a GPIO as DTR.NeilBrown2012-08-161-0/+3
|/
* OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeupGovindraj.R2012-06-051-4/+63
* Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-221-8/+0
|\
| * Merge 3.4-rc4 into tty-nextGreg Kroah-Hartman2012-04-231-8/+0
| |\
| | * OMAP2+: UART: Remove cpu checks for populating errata flagsGovindraj.R2012-04-181-8/+0
* | | Merge tag 'omap-cleanup-sparse-for-v3.5' of git://git.kernel.org/pub/scm/linu...Olof Johansson2012-05-091-1/+1
|\ \ \ | |/ / |/| |
| * | ARM: OMAP2+: declare file-local functions as staticPaul Walmsley2012-04-131-1/+1
| |/
* | ARM: OMAP: serial: Fix the ocp smart idlemode handling bugSantosh Shilimkar2012-04-171-1/+7
* | ARM: OMAP2+: UART: Fix incorrect population of default uart padsGovindraj.R2012-04-171-116/+0
|/
* ARM: OMAP2+: UART: remove unused fields in omap_uart_state.NeilBrown2012-02-211-4/+0
* tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley2012-02-091-4/+4
* ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qosGovindraj.R2011-12-141-22/+0
* ARM: OMAP2+: UART: Do not gate uart clocks if used for debug_printsGovindraj.R2011-12-141-1/+10
* ARM: OMAP2+: UART: Avoid uart idling on suspend for no_console_suspend usecaseGovindraj.R2011-12-141-1/+8
* ARM: OMAP2+: UART: Avoid console uart idling during bootupGovindraj.R2011-12-141-26/+25
* ARM: OMAP2+: UART: remove temporary variable used to count uart instanceGovindraj.R2011-12-141-5/+2
* ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UARTJon Hunter2011-12-141-1/+4
* ARM: OMAP2+: UART: Allow UART parameters to be configured from board file.Deepak K2011-12-141-11/+45
* ARM: OMAP2+: UART: Remove old and unused clocks handling funcsGovindraj.R2011-12-141-36/+0
* ARM: OMAP2+: UART: Add wakeup mechanism for omap-uartsGovindraj.R2011-12-141-84/+12
* ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serialGovindraj.R2011-12-141-70/+31
* ARM: OMAP2+: UART: Get context loss count to context restoreGovindraj.R2011-12-141-0/+2
* ARM: OMAP2+: UART: Remove uart reset function.Govindraj.R2011-12-141-14/+0
* ARM: OMAP2+: UART: Remove context_save and move context restore to driverGovindraj.R2011-12-141-118/+0
* ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata.Govindraj.R2011-12-141-2/+0
* ARM: OMAP2+: UART: Add default mux for all uarts.Govindraj.R2011-12-141-25/+130
* ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uartGovindraj.R2011-12-141-116/+2
* ARM: OMAP2+: UART: cleanup 8250 console driver supportGovindraj.R2011-12-141-97/+0
* ARM: OMAP2+: UART: cleanup + remove uart pm specific APIGovindraj.R2011-12-141-65/+0
* ARM: OMAP: TI81XX: Prepare for addition of TI814X supportHemant Pedanekar2011-12-131-3/+3
* ARM: OMAP: am33xx: Update common OMAP machine specific sourcesAfzal Mohammed2011-12-131-2/+2
* ARM: 7159/1: OMAP: Introduce local common.h filesTony Lindgren2011-11-171-1/+1
* ARM: OMAP2+: devices: Remove all omap_device_pm_latency structuresBenoit Cousson2011-10-041-24/+1
* OMAP: omap_device: _disable_idle_on_suspend() takes platform_device pointerKevin Hilman2011-09-151-1/+1
* OMAP: omap_device: when building return platform_device instead of omap_deviceKevin Hilman2011-09-151-6/+6
* OMAP: PM: disable idle on suspend for GPIO and UARTKevin Hilman2011-07-121-0/+1
* OMAP2+: hwmod: rename some init functionsPaul Walmsley2011-02-281-1/+1
* TI816X: Update common OMAP machine specific sourcesHemant Pedanekar2011-02-161-4/+4
* omap2+: Fix omap_serial_early_init to work with init_early hookTony Lindgren2011-02-141-2/+5
* console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-261-2/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-221-1/+6
| |\
OpenPOWER on IntegriCloud