aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds67-5132/+3220
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds7-395/+249
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds2-0/+3
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci', 'suspend' and 'vfp' into for-nextRussell King10-399/+254
2011-07-22Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+32
2011-07-21Merge branch 'next-samsung-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupArnd Bergmann1-1/+1
2011-07-15Merge branch 'pm-runtime' into for-linusRafael J. Wysocki2-0/+3
2011-07-12OMAP: PM: disable idle on suspend for GPIO and UARTKevin Hilman2-0/+3
2011-07-09Merge branches 'dmtimer_precleanup_3.1', 'hwmod_core_cleanup_a_3.1', 'combine_common_hwmod_3.1', 'omap4_hwmod_data_cleanup_a_3.1', 'clock_cleanup_a_3.1', 'prcm_cleanup_a_3.1', 'omap_pm_cleanup_3.1' and 'omap_device_cleanup_3.1' into prcm-cleanup-3.1Paul Walmsley21-3141/+2103
2011-07-09OMAP4: clock data: Remove UNIPRO clock nodesJon Hunter1-60/+0
2011-07-09OMAP4: clock data: Remove McASP2, McASP3 and MMC6 clocksJon Hunter1-55/+31
2011-07-09OMAP4: clockdomain data: Fix data order and wrong nameBenoit Cousson1-61/+63
2011-07-09OMAP4: prcm_mpu: Fix indent in few macrosBenoit Cousson1-35/+34
2011-07-09OMAP4: cm: Remove RESTORE macros to avoid access from SWBenoit Cousson3-455/+254
2011-07-09OMAP4: powerdomain data: Fix indentationBenoit Cousson1-9/+9
2011-07-09OMAP4: prm: Remove wrong clockdomain offsetsBenoit Cousson1-12/+0
2011-07-09OMAP4: prcm: Fix errors in few defines nameBenoit Cousson3-37/+36
2011-07-09OMAP4: clock data: Fix max mult and div for USB DPLLBenoit Cousson2-22/+14
2011-07-09OMAP4: clock data: Re-order some clock nodes and structure fieldsBenoit Cousson1-32/+34
2011-07-09OMAP4: clock data: Remove usb_host_fs clkdev with NULL devBenoit Cousson1-3/+0
2011-07-09OMAP4: clock data: Add sddiv to USB DPLLBenoit Cousson1-0/+1
2011-07-09OMAP4: hwmod data: Align interconnect format with regular modulesBenoit Cousson1-18/+18
2011-07-09OMAP4: hwmod data: Fix bad alignementBenoit Cousson1-22/+23
2011-07-09OMAP4: hwmod data: Remove un-needed parensBenoit Cousson1-2/+2
2011-07-09OMAP4: hwmod data: Fix L3 interconnect data order and alignementBenoit Cousson1-14/+13
2011-07-09omap_hwmod: share identical omap_hwmod_class, omap_hwmod_class_sysconfig arraysPaul Walmsley6-643/+364
2011-07-09omap_hwmod: share identical omap_hwmod_dma_info arraysPaul Walmsley7-260/+144
2011-07-09omap_hwmod: use a terminator record with omap_hwmod_dma_info arraysPaul Walmsley5-82/+103
2011-07-09omap_hwmod: share identical omap_hwmod_mpu_irqs arraysPaul Walmsley7-423/+275
2011-07-09omap_hwmod: use a terminator record with omap_hwmod_mpu_irqs arraysPaul Walmsley5-175/+202
2011-07-09omap_hwmod: share identical omap_hwmod_addr_space arraysPaul Walmsley7-699/+414
2011-07-09omap_hwmod: use a null structure record to terminate omap_hwmod_addr_space arraysPaul Walmsley5-223/+249
2011-07-09OMAP: hwmod: Move pr_debug to improve the readabilityBenoit Cousson1-15/+17
2011-07-09OMAP: hwmod: Add warnings if enable failedBenoit Cousson1-0/+2
2011-07-09OMAP2+: hwmod: Fix the HW reset managementBenoit Cousson1-16/+16
2011-07-09OMAP2+: hwmod: Remove _populate_mpu_rt_base warningBenoit Cousson1-3/+0
2011-07-09OMAP2+: hwmod: Do not write the enawakeup bit if SYSC_HAS_ENAWAKEUP is not setBenoit Cousson1-10/+4
2011-07-09OMAP2+: hwmod: Enable module in shutdown to access sysconfigMiguel Vadillo1-1/+4
2011-07-09OMAP4: hwmod data: Add MSTANDBY_SMART_WKUP flagBenoit Cousson1-4/+5
2011-07-09OMAP2+: hwmod: Fix smart-standby + wakeup supportBenoit Cousson1-6/+28
2011-07-08Merge branch 'cleanup-part-2' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into omap/cleanupArnd Bergmann21-972/+489
2011-07-07ARM: 6993/1: platsmp: Allow secondary cpu hotplug with maxcpus=1Stephen Boyd1-8/+0
2011-07-04OMAP3: Move common regulator configuration to twl-commonPeter Ujfalusi14-420/+124
2011-07-04OMAP3: Move common twl configuration to twl-commonPeter Ujfalusi16-257/+99
2011-07-04OMAP4: Move common twl6030 configuration to twl-commonPeter Ujfalusi4-265/+205
2011-07-04OMAP: New twl-common for common TWL configurationPeter Ujfalusi5-46/+77
2011-07-04omap: drop __initdata tags from static struct platform_device declarationsJanusz Krzysztofik1-1/+1
2011-07-02ARM: pm: allow suspend finisher to return error codesRussell King1-1/+2
2011-06-30omap2+: fix build regressionArnd Bergmann1-1/+1
2011-06-30ARM: pm: omap3: move saving of the auxiliary control registers to CRussell King3-12/+21