summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-16omap-serial: Add minimal device tree supportRajendra Nayak2-3/+52
2011-12-16omap-serial: Use default clock speed (48Mhz) if not specifiedRajendra Nayak1-0/+7
2011-12-16omap-serial: Get rid of all pdev->id usageRajendra Nayak1-15/+15
2011-12-16Merge branch 'for_3.3/uart/runtime-pm' of git://git.kernel.org/pub/scm/linux/...Tony Lindgren33-1107/+868
2011-12-16Merge branch 'tk_prm_chain_handler_devel_3.3' of git://git.pwsan.com/linux-2....Tony Lindgren11-78/+859
2011-12-16ARM: OMAP2+: hwmod: Add a new flag to handle hwmods left enabled at initRajendra Nayak2-1/+25
2011-12-16ARM: OMAP4: PRM: use PRCM interrupt handlerTero Kristo1-0/+26
2011-12-16ARM: OMAP3: pm: use prcm chain handlerTero Kristo2-71/+70
2011-12-16ARM: OMAP: hwmod: add support for selecting mpu_irq for each wakeup padTero Kristo2-0/+57
2011-12-16ARM: OMAP2+: mux: add support for PAD wakeup interruptsTero Kristo2-0/+84
2011-12-16ARM: OMAP: PRCM: add suspend prepare / finish supportTero Kristo6-4/+148
2011-12-16ARM: OMAP: PRCM: add support for chain interrupt handlerTero Kristo3-3/+342
2011-12-16ARM: OMAP3/4: PRM: add functions to read pending IRQs, PRM barrierPaul Walmsley4-3/+86
2011-12-16ARM: OMAP2+: hwmod: Add API to enable IO ring wakeupGovindraj R1-0/+47
2011-12-16ARM: OMAP2+: mux: add wakeup-capable hwmod mux entries to dynamic listPaul Walmsley1-2/+4
2011-12-14ARM: OMAP2+: UART: Fix compilation/sparse warningsGovindraj.R1-3/+4
2011-12-14ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qosGovindraj.R6-42/+41
2011-12-14ARM: OMAP2+: UART: Do not gate uart clocks if used for debug_printsGovindraj.R1-1/+10
2011-12-14ARM: OMAP2+: UART: Avoid uart idling on suspend for no_console_suspend usecaseGovindraj.R1-1/+8
2011-12-14ARM: OMAP2+: UART: Avoid console uart idling during bootupGovindraj.R1-26/+25
2011-12-14ARM: OMAP2+: UART: remove temporary variable used to count uart instanceGovindraj.R1-5/+2
2011-12-14ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UARTJon Hunter3-9/+14
2011-12-14ARM: OMAP2+: UART: Allow UART parameters to be configured from board file.Deepak K5-22/+60
2011-12-14ARM: OMAP2+: UART: Remove old and unused clocks handling funcsGovindraj.R1-36/+0
2011-12-14ARM: OMAP2+: UART: Add wakeup mechanism for omap-uartsGovindraj.R3-84/+29
2011-12-14ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serialGovindraj.R3-74/+102
2011-12-14ARM: OMAP2+: UART: Get context loss count to context restoreGovindraj.R3-2/+23
2011-12-14ARM: OMAP2+: UART: Remove uart reset function.Govindraj.R3-14/+3
2011-12-14ARM: OMAP2+: UART: Ensure all reg values configured are available from port s...Govindraj.R2-17/+30
2011-12-14ARM: OMAP2+: UART: Remove context_save and move context restore to driverGovindraj.R2-118/+24
2011-12-14ARM: OMAP2+: UART: Add runtime pm support for omap-serial driverGovindraj.R1-13/+109
2011-12-14ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata.Govindraj.R3-6/+8
2011-12-14ARM: OMAP2+: UART: Add default mux for all uarts.Govindraj.R4-258/+133
2011-12-14ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uartGovindraj.R4-119/+2
2011-12-14ARM: OMAP2+: UART: cleanup 8250 console driver supportGovindraj.R1-97/+0
2011-12-14ARM: OMAP2+: UART: cleanup + remove uart pm specific APIGovindraj.R4-119/+0
2011-12-13ARM: OMAP: TI814X: Add cpu type macros and detection supportHemant Pedanekar4-0/+33
2011-12-13ARM: OMAP: TI81XX: Prepare for addition of TI814X supportHemant Pedanekar16-76/+90
2011-12-13ARM: OMAP: ID: Chip detection for OMAP4470Leonid Iziumtsev2-1/+17
2011-12-13ARM: OMAP: id: add chip id recognition for omap4430 es2.3David Anders2-2/+6
2011-12-13ARM: OMAP: am33xx: Update common OMAP machine specific sourcesAfzal Mohammed11-3/+105
2011-12-13ARM: OMAP: am33xx: Update common omap platform filesAfzal Mohammed6-4/+35
2011-12-08Merge branch 'for_3.3/pm/omap4-mpuss' of git://git.kernel.org/pub/scm/linux/k...Tony Lindgren26-34/+2126
2011-12-08ARM: OMAP3: CPUidle: Make use of CPU PM notifiersSantosh Shilimkar1-0/+15
2011-12-08ARM: OMAP4: cpuidle: Switch to gptimer from twd in deeper C-states.Santosh Shilimkar1-0/+8
2011-12-08ARM: OMAP4: PM: Add CPUidle supportSantosh Shilimkar4-1/+242
2011-12-08ARM: OMAP4: Fix errata i688 with MPU interconnect barriers.Santosh Shilimkar7-1/+133
2011-12-08ARM: OMAP4: PM: Add power domain statistics supportSantosh Shilimkar1-0/+4
2011-12-08ARM: OMAP4: PM: Add MPUSS power domain OSWR supportSantosh Shilimkar3-3/+72
2011-12-08ARM: OMAP4: PM: Add L2X0 cache lowpower supportSantosh Shilimkar4-1/+144