linux/arch/arm/mach-omap2
Rajendra Nayak ff931c821b ARM: OMAP: clocks: Delay clk inits atleast until slab is initialized
clk inits on OMAP happen quite early, even before slab is available.
The dependency comes from the fact that the timer init code starts to
use clocks and hwmod and we need clocks to be initialized by then.

There are various problems doing clk inits this early, one is,
not being able to do dynamic clk registrations and hence the
dependency on clk-private.h. The other is, inability to debug
early kernel crashes without enabling DEBUG_LL and earlyprintk.

Doing early clk init also exposed another instance of a kernel
panic due to a BUG() when CONFIG_DEBUG_SLAB is enabled.

[    0.000000] Kernel BUG at c01174f8 [verbose debug info unavailable]
[    0.000000] Internal error: Oops - BUG: 0 [#1] SMP ARM
[    0.000000] Modules linked in:
[    0.000000] CPU: 0    Not tainted  (3.9.0-rc1-12179-g72d48f9 #6)
[    0.000000] PC is at __kmalloc+0x1d4/0x248
[    0.000000] LR is at __clk_init+0x2e0/0x364
[    0.000000] pc : [<c01174f8>]    lr : [<c0441f54>]    psr: 600001d3
[    0.000000] sp : c076ff28  ip : c065cefc  fp : c0441f54
[    0.000000] r10: 0000001c  r9 : 000080d0  r8 : c076ffd4
[    0.000000] r7 : c074b578  r6 : c0794d88  r5 : 00000040  r4 : 00000000
[    0.000000] r3 : 00000000  r2 : c07cac70  r1 : 000080d0  r0 : 0000001c
[    0.000000] Flags: nZCv  IRQs off  FIQs off  Mode SVC_32  ISA ARM  Segment kernel
[    0.000000] Control: 10c53c7d  Table: 8000404a  DAC: 00000017
[    0.000000] Process swapper (pid: 0, stack limit = 0xc076e240)
[    0.000000] Stack: (0xc076ff28 to 0xc0770000)
[    0.000000] ff20:                   22222222 c0794ec8 c06546e8 00000000 00000040 c0794d88
[    0.000000] ff40: c074b578 c076ffd4 c07951c8 c076e000 00000000 c0441f54 c074b578 c076ffd4
[    0.000000] ff60: c0793828 00000040 c0794d88 c074b578 c076ffd4 c0776900 c076e000 c07272ac
[    0.000000] ff80: 2f800000 c074c968 c07f93d0 c0719780 c076ffa0 c076ff98 00000000 00000000
[    0.000000] ffa0: 00000000 00000000 00000000 00000001 c074cd6c c077b1ec 8000406a c0715724
[    0.000000] ffc0: 00000000 00000000 00000000 00000000 00000000 c074c968 10c53c7d c0776974
[    0.000000] ffe0: c074cd6c c077b1ec 8000406a 411fc092 00000000 80008074 00000000 00000000
[    0.000000] [<c01174f8>] (__kmalloc+0x1d4/0x248) from [<c0441f54>] (__clk_init+0x2e0/0x364)
[    0.000000] [<c0441f54>] (__clk_init+0x2e0/0x364) from [<c07272ac>] (omap4xxx_clk_init+0xbc/0x140)
[    0.000000] [<c07272ac>] (omap4xxx_clk_init+0xbc/0x140) from [<c0719780>] (setup_arch+0x15c/0x284)
[    0.000000] [<c0719780>] (setup_arch+0x15c/0x284) from [<c0715724>] (start_kernel+0x7c/0x334)
[    0.000000] [<c0715724>] (start_kernel+0x7c/0x334) from [<80008074>] (0x80008074)
[    0.000000] Code: e5883004 e1a00006 e28dd00c e8bd8ff0 (e7f001f2)
[    0.000000] ---[ end trace 1b75b31a2719ed1c ]---
[    0.000000] Kernel panic - not syncing: Attempted to kill the idle task!

It was a know issue, that slab allocations would fail when common
clock core tries to cache parent pointers for mux clocks on OMAP,
and hence a patch 'clk: Allow late cache allocation for clk->parents,
commit 7975059d' was added to work this problem around.
A BUG() within kmalloc() with CONFIG_DEBUG_SLAB enabled was completely
overlooked causing this regression.

More details on the issue reported can be found here,
http://www.mail-archive.com/linux-omap@vger.kernel.org/msg85932.html

With all these issues around clk inits happening way too early, it
makes sense to at least move them to a point where dynamic memory
allocations are possible. So move them to a point just before the
timer code starts using clocks and hwmod.

This should at least pave way for clk inits on OMAP moving to dynamic
clock registrations instead of using the static macros defined in
clk-private.h.

The issue with kernel panic while CONFIG_DEBUG_SLAB is enabled
was reported by Piotr Haber and Tony Lindgren and this patch
fixes the reported issue as well.

Reported-by: Piotr Haber <phaber@broadcom.com>
Reported-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Reviewed-by: Mike Turquette <mturquette@linaro.org>
Acked-by: Paul Walmsley <paul@pwsan.com>
Cc: stable@vger.kernel.org  # v3.8
Signed-off-by: Tony Lindgren <tony@atomide.com>
2013-03-26 22:06:20 -07:00
..
include/mach ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S 2013-01-11 11:24:20 -08:00
Kconfig ARM: OMAP2+: Fix unmet direct dependencies for zoom for 8250 serial 2013-03-04 11:19:22 -08:00
Makefile arm-soc: late OMAP changes 2013-02-28 20:00:40 -08:00
Makefile.boot ARM: dtb: move all dtb targets to common Makefile 2012-09-20 22:58:17 -07:00
am33xx-restart.c ARM: OMAP2+: AM33xx: Add SoC specific restart hook 2013-02-01 14:50:18 -08:00
am33xx.h ARM: OMAP2+: common: remove mach-omap2/common.c globals and map_common_io code 2012-11-08 12:33:07 -07:00
am35xx-emac.c ARM: OMAP2+: fix some omap_device_build() calls that aren't compiled by default 2013-02-12 09:00:33 -08:00
am35xx-emac.h
am35xx.h ARM: OMAP2+: Make am35xx.h local 2012-09-20 15:02:23 -07:00
board-2430sdp.c arm-soc: cleanups 2013-02-21 14:58:40 -08:00
board-3430sdp.c arm-soc: board specific changes 2013-02-21 15:33:45 -08:00
board-3630sdp.c These changes contain the OMAP USB related platform data changes 2013-02-19 20:54:25 +01:00
board-4430sdp.c arm-soc: board specific changes 2013-02-21 15:33:45 -08:00
board-am3517crane.c arm-soc: board specific changes 2013-02-21 15:33:45 -08:00
board-am3517evm.c These changes contain the OMAP USB related platform data changes 2013-02-19 20:54:25 +01:00
board-cm-t35.c arm-soc: board specific changes 2013-02-21 15:33:45 -08:00
board-cm-t3517.c arm-soc: board specific changes 2013-02-21 15:33:45 -08:00
board-devkit8000.c arm-soc: board specific changes 2013-02-21 15:33:45 -08:00
board-flash.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
board-flash.h ARM: OMAP2+: gpmc: localize gpmc header 2012-10-15 14:42:15 +05:30
board-generic.c ARM: OMAP3: board-generic: Add missing omap3_init_late 2013-03-04 11:18:49 -08:00
board-h4.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
board-igep0020.c arm-soc: board specific changes 2013-02-21 15:33:45 -08:00
board-ldp.c arm-soc: cleanups 2013-02-21 14:58:40 -08:00
board-n8x0.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
board-omap3beagle.c arm-soc: board specific changes 2013-02-21 15:33:45 -08:00
board-omap3evm.c arm-soc: board specific changes 2013-02-21 15:33:45 -08:00
board-omap3logic.c arm-soc: cleanups 2013-02-21 14:58:40 -08:00
board-omap3pandora.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
board-omap3stalker.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
board-omap3touchbook.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
board-omap4panda.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
board-overo.c arm-soc: board specific changes 2013-02-21 15:33:45 -08:00
board-rm680.c arm-soc: cleanups 2013-02-21 14:58:40 -08:00
board-rx51-peripherals.c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds 2013-02-26 09:29:02 -08:00
board-rx51-video.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
board-rx51.c ARM: OMAP: RX-51: add missing USB phy binding 2013-03-05 08:24:56 -08:00
board-rx51.h ARM: OMAP2+: Make board-rx51.h local 2012-09-20 15:02:27 -07:00
board-ti8168evm.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
board-zoom-debugboard.c ARM: OMAP2+: Make board-zoom.h local 2012-10-17 11:36:46 -07:00
board-zoom-display.c ARM: OMAP: zoom-display: Remove the use of TWL4030_MODULE_PWM1 2013-02-14 00:22:49 +01:00
board-zoom-peripherals.c arm-soc: board specific changes 2013-02-21 15:33:45 -08:00
board-zoom.c These changes contain the OMAP USB related platform data changes 2013-02-19 20:54:25 +01:00
board-zoom.h ARM: OMAP2+: Make board-zoom.h local 2012-10-17 11:36:46 -07:00
cclock3xxx_data.c ARM: OMAP3: clock: Back-propagate rate change from cam_mclk to dpll4_m5 2013-01-23 00:44:03 +01:00
cclock33xx_data.c ARM: OMAP AM33XX: clock data: SET_RATE_PARENT in lcd path 2013-01-31 10:17:37 -07:00
cclock44xx_data.c ARM: OMAP4: PM: fix PM regression introduced by recent clock cleanup 2013-03-13 04:27:32 -06:00
cclock2420_data.c ARM: OMAP2xxx: clock data: clean up unused null clocks 2013-01-26 00:48:55 -07:00
cclock2430_data.c ARM: OMAP2xxx: clock data: clean up unused null clocks 2013-01-26 00:48:55 -07:00
clkt2xxx_apll.c ARM: OMAP2: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:51 -07:00
clkt2xxx_dpll.c ARM: OMAP2: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:51 -07:00
clkt2xxx_dpllcore.c omap prcm changes via Paul Walmsley <paul@pwsan.com>: 2012-11-30 08:40:31 -08:00
clkt2xxx_osc.c ARM: OMAP2: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:51 -07:00
clkt2xxx_sys.c ARM: OMAP2: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:51 -07:00
clkt2xxx_virt_prcm_set.c omap prcm changes via Paul Walmsley <paul@pwsan.com>: 2012-11-30 08:40:31 -08:00
clkt34xx_dpll3m2.c omap prcm changes via Paul Walmsley <paul@pwsan.com>: 2012-11-30 08:40:31 -08:00
clkt_clksel.c ARM: OMAP2+: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:51 -07:00
clkt_dpll.c ARM: OMAP2+: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:51 -07:00
clkt_iclk.c ARM: OMAP2+: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:51 -07:00
clock.c ARM: OMAP2+: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:51 -07:00
clock.h ARM: OMAP2+: clock data: add DEFINE_STRUCT_CLK_FLAGS helper 2013-01-31 09:27:49 -07:00
clock2xxx.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
clock2xxx.h ARM: OMAP2: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:51 -07:00
clock3xxx.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
clock3xxx.h ARM: OMAP3: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:50 -07:00
clock34xx.c ARM: OMAP3: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:50 -07:00
clock34xx.h
clock36xx.c ARM: OMAP3: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:50 -07:00
clock36xx.h ARM: OMAP3: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:50 -07:00
clock44xx.h
clock2430.c ARM: OMAP2: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:51 -07:00
clock3517.c ARM: OMAP3: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:50 -07:00
clock3517.h
clock_common_data.c ARM: OMAP2+: clock: Cleanup !CONFIG_COMMON_CLK parts 2012-11-12 19:18:51 -07:00
clockdomain.c ARM: OMAP2+: clockdomain: convert existing atomic usecounts into spinlock-protected shorts/ints 2013-01-29 14:59:58 -07:00
clockdomain.h ARM: OMAP2+: clockdomain: convert existing atomic usecounts into spinlock-protected shorts/ints 2013-01-29 14:59:58 -07:00
clockdomains2xxx_3xxx_data.c
clockdomains3xxx_data.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
clockdomains33xx_data.c
clockdomains44xx_data.c ARM: OMAP2+: clockdomain: Fix OMAP4 ISS clk domain to support only SWSUP 2012-10-29 22:02:13 -06:00
clockdomains2420_data.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
clockdomains2430_data.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
cm-regbits-24xx.h ARM: OMAP2: clock: Add 24xx data using common struct clk 2012-11-12 19:18:49 -07:00
cm-regbits-33xx.h ARM: AM33XX: cm: Add bit-field width values 2012-09-22 10:53:08 -06:00
cm-regbits-34xx.h ARM: OMAP3: clock: Add 3xxx data using common struct clk 2012-11-12 19:18:49 -07:00
cm-regbits-44xx.h ARM: OMAP4: cm: add bitfield width values 2012-09-22 10:52:59 -06:00
cm.h ARM: OMAP2+: PRCM: split and relocate the PRM/CM globals setup 2012-11-08 15:09:26 -07:00
cm1_44xx.h
cm2_44xx.h
cm2xxx.c ARM: OMAP2xxx: CM: remove autodep handling 2013-01-29 14:59:57 -07:00
cm2xxx.h ARM: OMAP2+: CM/clock: convert _omap2_module_wait_ready() to use SoC-independent CM functions 2012-11-08 12:33:08 -07:00
cm2xxx_3xxx.h ARM: OMAP3: clock: Add 3xxx data using common struct clk 2012-11-12 19:18:49 -07:00
cm3xxx.c ARM: OMAP2+: clockdomain: convert existing atomic usecounts into spinlock-protected shorts/ints 2013-01-29 14:59:58 -07:00
cm3xxx.h ARM: OMAP2+: CM/clock: convert _omap2_module_wait_ready() to use SoC-independent CM functions 2012-11-08 12:33:08 -07:00
cm33xx.c ARM: OMAP2: am33xx-hwmod: Fix "register offset NULL check" bug 2013-02-08 08:21:13 -07:00
cm33xx.h ARM: OMAP2+: AM33XX: CM/PRM: Use __ASSEMBLER__ macros in header files 2013-02-08 07:24:30 -07:00
cm44xx.c
cm44xx.h
cm_common.c ARM: OMAP2: Fix compillation error in cm_common 2012-11-12 13:42:46 -08:00
cminst44xx.c ARM: OMAP2+: clockdomain: convert existing atomic usecounts into spinlock-protected shorts/ints 2013-01-29 14:59:58 -07:00
cminst44xx.h ARM: OMAP2+: PRCM: split and relocate the PRM/CM globals setup 2012-11-08 15:09:26 -07:00
common-board-devices.c ARM: arm-soc: Header cleanups 2012-12-12 11:45:16 -08:00
common-board-devices.h ARM: OMAP2+: nand: unify init functions 2012-10-15 12:00:44 +05:30
common.c ARM: OMAP2+: common: remove use of vram 2012-12-16 11:19:48 -08:00
common.h ARM: OMAP: clocks: Delay clk inits atleast until slab is initialized 2013-03-26 22:06:20 -07:00
control.c ARM: OMAP2+: common: remove mach-omap2/common.c globals and map_common_io code 2012-11-08 12:33:07 -07:00
control.h OMAP2: Fix a typo - replace regist with register. 2012-12-17 10:50:41 -08:00
cpuidle34xx.c ARM: OMAP3xxx: CPUIdle: optimize __omap3_enter_idle() 2013-01-29 14:59:56 -07:00
cpuidle44xx.c ARM: OMAP3/4: cpuidle: fix sparse and checkpatch warnings 2012-12-15 01:41:24 -07:00
ctrl_module_core_44xx.h ARM: OMAP2+: Make ctrl_module_core_44xx.h local 2012-09-20 15:02:29 -07:00
ctrl_module_pad_core_44xx.h ARM: OMAP2+: Make ctrl_module_pad_core_44xx.h local 2012-09-20 15:02:30 -07:00
ctrl_module_pad_wkup_44xx.h ARM: OMAP2+: Make ctrl_module_pad_wkup_44xx.h local 2012-09-20 15:02:32 -07:00
ctrl_module_wkup_44xx.h ARM: OMAP2+: Make ctrl_module_wkup_44xx.h local 2012-09-20 15:02:33 -07:00
devices.c arm-soc: late OMAP changes 2013-02-28 20:00:40 -08:00
devices.h
display.c ARM: OMAP2+: omap_device: remove obsolete pm_lats and early_device code 2013-01-26 00:48:53 -07:00
display.h
dma.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
dma.h ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2 2012-10-15 14:03:51 -07:00
dpll3xxx.c ARM: OMAP2+: dpll: am335x - avoid freqsel 2013-01-31 09:24:52 -07:00
dpll44xx.c ARM: OMAP4: Enhance support for DPLLs with 4X multiplier 2012-12-15 01:35:46 -07:00
drm.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
dsp.c ARM: OMAP: Make plat/omap-pm.h local to mach-omap2 2012-10-18 16:22:08 -07:00
dss-common.c ARM: OMAP2+: Drop plat/cpu.h for omap2plus 2012-12-17 10:50:41 -08:00
dss-common.h OMAP: omap4sdp: move display init from board file to dss-common.c 2012-11-07 13:26:51 -08:00
emu.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
fb.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
gpio.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
gpmc-nand.c ARM: OMAP: gpmc: enable hwecc for AM33xx SoCs 2013-01-15 14:50:15 -08:00
gpmc-nand.h ARM: OMAP2+: gpmc: localize gpmc header 2012-10-15 14:42:15 +05:30
gpmc-onenand.c ARM: OMAP2+: gpmc-onenand: drop __init annotation 2013-02-01 14:10:11 -08:00
gpmc-onenand.h ARM: OMAP2+: onenand: header cleanup 2012-10-15 14:42:03 +05:30
gpmc-smc91x.c ARM: OMAP2+: smc91x: generic timing calculation 2012-11-09 18:07:22 +05:30
gpmc-smc91x.h ARM: OMAP2+: Make gpmc-smc91x.h local 2012-09-20 15:02:49 -07:00
gpmc-smsc911x.c ARM: OMAP2+: gpmc: localize gpmc header 2012-10-15 14:42:15 +05:30
gpmc-smsc911x.h ARM: OMAP2+: Make gpmc-smsc911x.h local 2012-09-20 15:03:55 -07:00
gpmc.c ARM: OMAP2+: Fix broken gpmc support 2013-03-04 11:12:16 -08:00
gpmc.h ARM: OMAP2+: gpmc: generic timing calculation 2012-11-09 18:07:11 +05:30
hdq1w.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
hdq1w.h ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00
hsmmc.c ARM: OMAP2+: omap_device: remove obsolete pm_lats and early_device code 2013-01-26 00:48:53 -07:00
hsmmc.h
hwspinlock.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
i2c.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
i2c.h ARM: OMAP: Fix relative includes for shared i2c.h file 2012-10-31 15:37:13 -07:00
id.c ARM: OMAP2: AM33XX: id: Add support for AM335x PG2.0 2013-02-01 14:53:39 -08:00
id.h ARM: OMAP2+: Make id.h local 2012-09-20 15:02:22 -07:00
io.c ARM: OMAP: clocks: Delay clk inits atleast until slab is initialized 2013-03-26 22:06:20 -07:00
iomap.h
irq.c These fixes are needed to fix non-omap build breakage for 2012-09-23 17:15:44 -06:00
l3_2xxx.h ARM: OMAP2+: Make l3_2xxx.h local 2012-09-20 15:03:59 -07:00
l3_3xxx.h ARM: OMAP2+: Make l3_3xxx.h local 2012-09-20 15:04:00 -07:00
l4_2xxx.h ARM: OMAP2+: Make l4_2xxx.h local 2012-09-20 15:04:01 -07:00
l4_3xxx.h ARM: OMAP2+: Make l4_3xxx.h local 2012-09-20 15:04:03 -07:00
mailbox.c ARM: drivers: remove __dev* attributes. 2013-01-03 15:57:04 -08:00
mcbsp.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
mmc.h ARM: OMAP: Split plat/mmc.h into local headers and platform_data 2012-10-15 12:09:43 -07:00
msdi.c ARM: OMAP2+: omap_device: remove obsolete pm_lats and early_device code 2013-01-26 00:48:53 -07:00
mux.c ARM: OMAP2+: mux: correct wrong error messages 2013-03-04 11:37:31 -08:00
mux.h OMAP2+: mux: Fixed gpio mux mode analysis 2012-12-14 11:11:34 -08:00
mux34xx.c OMAP2+: mux: Fixed gpio mux mode analysis 2012-12-14 11:11:34 -08:00
mux34xx.h
mux44xx.c
mux44xx.h
mux2420.c
mux2420.h
mux2430.c
mux2430.h
omap-headsmp.S ARM: OMAP4460: Workaround for ROM bug because of CA9 r2pX GIC control register change. 2012-11-05 14:26:43 -08:00
omap-hotplug.c Merge branch 'multiplatform/smp_ops' into next/multiplatform 2012-09-22 00:16:04 -07:00
omap-iommu.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
omap-mpuss-lowpower.c ARM: OMAP4: MPUSS PM: remove unnecessary shim functions for powerdomain control 2013-01-29 14:59:56 -07:00
omap-pm-noop.c ARM: OMAP: Move omap-pm-noop.c local to mach-omap2 2012-10-31 15:37:13 -07:00
omap-pm.h ARM: OMAP: Make plat/omap-pm.h local to mach-omap2 2012-10-18 16:22:08 -07:00
omap-secure.c ARM: OMAP: Move plat/omap-secure.h locally to mach-omap2 2012-10-18 16:22:24 -07:00
omap-secure.h ARM: OMAP: Move plat/omap-secure.h locally to mach-omap2 2012-10-18 16:22:24 -07:00
omap-smc.S
omap-smp.c ARM: tegra: add Tegra114 SoC support 2013-02-05 13:10:39 -08:00
omap-wakeupgen.c arm-soc: cleanups 2013-02-21 14:58:40 -08:00
omap-wakeupgen.h ARM: OMAP2+: Make omap-wakeupgen.h local 2012-09-20 15:02:37 -07:00
omap2-restart.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
omap3-restart.c ARM: OMAP2+: PRCM: create SoC-specific chip restart functions 2012-11-08 12:33:08 -07:00
omap4-common.c arm-soc: multiplatform support 2013-02-21 15:20:41 -08:00
omap4-keypad.h ARM: OMAP2+: Make omap4-keypad.h local 2012-09-20 15:04:04 -07:00
omap4-sar-layout.h
omap24xx.h ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2 2012-09-12 18:06:31 -07:00
omap34xx.h ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2 2012-09-12 18:06:31 -07:00
omap44xx.h ARM: OMAP: Make use of available scu_a9_get_base() interface 2013-01-28 10:41:39 -07:00
omap54xx.h ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2 2012-09-12 18:06:31 -07:00
omap_device.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
omap_device.h ARM: OMAP2+: omap_device: remove obsolete pm_lats and early_device code 2013-01-26 00:48:53 -07:00
omap_hwmod.c ARM: OMAP3: hwmod data: keep MIDLEMODE in force-standby for musb 2013-03-13 04:13:07 -06:00
omap_hwmod.h ARM: OMAP3: hwmod data: keep MIDLEMODE in force-standby for musb 2013-03-13 04:13:07 -06:00
omap_hwmod_2xxx_3xxx_interconnect_data.c ARM: OMAP: Split plat/serial.h for omap1 and omap2+ 2012-10-24 13:34:31 -07:00
omap_hwmod_2xxx_3xxx_ipblock_data.c ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h 2012-11-30 08:41:50 -08:00
omap_hwmod_2xxx_interconnect_data.c ARM: OMAP: Split plat/serial.h for omap1 and omap2+ 2012-10-24 13:34:31 -07:00
omap_hwmod_2xxx_ipblock_data.c Remaining patches to allow omap2+ to build with multiplatform 2012-11-30 21:47:21 -08:00
omap_hwmod_3xxx_data.c ARM: OMAP3: hwmod data: keep MIDLEMODE in force-standby for musb 2013-03-13 04:13:07 -06:00
omap_hwmod_33xx_data.c ARM: OMAP2+: AM33xx: hwmod: add missing HWMOD_NO_IDLEST flags 2013-02-08 08:21:10 -07:00
omap_hwmod_44xx_data.c ARM: OMAP4: PM: fix PM regression introduced by recent clock cleanup 2013-03-13 04:27:32 -06:00
omap_hwmod_2420_data.c ARM: OMAP2420: hwmod data/PM: use hwmod to block WFI when I2C active 2013-02-06 13:48:14 -07:00
omap_hwmod_2430_data.c Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux 2012-12-18 16:51:10 -08:00
omap_hwmod_common_data.c ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00
omap_hwmod_common_data.h ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00
omap_hwmod_reset.c ARM: omap2: include linux/errno.h in hwmod_reset 2013-02-15 13:36:47 +01:00
omap_opp_data.h Merge branch 'omap-for-v3.8/pm' into omap-for-v3.8/clock 2012-11-13 13:25:38 -08:00
omap_phy_internal.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
omap_twl.c ARM: OMAP2+: omap_twl: Change TWL4030_MODULE_PM_RECEIVER to TWL_MODULE_PM_RECEIVER 2012-12-17 10:50:41 -08:00
opp.c ARM: OMAP: Make omap_device local to mach-omap2 2012-10-17 12:08:40 -07:00
opp2xxx.h
opp3xxx_data.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
opp4xxx_data.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
opp2420_data.c ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ 2012-09-12 18:06:31 -07:00
opp2430_data.c ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ 2012-09-12 18:06:31 -07:00
pm-debug.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
pm.c arm-soc: late OMAP changes 2013-02-28 20:00:40 -08:00
pm.h ARM: OMAP2+: PM/powerdomain: move omap_set_pwrdm_state() to powerdomain code 2013-01-29 14:59:57 -07:00
pm24xx.c On OMAP2+ devices, standardize and clean up WFI entry and WFI blocking. 2013-02-11 09:20:50 -08:00
pm34xx.c PM / tracing: remove deprecated power trace API 2013-01-26 00:39:12 +01:00
pm44xx.c ARM: OMAP4: PM: Warn users about usage of older bootloaders 2013-02-06 16:38:32 -07:00
pmu.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
powerdomain-common.c
powerdomain.c ARM: OMAP2+: powerdomain/clockdomain: add a per-powerdomain spinlock 2013-01-29 14:59:57 -07:00
powerdomain.h ARM: OMAP2+: powerdomain: fix whitespace, improve flag comments 2013-01-29 14:59:58 -07:00
powerdomains2xxx_3xxx_data.c ARM: OMAP2+: powerdomain: fix whitespace, improve flag comments 2013-01-29 14:59:58 -07:00
powerdomains2xxx_3xxx_data.h
powerdomains2xxx_data.c ARM: OMAP2+: powerdomain: fix whitespace, improve flag comments 2013-01-29 14:59:58 -07:00
powerdomains3xxx_data.c ARM: OMAP2+: powerdomain: fix whitespace, improve flag comments 2013-01-29 14:59:58 -07:00
powerdomains33xx_data.c
powerdomains44xx_data.c
prcm-common.h ARM: OMAP2+: PRCM: consolidate PRCM-related timeout macros 2012-11-08 15:09:26 -07:00
prcm44xx.h
prcm_mpu44xx.c ARM: OMAP2+: PRCM: split and relocate the PRM/CM globals setup 2012-11-08 15:09:26 -07:00
prcm_mpu44xx.h ARM: OMAP2+: PRCM: split and relocate the PRM/CM globals setup 2012-11-08 15:09:26 -07:00
prm-regbits-24xx.h ARM: OMAP2: clock: Add 24xx data using common struct clk 2012-11-12 19:18:49 -07:00
prm-regbits-33xx.h
prm-regbits-34xx.h ARM: OMAP3: clock: Add 3xxx data using common struct clk 2012-11-12 19:18:49 -07:00
prm-regbits-44xx.h
prm.h ARM: OMAP2+: hwmod: Add support for per hwmod/module context lost count 2012-11-21 16:15:17 -07:00
prm2xxx.c Some OMAP PRCM and sparse fixes against v3.8-rc1. A basic set of test 2013-01-03 11:04:21 -08:00
prm2xxx.h ARM: OMAP2+: PRM: initialize some PRM functions early 2012-11-21 16:15:16 -07:00
prm2xxx_3xxx.c ARM: OMAP2+: clockdomain: convert existing atomic usecounts into spinlock-protected shorts/ints 2013-01-29 14:59:58 -07:00
prm2xxx_3xxx.h ARM: OMAP3: clock: Add 3xxx data using common struct clk 2012-11-12 19:18:49 -07:00
prm3xxx.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
prm3xxx.h ARM: OMAP2+: PRM: initialize some PRM functions early 2012-11-21 16:15:16 -07:00
prm33xx.c ARM: OMAP2+: AM33XX: Update the hardreset API 2013-02-08 07:25:28 -07:00
prm33xx.h ARM: OMAP2+: AM33XX: Update the hardreset API 2013-02-08 07:25:28 -07:00
prm44xx.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
prm44xx.h ARM: OMAP4: PRM: fix RSTTIME and RSTST offsets 2013-01-02 12:07:16 -07:00
prm_common.c omap prcm changes via Paul Walmsley <paul@pwsan.com>: 2012-11-30 08:40:31 -08:00
prminst44xx.c
prminst44xx.h ARM: OMAP2+: PRCM: split and relocate the PRM/CM globals setup 2012-11-08 15:09:26 -07:00
scrm44xx.h ARM: OMAP4: clock: Add 44xx data using common struct clk 2012-11-12 19:10:20 -07:00
sdram-hynix-h8mbx00u0mer-0em.h ARM: OMAP: move plat-omap/include/plat/sdrc.h into mach-omap2/sdrc.h 2012-10-17 10:18:37 -07:00
sdram-micron-mt46h32m32lf-6.h ARM: OMAP: move plat-omap/include/plat/sdrc.h into mach-omap2/sdrc.h 2012-10-17 10:18:37 -07:00
sdram-nokia.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
sdram-nokia.h
sdram-numonyx-m65kxxxxam.h ARM: OMAP: move plat-omap/include/plat/sdrc.h into mach-omap2/sdrc.h 2012-10-17 10:18:37 -07:00
sdram-qimonda-hyb18m512160af-6.h ARM: OMAP: move plat-omap/include/plat/sdrc.h into mach-omap2/sdrc.h 2012-10-17 10:18:37 -07:00
sdrc.c omap prcm changes via Paul Walmsley <paul@pwsan.com>: 2012-11-30 08:40:31 -08:00
sdrc.h ARM: OMAP2+: common: remove mach-omap2/common.c globals and map_common_io code 2012-11-08 12:33:07 -07:00
sdrc2xxx.c omap prcm changes via Paul Walmsley <paul@pwsan.com>: 2012-11-30 08:40:31 -08:00
serial.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
serial.h ARM: OMAP2+: Fix relative includes for serial.h 2012-10-31 15:37:14 -07:00
sleep24xx.S ARM: OMAP2xxx: PM: enter WFI via inline asm if CORE stays active 2013-02-06 13:48:14 -07:00
sleep34xx.S omap prcm changes via Paul Walmsley <paul@pwsan.com>: 2012-11-30 08:40:31 -08:00
sleep44xx.S ARM: OMAP2+: Make omap-secure.h local 2012-09-20 15:02:35 -07:00
smartreflex-class3.c ARM: OMAP2+: Make sure files with omap initcalls include soc.h 2013-02-09 20:26:31 -08:00
soc.h arm-soc: late OMAP changes 2013-02-28 20:00:40 -08:00
sr_device.c ARM: OMAP2+: fix some omap_device_build() calls that aren't compiled by default 2013-02-12 09:00:33 -08:00
sram.c ARM: OMAP: Move omap2+ specific parts of sram.c to mach-omap2 2012-10-31 10:14:14 -07:00
sram.h ARM: OMAP: Split sram.h to local headers and minimal shared header 2012-10-31 10:14:13 -07:00
sram34xx.S ARM: OMAP2+: CM/hwmod: split CM functions into OMAP2, OMAP3-specific files 2012-10-21 01:01:11 -06:00
sram242x.S ARM: OMAP2+: CM/hwmod: split CM functions into OMAP2, OMAP3-specific files 2012-10-21 01:01:11 -06:00
sram243x.S ARM: OMAP2+: CM/hwmod: split CM functions into OMAP2, OMAP3-specific files 2012-10-21 01:01:11 -06:00
ti81xx.h ARM: OMAP2+: common: remove mach-omap2/common.c globals and map_common_io code 2012-11-08 12:33:07 -07:00
timer.c ARM: OMAP: clocks: Delay clk inits atleast until slab is initialized 2013-03-26 22:06:20 -07:00
twl-common.c arm-soc: board specific changes 2013-02-21 15:33:45 -08:00
twl-common.h ARM: OMAP2+: twl-common: Allow boards to customize the twl4030 audio setup 2013-01-22 10:34:50 +01:00
usb-host.c These changes contain the OMAP USB related platform data changes 2013-02-19 20:54:25 +01:00
usb-musb.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
usb-tusb6010.c ARM: OMAP2+: tusb6010: generic timing calculation 2012-11-09 18:07:23 +05:30
usb.h ARM: OMAP: Consolidate OMAP USB-HS platform data (part 3/3) 2013-02-14 10:13:48 +02:00
vc.c Merge branch 'next/pm-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/pm 2012-11-30 09:12:33 -08:00
vc.h ARM: OMAP3: VC: calculate ramp times 2012-11-05 15:08:23 -08:00
vc3xxx_data.c ARM: OMAP3+: voltage: introduce omap vc / vp params for voltagedomains 2012-11-05 15:08:22 -08:00
vc44xx_data.c ARM: OMAP3+: voltage: introduce omap vc / vp params for voltagedomains 2012-11-05 15:08:22 -08:00
voltage.c ARM: OMAP: unwrap strings 2012-09-12 02:57:10 -06:00
voltage.h ARM: OMAP4: VC: setup I2C parameters based on board data 2012-11-05 15:31:12 -08:00
voltagedomains2xxx_data.c
voltagedomains3xxx_data.c ARM: OMAP3+: voltage: introduce omap vc / vp params for voltagedomains 2012-11-05 15:08:22 -08:00
voltagedomains33xx_data.c
voltagedomains44xx_data.c Merge branch 'omap-for-v3.8/pm' into omap-for-v3.8/clock 2012-11-13 13:25:38 -08:00
vp.c OMAP voltage layer updates towards supporting auto-retention/auto-off 2012-11-06 17:06:37 -08:00
vp.h ARM: OMAP3+: voltage: introduce omap vc / vp params for voltagedomains 2012-11-05 15:08:22 -08:00
vp3xxx_data.c ARM: OMAP3+: voltage: introduce omap vc / vp params for voltagedomains 2012-11-05 15:08:22 -08:00
vp44xx_data.c ARM: OMAP3+: voltage: introduce omap vc / vp params for voltagedomains 2012-11-05 15:08:22 -08:00
wd_timer.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
wd_timer.h ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00