aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/serial.c
Commit message (Expand)AuthorAgeFilesLines
* OMAP4: mux: fixed false detection of IO wakeup eventDjamil Elaidi2011-12-211-1/+1
* OMAP: uart: enable wer configuration per portRuchika Kharwar2011-10-061-4/+6
* Merge branch 'linux-omap-3.0' into android-omap-3.0Iliyan Malchev2011-09-061-2/+2
|\
| * OMAP: PM: replace omap_pm_get_dev_context_loss_count with omap_pm_was_context...Axel Haslam2011-09-061-0/+1
| * OMAP4: serial: enable errata i202Vikram Pandita2011-09-061-2/+1
* | Merge branch 'linux-omap-3.0' into android-omap-3.0Colin Cross2011-08-241-1/+5
|\ \ | |/
| * omap: serial: fix DEBUG_LLVikram Pandita2011-08-241-1/+5
| * Revert "OMAP4: Serial: Add serial_omap_wake_peer function."Jaikumar Ganesh2011-08-221-1/+0
| * OMAP4: Serial: Add serial_omap_wake_peer function.jin2011-08-221-0/+1
* | OMAP4: Serial: Add serial_omap_wake_peer function.jin2011-08-221-0/+1
|/
* serial: omap: uart: allow fine grained control of rts lineVikram Pandita2011-08-181-0/+20
* omap: serial: fix section mismatch warningsIliyan Malchev2011-07-291-1/+1
* ARM: omap2+: Allow boards to override default uart padsColin Cross2011-07-261-0/+18
* OMAP4: Serial: Set TX_FIFO_THRESHOLD if uart in dma mode for es2.0Govindraj.R2011-07-141-0/+4
* OMAP: Serial: Use resume call from prcm to enable uartGovindraj.R2011-07-141-0/+24
* Serial: OMAP2+: Make the RX_TIMEOUT for DMA configurable for each UARTJon Hunter2011-07-141-0/+2
* OMAP: Serial: Allow UART parameters to be configured from board file.Govindraj.R2011-07-141-4/+38
* Serial: OMAP: Add runtime pm support for omap-serial driverGovindraj.R2011-07-141-1/+17
* OMAP2+: Serial: Add default mux for all uarts.Govindraj.R2011-07-141-0/+132
* OMAP2+: UART: Remove uart clock handling code from serial.cGovindraj.R2011-07-141-689/+57
* OMAP4: serial: remove hacks done prior to runtime PMNishanth Menon2011-07-141-29/+4
* OMAP4: serial: Avoid accidental overwrite of padsRajendra Nayak2011-06-131-2/+2
* OMAP: UART: introduce is active function and enable idle timerAxel Haslam2011-06-131-2/+6
* OMAP4: Serial: Enable IO wakeup for UART RX pinsRajendra Nayak2011-06-131-2/+22
* OMAP: Serial: Check wk_st only if presentRajendra Nayak2011-06-131-2/+3
* OMAP4: UART: Enables the Smart Idle Wake-up Mode for UARTsDeepak K2011-06-131-1/+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
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | omap2+: Add struct omap_board_data and use it for platform level serial initTony Lindgren2010-12-221-8/+20
* | | OMAP2/3: PRM/CM: prefix OMAP2 PRM/CM functions with "omap2_"Paul Walmsley2010-12-211-0/+1
* | | OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley2010-12-211-2/+2
* | | OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlockPaul Walmsley2010-12-211-7/+2
* | | omap: Serial: Define register access modes in LCRAndrei Emeltchenko2010-11-301-6/+6
* | | OMAP: Serial: Define OMAP uart MDR1 reg and remove magic numbersAndrei Emeltchenko2010-11-301-6/+9
| |/ |/|
* | OMAP2+: PM/serial: hold console semaphore while OMAP UARTs are disabledPaul Walmsley2010-11-241-0/+5
* | OMAP: UART: don't resume UARTs that are not enabled.Kevin Hilman2010-11-241-1/+1
|/
* omap: UART: fix wakeup registers for OMAP24xx UART2Kevin Hilman2010-10-221-7/+10
* omap: serial: Fix the boot-up crash/reboot without CONFIG_PMSantosh Shilimkar2010-10-111-1/+5
* OMAP: control: move plat-omap/control.h to mach-omap2/control.hPaul Walmsley2010-10-081-1/+1
* OMAP3: serial: Fix uart4 handling for 3630Govindraj.R2010-09-291-1/+5
* OMAP: UART: use non-locking versions of hwmod enable/idle functionsKevin Hilman2010-09-291-2/+21
* OMAP: UART: don't do automatic bus-level suspend/resumeKevin Hilman2010-09-291-2/+6
* OMAP2: UART: remove set_uart_globalsGovindraj.R2010-09-291-5/+0
* OMAP: UART: omap_device conversions, remove implicit 8520 assumptionsKevin Hilman2010-09-291-269/+260
* omap2/3/4: serial: errata i202: fix for MDR1 accessDeepak K2010-08-021-3/+49