summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'omap/cleanup-prcm-part2' into next/dtArnd Bergmann2012-11-15108-2881/+3620
|\
| * ARM: OMAP2: Fix compillation error in cm_commonPeter Ujfalusi2012-11-121-0/+1
| * ARM: OMAP2+: PRCM: remove obsolete prcm.[ch]Paul Walmsley2012-11-0814-78/+1
| * ARM: OMAP2+: hwmod: call to _omap4_disable_module() should use the SoC-specif...Paul Walmsley2012-11-081-1/+2
| * ARM: OMAP2+: PRCM: consolidate PRCM-related timeout macrosPaul Walmsley2012-11-089-30/+25
| * ARM: OMAP2+: PRCM: split and relocate the PRM/CM globals setupPaul Walmsley2012-11-0816-67/+110
| * ARM: OMAP2+: PRCM: remove omap2_cm_wait_idlest()Paul Walmsley2012-11-081-39/+0
| * ARM: OMAP2+: CM/clock: convert _omap2_module_wait_ready() to use SoC-independ...Paul Walmsley2012-11-088-4/+257
| * ARM: OMAP2xxx: APLL/CM: convert to use omap2_cm_wait_module_ready()Paul Walmsley2012-11-087-48/+85
| * ARM: OMAP2+: board files: use SoC-specific system restart functionsPaul Walmsley2012-11-0833-151/+46
| * ARM: OMAP2+: PRCM: create SoC-specific chip restart functionsPaul Walmsley2012-11-085-0/+147
| * ARM: OMAP2xxx: clock: move virt_prcm_set code into clkt2xxx_virt_prcm_set.cPaul Walmsley2012-11-084-36/+70
| * ARM: OMAP2xxx: clock: remove global 'dclk' variablePaul Walmsley2012-11-086-14/+37
| * ARM: OMAP2/3: PRM: add SoC reset functions (using the CORE DPLL method)Paul Walmsley2012-11-084-0/+33
| * ARM: OMAP2+: common: remove mach-omap2/common.c globals and map_common_io codePaul Walmsley2012-11-0812-320/+107
| * ARM: OMAP2+: PRCM: remove omap_prcm_get_reset_sources()Paul Walmsley2012-11-081-12/+0
| * ARM: OMAP2+: WDT: move init; add read_reset_sources pdata function pointerPaul Walmsley2012-10-292-27/+34
| * Merge branch 'omap-for-v3.8/cleanup-headers' into omap-for-v3.8/cleanup-prcmTony Lindgren2012-10-262-2/+2
| |\
| * \ Merge tag 'omap-cleanup-a-for-3.8' of git://git.kernel.org/pub/scm/linux/kern...Tony Lindgren2012-10-2447-2099/+2710
| |\ \
| | * | ARM: OMAP2+: PRM: create PRM reset source API for the watchdog timer driverPaul Walmsley2012-10-2111-4/+306
| | * | ARM: OMAP2+: CM: prepare for use of cm_ll_data function pointersPaul Walmsley2012-10-213-1/+84
| | * | ARM: OMAP2+: PRM: prepare for use of prm_ll_data function pointersPaul Walmsley2012-10-212-0/+63
| | * | ARM: OMAP2/3: clockdomain/PRM/CM: move the low-level clockdomain functions in...Paul Walmsley2012-10-2113-574/+543
| | * | ARM: OMAP2+: CM/hwmod: split CM functions into OMAP2, OMAP3-specific filesPaul Walmsley2012-10-2124-270/+440
| | * | ARM: OMAP2+: powerdomain/PRM: move the low-level powerdomain functions into PRMPaul Walmsley2012-10-2110-758/+739
| | * | ARM: OMAP2+: PRM: split PRM functions into OMAP2, OMAP3-specific filesPaul Walmsley2012-10-2117-531/+638
| | * | ARM: OMAP2+: PRM: remove PRM weak functionsPaul Walmsley2012-10-211-62/+0
* | | | Merge branch 'omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3' into om...Tony Lindgren2012-11-09163-1026/+6069
|\ \ \ \
| * | | | ARM: OMAP: Remove omap_init_consistent_dma_size()Tomi Valkeinen2012-11-061-12/+0
| * | | | ARM: OMAP: Remove NEED_MACH_GPIO_HTony Lindgren2012-11-021-3/+0
| * | | | ARM: OMAP: Remove unnecessary mach and plat includesTony Lindgren2012-11-023-4/+0
| * | | | ARM: OMAP2+: Fix relative includes for serial.hTony Lindgren2012-10-314-114/+106
| * | | | ARM: OMAP: Remove cpu_is_omap usage from plat-omap/dma.cTony Lindgren2012-10-311-0/+3
| * | | | ARM: OMAP: Fix relative includes for debug-devices.hTony Lindgren2012-10-312-10/+1
| * | | | ARM: OMAP: Remove plat-omap/common.hTony Lindgren2012-10-317-11/+4
| * | | | ARM: OMAP: Move omap-pm-noop.c local to mach-omap2Tony Lindgren2012-10-313-0/+374
| * | | | ARM: OMAP: Fix relative includes for shared i2c.h fileTony Lindgren2012-10-311-1/+1
| * | | | ARM: OMAP: Make plat-omap/i2c.c port checks localTony Lindgren2012-10-311-0/+16
| * | | | ARM: OMAP: Move omap2+ specific parts of sram.c to mach-omap2Tony Lindgren2012-10-313-1/+307
| * | | | ARM: OMAP: Split sram.h to local headers and minimal shared headerTony Lindgren2012-10-3111-20/+94
| | |_|/ | |/| |
| * | | Merge branch 'omap-for-v3.8/cleanup-headers-menelaus' into omap-for-v3.8/clea...Tony Lindgren2012-10-252-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | ARM: OMAP2: Move plat/menelaus.h to linux/mfd/menelaus.hTony Lindgren2012-10-152-2/+2
| * | | Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-h...Tony Lindgren2012-10-2431-46/+108
| |\ \ \
| | * | | ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h>Felipe Balbi2012-10-248-1/+9
| | * | | ARM: OMAP2+: Introduce local usb.hTony Lindgren2012-10-2430-29/+88
| | | |/ | | |/|
| * | | ARM: OMAP: Split plat/serial.h for omap1 and omap2+Tony Lindgren2012-10-2413-15/+120
| * | | ARM: OMAP: Split uncompress.h to mach-omap1 and mach-omap2Tony Lindgren2012-10-241-2/+173
| * | | Merge tag 'omap-for-v3.8/cleanup-headers-signed' into omap-for-v3.8/cleanup-h...Tony Lindgren2012-10-24149-936/+4911
| |\ \ \ | | |/ / | |/| |
| | * | ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2Tony Lindgren2012-10-1838-15/+499
| | * | ARM: OMAP: clock: split plat/clkdev_omap.h into OMAP1/2 filesPaul Walmsley2012-10-186-9/+33