summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/serial.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-15ARM: OMAP2+: UART: Add wakeup mechanism for omap-uartsGovindraj.R1-84/+12
2011-12-15ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serialGovindraj.R1-70/+31
2011-12-15ARM: OMAP2+: UART: Get context loss count to context restoreGovindraj.R1-0/+2
2011-12-15ARM: OMAP2+: UART: Remove uart reset function.Govindraj.R1-14/+0
2011-12-15ARM: OMAP2+: UART: Remove context_save and move context restore to driverGovindraj.R1-118/+0
2011-12-15ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata.Govindraj.R1-2/+0
2011-12-15ARM: OMAP2+: UART: Add default mux for all uarts.Govindraj.R1-25/+130
2011-12-15ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uartGovindraj.R1-116/+2
2011-12-15ARM: OMAP2+: UART: cleanup 8250 console driver supportGovindraj.R1-97/+0
2011-12-15ARM: OMAP2+: UART: cleanup + remove uart pm specific APIGovindraj.R1-65/+0
2011-12-13ARM: OMAP: TI81XX: Prepare for addition of TI814X supportHemant Pedanekar1-3/+3
2011-12-13ARM: OMAP: am33xx: Update common OMAP machine specific sourcesAfzal Mohammed1-2/+2
2011-11-17ARM: 7159/1: OMAP: Introduce local common.h filesTony Lindgren1-1/+1
2011-10-04ARM: OMAP2+: devices: Remove all omap_device_pm_latency structuresBenoit Cousson1-24/+1
2011-09-16OMAP: omap_device: _disable_idle_on_suspend() takes platform_device pointerKevin Hilman1-1/+1
2011-09-16OMAP: omap_device: when building return platform_device instead of omap_deviceKevin Hilman1-6/+6
2011-07-13OMAP: PM: disable idle on suspend for GPIO and UARTKevin Hilman1-0/+1
2011-02-28OMAP2+: hwmod: rename some init functionsPaul Walmsley1-1/+1
2011-02-16TI816X: Update common OMAP machine specific sourcesHemant Pedanekar1-4/+4
2011-02-15omap2+: Fix omap_serial_early_init to work with init_early hookTony Lindgren1-2/+5
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-2/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-12-23omap2+: Add struct omap_board_data and use it for platform level serial initTony Lindgren1-8/+20
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+6
2010-12-22OMAP2/3: PRM/CM: prefix OMAP2 PRM/CM functions with "omap2_"Paul Walmsley1-0/+1
2010-12-22OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley1-2/+2
2010-12-22OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlockPaul Walmsley1-7/+2
2010-12-01omap: Serial: Define register access modes in LCRAndrei Emeltchenko1-6/+6
2010-12-01OMAP: Serial: Define OMAP uart MDR1 reg and remove magic numbersAndrei Emeltchenko1-6/+9
2010-11-25OMAP2+: PM/serial: hold console semaphore while OMAP UARTs are disabledPaul Walmsley1-0/+5
2010-11-25OMAP: UART: don't resume UARTs that are not enabled.Kevin Hilman1-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-22omap: UART: fix wakeup registers for OMAP24xx UART2Kevin Hilman1-7/+10
2010-10-11omap: serial: Fix the boot-up crash/reboot without CONFIG_PMSantosh Shilimkar1-1/+5
2010-10-08OMAP: control: move plat-omap/control.h to mach-omap2/control.hPaul Walmsley1-1/+1
2010-09-29OMAP3: serial: Fix uart4 handling for 3630Govindraj.R1-1/+5
2010-09-29OMAP: UART: use non-locking versions of hwmod enable/idle functionsKevin Hilman1-2/+21
2010-09-29OMAP: UART: don't do automatic bus-level suspend/resumeKevin Hilman1-2/+6
2010-09-29OMAP2: UART: remove set_uart_globalsGovindraj.R1-5/+0
2010-09-29OMAP: UART: omap_device conversions, remove implicit 8520 assumptionsKevin Hilman1-269/+260
2010-08-02omap2/3/4: serial: errata i202: fix for MDR1 accessDeepak K1-3/+49
2010-08-02omap2/3/4: serial: introduce errata handlingNishanth Menon1-5/+10
2010-08-02omap2/3/4: serial: kill dev_attr_sleep_timeout sparse warnNishanth Menon1-1/+2
2010-08-02omap2/3/4: serial: remove initialization sparse warningsNishanth Menon1-2/+2
2010-08-02omap3: serial: Add context save and restore for mcrGovindraj R1-0/+6
2010-03-16omap2/3/4: serial: Remove condition for getting uart4_physSergio Aguirre1-13/+1
2010-03-16OMAP3: serial: Use dev_* macros instead of printkSergio Aguirre1-6/+6
2010-03-16OMAP3: serial: Check for zero-based physical addrSergio Aguirre1-0/+13
2010-03-12OMAP2: serial.c: Fix number of uarts in early_initThomas Weber1-5/+10
2010-02-23omap3/4: uart: fix full-fifo write abortSantosh Shilimkar1-3/+28