| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for_3.3/uart/runtime-pm' of git://git.kernel.org/pub/scm/linux/... | Tony Lindgren | 2011-12-16 | 32 | -1062/+563 |
|\ |
|
| * | ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qos | Govindraj.R | 2011-12-14 | 5 | -41/+6 |
| * | ARM: OMAP2+: UART: Do not gate uart clocks if used for debug_prints | Govindraj.R | 2011-12-14 | 1 | -1/+10 |
| * | ARM: OMAP2+: UART: Avoid uart idling on suspend for no_console_suspend usecase | Govindraj.R | 2011-12-14 | 1 | -1/+8 |
| * | ARM: OMAP2+: UART: Avoid console uart idling during bootup | Govindraj.R | 2011-12-14 | 1 | -26/+25 |
| * | ARM: OMAP2+: UART: remove temporary variable used to count uart instance | Govindraj.R | 2011-12-14 | 1 | -5/+2 |
| * | ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UART | Jon Hunter | 2011-12-14 | 2 | -2/+6 |
| * | ARM: OMAP2+: UART: Allow UART parameters to be configured from board file. | Deepak K | 2011-12-14 | 4 | -17/+57 |
| * | ARM: OMAP2+: UART: Remove old and unused clocks handling funcs | Govindraj.R | 2011-12-14 | 1 | -36/+0 |
| * | ARM: OMAP2+: UART: Add wakeup mechanism for omap-uarts | Govindraj.R | 2011-12-14 | 2 | -84/+14 |
| * | ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serial | Govindraj.R | 2011-12-14 | 2 | -70/+38 |
| * | ARM: OMAP2+: UART: Get context loss count to context restore | Govindraj.R | 2011-12-14 | 2 | -0/+5 |
| * | ARM: OMAP2+: UART: Remove uart reset function. | Govindraj.R | 2011-12-14 | 2 | -14/+2 |
| * | ARM: OMAP2+: UART: Ensure all reg values configured are available from port s... | Govindraj.R | 2011-12-14 | 1 | -0/+4 |
| * | ARM: OMAP2+: UART: Remove context_save and move context restore to driver | Govindraj.R | 2011-12-14 | 1 | -118/+0 |
| * | ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata. | Govindraj.R | 2011-12-14 | 2 | -4/+0 |
| * | ARM: OMAP2+: UART: Add default mux for all uarts. | Govindraj.R | 2011-12-14 | 4 | -258/+133 |
| * | ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uart | Govindraj.R | 2011-12-14 | 3 | -118/+2 |
| * | ARM: OMAP2+: UART: cleanup 8250 console driver support | Govindraj.R | 2011-12-14 | 1 | -97/+0 |
| * | ARM: OMAP2+: UART: cleanup + remove uart pm specific API | Govindraj.R | 2011-12-14 | 4 | -119/+0 |
| * | ARM: OMAP: TI814X: Add cpu type macros and detection support | Hemant Pedanekar | 2011-12-13 | 4 | -0/+33 |
| * | ARM: OMAP: TI81XX: Prepare for addition of TI814X support | Hemant Pedanekar | 2011-12-13 | 16 | -76/+90 |
| * | ARM: OMAP: ID: Chip detection for OMAP4470 | Leonid Iziumtsev | 2011-12-13 | 2 | -1/+17 |
| * | ARM: OMAP: id: add chip id recognition for omap4430 es2.3 | David Anders | 2011-12-13 | 2 | -2/+6 |
| * | ARM: OMAP: am33xx: Update common OMAP machine specific sources | Afzal Mohammed | 2011-12-13 | 11 | -3/+105 |
| * | ARM: OMAP: am33xx: Update common omap platform files | Afzal Mohammed | 2011-12-13 | 6 | -4/+35 |
* | | Merge branch 'tk_prm_chain_handler_devel_3.3' of git://git.pwsan.com/linux-2.... | Tony Lindgren | 2011-12-16 | 11 | -78/+859 |
|\ \ |
|
| * | | ARM: OMAP4: PRM: use PRCM interrupt handler | Tero Kristo | 2011-12-16 | 1 | -0/+26 |
| * | | ARM: OMAP3: pm: use prcm chain handler | Tero Kristo | 2011-12-16 | 2 | -71/+70 |
| * | | ARM: OMAP: hwmod: add support for selecting mpu_irq for each wakeup pad | Tero Kristo | 2011-12-16 | 2 | -0/+57 |
| * | | ARM: OMAP2+: mux: add support for PAD wakeup interrupts | Tero Kristo | 2011-12-16 | 2 | -0/+84 |
| * | | ARM: OMAP: PRCM: add suspend prepare / finish support | Tero Kristo | 2011-12-16 | 6 | -4/+148 |
| * | | ARM: OMAP: PRCM: add support for chain interrupt handler | Tero Kristo | 2011-12-16 | 3 | -3/+342 |
| * | | ARM: OMAP3/4: PRM: add functions to read pending IRQs, PRM barrier | Paul Walmsley | 2011-12-16 | 4 | -3/+86 |
| * | | ARM: OMAP2+: hwmod: Add API to enable IO ring wakeup | Govindraj R | 2011-12-16 | 1 | -0/+47 |
| * | | ARM: OMAP2+: mux: add wakeup-capable hwmod mux entries to dynamic list | Paul Walmsley | 2011-12-16 | 1 | -2/+4 |
* | | | ARM: OMAP2+: hwmod: Add a new flag to handle hwmods left enabled at init | Rajendra Nayak | 2011-12-16 | 2 | -1/+25 |
* | | | ARM: OMAP3: CPUidle: Make use of CPU PM notifiers | Santosh Shilimkar | 2011-12-08 | 1 | -0/+15 |
* | | | ARM: OMAP4: cpuidle: Switch to gptimer from twd in deeper C-states. | Santosh Shilimkar | 2011-12-08 | 1 | -0/+8 |
* | | | ARM: OMAP4: PM: Add CPUidle support | Santosh Shilimkar | 2011-12-08 | 4 | -1/+242 |
* | | | ARM: OMAP4: Fix errata i688 with MPU interconnect barriers. | Santosh Shilimkar | 2011-12-08 | 7 | -1/+133 |
* | | | ARM: OMAP4: PM: Add power domain statistics support | Santosh Shilimkar | 2011-12-08 | 1 | -0/+4 |
* | | | ARM: OMAP4: PM: Add MPUSS power domain OSWR support | Santosh Shilimkar | 2011-12-08 | 3 | -3/+72 |
* | | | ARM: OMAP4: PM: Add L2X0 cache lowpower support | Santosh Shilimkar | 2011-12-08 | 4 | -1/+144 |
* | | | ARM: OMAP4: PM: Add WakeupGen and secure GIC low power support | Santosh Shilimkar | 2011-12-08 | 2 | -0/+146 |
* | | | ARM: OMAP4: Remove un-used do_wfi() macro. | Santosh Shilimkar | 2011-12-08 | 1 | -11/+0 |
* | | | ARM: OMAP4: suspend: Add MPUSS power domain RETENTION support | Santosh Shilimkar | 2011-12-08 | 2 | -4/+78 |
* | | | ARM: OMAP4: PM: Use custom omap_do_wfi() for default idle. | Santosh Shilimkar | 2011-12-08 | 1 | -0/+21 |
* | | | ARM: OMAP4: PM: CPU1 wakeup workaround from Low power modes | Santosh Shilimkar | 2011-12-08 | 1 | -0/+27 |
* | | | ARM: OMAP4: PM: Program CPU1 to hit OFF when off-lined | Santosh Shilimkar | 2011-12-08 | 4 | -5/+80 |