summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'omap/uart' into next/pmOlof Johansson2011-12-1938-1124/+1066
|\
| * Merge branch 'uart' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/l...Olof Johansson2011-12-1938-1124/+1066
| |\
| | * ARM: omap: pass minimal SoC/board data for UART from dtRajendra Nayak2011-12-163-1/+59
| | * arm/dts: Add minimal device tree support for omap2420 and omap2430Tony Lindgren2011-12-161-0/+67
| | * omap-serial: Add minimal device tree supportRajendra Nayak2011-12-162-3/+52
| | * 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
| | * Merge branch 'for_3.3/uart/runtime-pm' of git://git.kernel.org/pub/scm/linux/...Tony Lindgren2011-12-1633-1107/+868
| | |\
| | | * 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-146-42/+41
| | | * 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-143-9/+14
| | | * ARM: OMAP2+: UART: Allow UART parameters to be configured from board file.Deepak K2011-12-145-22/+60
| | | * 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-143-84/+29
| | | * ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serialGovindraj.R2011-12-143-74/+102
| | | * ARM: OMAP2+: UART: Get context loss count to context restoreGovindraj.R2011-12-143-2/+23
| | | * ARM: OMAP2+: UART: Remove uart reset function.Govindraj.R2011-12-143-14/+3
| | | * ARM: OMAP2+: UART: Ensure all reg values configured are available from port s...Govindraj.R2011-12-142-17/+30
| | | * ARM: OMAP2+: UART: Remove context_save and move context restore to driverGovindraj.R2011-12-142-118/+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-143-6/+8
| | | * ARM: OMAP2+: UART: Add default mux for all uarts.Govindraj.R2011-12-144-258/+133
| | | * ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uartGovindraj.R2011-12-144-119/+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-144-119/+0
| | | * ARM: OMAP: TI814X: Add cpu type macros and detection supportHemant Pedanekar2011-12-134-0/+33
| | | * ARM: OMAP: TI81XX: Prepare for addition of TI814X supportHemant Pedanekar2011-12-1316-76/+90
| | | * ARM: OMAP: ID: Chip detection for OMAP4470Leonid Iziumtsev2011-12-132-1/+17
| | | * ARM: OMAP: id: add chip id recognition for omap4430 es2.3David Anders2011-12-132-2/+6
| | | * ARM: OMAP: am33xx: Update common OMAP machine specific sourcesAfzal Mohammed2011-12-1311-3/+105
| | | * ARM: OMAP: am33xx: Update common omap platform filesAfzal Mohammed2011-12-136-4/+35
* | | | Merge branch 'omap/prcm' into next/pmOlof Johansson2011-12-1911-79/+884
|\| | |
| * | | Merge branch 'prcm' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/l...Olof Johansson2011-12-1911-79/+884
| |\| |
| | * | Merge branch 'tk_prm_chain_handler_devel_3.3' of git://git.pwsan.com/linux-2....Tony Lindgren2011-12-1611-78/+859
| | |\ \
| | | * | ARM: OMAP4: PRM: use PRCM interrupt handlerTero Kristo2011-12-161-0/+26
| | | * | ARM: OMAP3: pm: use prcm chain handlerTero Kristo2011-12-162-71/+70
| | | * | ARM: OMAP: hwmod: add support for selecting mpu_irq for each wakeup padTero Kristo2011-12-162-0/+57
| | | * | ARM: OMAP2+: mux: add support for PAD wakeup interruptsTero Kristo2011-12-162-0/+84
| | | * | ARM: OMAP: PRCM: add suspend prepare / finish supportTero Kristo2011-12-166-4/+148
| | | * | ARM: OMAP: PRCM: add support for chain interrupt handlerTero Kristo2011-12-163-3/+342
| | | * | ARM: OMAP3/4: PRM: add functions to read pending IRQs, PRM barrierPaul Walmsley2011-12-164-3/+86
| | | * | ARM: OMAP2+: hwmod: Add API to enable IO ring wakeupGovindraj R2011-12-161-0/+47
| | | * | ARM: OMAP2+: mux: add wakeup-capable hwmod mux entries to dynamic listPaul Walmsley2011-12-161-2/+4
| | * | | ARM: OMAP2+: hwmod: Add a new flag to handle hwmods left enabled at initRajendra Nayak2011-12-162-1/+25
* | | | | Merge branch 'omap/omap4' into next/pmOlof Johansson2011-12-11362-3169/+3763
|\| | | | | |_|/ / |/| | |
| * | | Merge branch 'omap4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Olof Johansson2011-12-11362-3169/+3763
|/| | | | |/ /