alistair23-linux/arch/arm/mach-omap2
Paul Gortmaker 8bd26e3a7e arm: delete __cpuinit/__CPUINIT usage from all ARM users
The __cpuinit type of throwaway sections might have made sense
some time ago when RAM was more constrained, but now the savings
do not offset the cost and complications.  For example, the fix in
commit 5e427ec2d0 ("x86: Fix bit corruption at CPU resume time")
is a good example of the nasty type of bugs that can be created
with improper use of the various __init prefixes.

After a discussion on LKML[1] it was decided that cpuinit should go
the way of devinit and be phased out.  Once all the users are gone,
we can then finally remove the macros themselves from linux/init.h.

Note that some harmless section mismatch warnings may result, since
notify_cpu_starting() and cpu_up() are arch independent (kernel/cpu.c)
and are flagged as __cpuinit  -- so if we remove the __cpuinit from
the arch specific callers, we will also get section mismatch warnings.
As an intermediate step, we intend to turn the linux/init.h cpuinit
related content into no-ops as early as possible, since that will get
rid of these warnings.  In any case, they are temporary and harmless.

This removes all the ARM uses of the __cpuinit macros from C code,
and all __CPUINIT from assembly code.  It also had two ".previous"
section statements that were paired off against __CPUINIT
(aka .section ".cpuinit.text") that also get removed here.

[1] https://lkml.org/lkml/2013/5/20/589

Cc: Russell King <linux@arm.linux.org.uk>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2013-07-14 19:36:52 -04:00
..
include/mach ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S 2013-01-11 11:24:20 -08:00
am33xx-restart.c reboot: arm: change reboot_mode to use enum reboot_mode 2013-07-09 10:33:29 -07:00
am33xx.h ARM: OMAP2+: AM43x: early init 2013-06-12 08:00:35 -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
board-2430sdp.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2013-05-02 19:40:34 -07:00
board-3430sdp.c Merge branch 'late/clksrc' into late/cleanup 2013-05-06 23:43:45 +02:00
board-3630sdp.c ARM: OMAP3: 3630SDP: Adapt to ehci-omap changes 2013-04-02 09:59:54 -07:00
board-am3517crane.c ARM: OMAP: AM3517crane: Adapt to ehci-omap changes 2013-04-02 09:59:55 -07:00
board-am3517evm.c Merge branch 'late/clksrc' into late/cleanup 2013-05-06 23:43:45 +02:00
board-cm-t35.c ARM: OMAP: add vdds_dsi supply for omapdss_dpi.0 2013-06-12 06:59:40 -07:00
board-cm-t3517.c Clean-up for omap2+ timers from Jon Hunter <jon-hunter@ti.com>: 2013-04-08 19:30:48 +02:00
board-devkit8000.c ARM: OMAP: add vdds_dsi supply for omapdss_dpi.0 2013-06-12 06:59:40 -07:00
board-flash.c ARM: OMAP2+: nand: reorganize gpmc timing values 2013-05-16 08:49:02 -07:00
board-flash.h
board-generic.c ARM: OMAP2+: AM43x: basic dt support 2013-06-13 03:50:00 -07:00
board-h4.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2013-05-02 19:40:34 -07:00
board-igep0020.c ARM: OMAP3: igep0020: Set DSS pins in correct mux mode. 2013-07-04 05:11:29 -07:00
board-ldp.c ARM: OMAP: add vdds_dsi supply for omapdss_dpi.0 2013-06-12 06:59:40 -07:00
board-n8x0.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
board-omap3beagle.c ARM: OMAP3: Beagle: Fix USB Host on beagle xM Ax/Bx 2013-05-08 16:48:00 -07:00
board-omap3evm.c ARM: OMAP3EVM: Marking omap3_evm_display_init() with CONFIG_BROKEN 2013-06-18 03:10:53 -07:00
board-omap3logic.c arm-soc: cleanups 2013-02-21 14:58:40 -08:00
board-omap3pandora.c ARM: OMAP: add vdds_dsi supply for omapdss_dpi.0 2013-06-12 06:59:40 -07:00
board-omap3stalker.c Merge branch 'late/clksrc' into late/cleanup 2013-05-06 23:43:45 +02:00
board-omap3touchbook.c ARM: OMAP3: omap3touchbook: Adapt to ehci-omap changes 2013-04-02 10:00:01 -07:00
board-overo.c arm: omap: board-overo: reset GPIO for SMSC911x 2013-06-18 03:09:07 -07:00
board-rm680.c arm-soc: cleanups 2013-02-21 14:58:40 -08:00
board-rx51-peripherals.c ARM: OMAP: add vdds_sdi supply for omapdss_sdi.0 2013-06-12 06:59:40 -07:00
board-rx51-video.c ARM: OMAP2+: N900: enable N900-specific drivers even if device tree is enabled 2013-07-04 05:11:16 -07:00
board-rx51.c ARM: OMAP: RX-51: add missing USB phy binding 2013-03-05 08:24:56 -08:00
board-rx51.h
board-ti8168evm.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
board-zoom-debugboard.c
board-zoom-display.c ARM: OMAP: zoom: Use pwm stack for lcd and keyboard backlight 2013-04-08 14:01:04 -07:00
board-zoom-peripherals.c ARM: OMAP: zoom: Use pwm stack for lcd and keyboard backlight 2013-04-08 14:01:04 -07:00
board-zoom.c ARM: OMAP: zoom: Adapt to ehci-omap changes 2013-04-02 10:00:02 -07:00
board-zoom.h
cclock3xxx_data.c ARM: OMAP3: clock data: get rid of unused USB host clock aliases and dummies 2013-06-09 01:05:34 -06:00
cclock33xx_data.c ARM SoC device tree changes 2013-07-02 14:23:01 -07:00
cclock44xx_data.c Merge branch 'fixes' into next/cleanup 2013-04-28 15:01:12 -07:00
cclock2420_data.c ARM: OMAP2+: clock data: Remove CK_* flags 2013-03-18 09:57:39 -06:00
cclock2430_data.c ARM: OMAP2xxx: hwmod: Convert AES crypto devcie data to hwmod 2013-03-30 15:51:33 -06:00
clkt2xxx_apll.c
clkt2xxx_dpll.c
clkt2xxx_dpllcore.c
clkt2xxx_osc.c
clkt2xxx_sys.c
clkt2xxx_virt_prcm_set.c
clkt34xx_dpll3m2.c
clkt_clksel.c
clkt_dpll.c
clkt_iclk.c
clock.c Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm 2013-05-03 09:13:19 -07:00
clock.h ARM: OMAP2+: clock data: Remove CK_* flags 2013-03-18 09:57:39 -06:00
clock2xxx.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
clock2xxx.h
clock3xxx.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
clock3xxx.h
clock34xx.c
clock34xx.h
clock36xx.c ARM: omap3: clock: fix wrong container_of in clock36xx.c 2013-06-06 08:48:07 -06:00
clock36xx.h
clock44xx.h
clock2430.c
clock3517.c
clock3517.h
clock_common_data.c
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: OMAP5: clockdomain data: Add OMAP54XX data and update the header 2013-06-08 11:56:15 -06:00
clockdomains2xxx_3xxx_data.c
clockdomains3xxx_data.c
clockdomains33xx_data.c
clockdomains44xx_data.c
clockdomains54xx_data.c ARM: OMAP5: clockdomain data: Add OMAP54XX data and update the header 2013-06-08 11:56:15 -06:00
clockdomains2420_data.c
clockdomains2430_data.c
cm-regbits-24xx.h
cm-regbits-33xx.h
cm-regbits-34xx.h
cm-regbits-44xx.h
cm-regbits-54xx.h ARM: OMAP5: CM: Add OMAP54XX register and bitfield files 2013-06-08 11:46:09 -06:00
cm.h
cm1_44xx.h ARM: OMAP4+: CM: Move function prototypes to common header for re-use 2013-06-08 11:41:39 -06:00
cm1_54xx.h ARM: OMAP5: CM: Add OMAP54XX register and bitfield files 2013-06-08 11:46:09 -06:00
cm2_44xx.h ARM: OMAP4+: CM: Move function prototypes to common header for re-use 2013-06-08 11:41:39 -06:00
cm2_54xx.h ARM: OMAP5: CM: Add OMAP54XX register and bitfield files 2013-06-08 11:46:09 -06:00
cm2xxx.c ARM: OMAP2xxx: CM: remove autodep handling 2013-01-29 14:59:57 -07:00
cm2xxx.h
cm2xxx_3xxx.h
cm3xxx.c ARM: OMAP2+: clockdomain: convert existing atomic usecounts into spinlock-protected shorts/ints 2013-01-29 14:59:58 -07:00
cm3xxx.h
cm33xx.c ARM: OMAP2: am33xx-hwmod: Fix "register offset NULL check" bug 2013-02-08 08:21:13 -07:00
cm33xx.h ARM: OMAP2+: AM43x: kbuild 2013-06-12 07:55:32 -07:00
cm44xx.c
cm44xx.h
cm_44xx_54xx.h ARM: OMAP4+: CM: Move function prototypes to common header for re-use 2013-06-08 11:41:39 -06:00
cm_common.c
cminst44xx.c ARM: OMAP2+: clockdomain: convert existing atomic usecounts into spinlock-protected shorts/ints 2013-01-29 14:59:58 -07:00
cminst44xx.h
common-board-devices.c
common-board-devices.h
common.c
common.h reboot: arm: change reboot_mode to use enum reboot_mode 2013-07-09 10:33:29 -07:00
control.c ARM: OMAP2+: control: add OMAP5 support for dsp boot programming 2013-05-16 08:46:28 -07:00
control.h ARM: OMAP3+: am33xx id: Add new am33xx specific function to check dev_feature 2013-06-18 03:04:07 -07:00
cpuidle34xx.c ARM: arm-soc cleanup for 3.10 2013-05-02 09:03:55 -07:00
cpuidle44xx.c ARM: arm-soc cleanup for 3.10 2013-05-02 09:03:55 -07:00
ctrl_module_core_44xx.h
ctrl_module_pad_core_44xx.h
ctrl_module_pad_wkup_44xx.h
ctrl_module_wkup_44xx.h
devices.c ARM: OMAP2+: devices: remove duplicated include from devices.c 2013-07-04 05:11:57 -07: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 dmaengine: OMAP: Register SDMA controller with Device Tree DMA driver 2013-04-15 09:51:19 +05:30
dpll3xxx.c Merge branch 'for_3.10/omap5_generic_updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux into omap-for-v3.10/fixes-non-critical 2013-04-01 09:30:47 -07:00
dpll44xx.c
drm.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
dsp.c ARM: OMAP2+: fix typo "CONFIG_BRIDGE_DVFS" 2013-04-01 08:52:50 -07:00
dss-common.c arm: dss-common: don't use reset_gpio from omap4_panda_dvi_device 2013-04-04 11:51:21 +03:00
dss-common.h
emu.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
fb.c ARM: OMAP2+: Cocci spatch "ptr_ret.spatch" 2013-07-04 05:10:51 -07:00
gpio.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
gpmc-nand.c ARM: dts: OMAP2+: Simplify NAND support 2013-05-16 09:21:19 -07:00
gpmc-nand.h
gpmc-onenand.c Merge branch 'cleanup' into for-linus 2013-05-02 21:31:29 +01:00
gpmc-onenand.h
gpmc-smc91x.c ARM: OMAP2+: Convert SMC91x to use gpmc_cs_program_settings() 2013-04-01 14:53:43 -05:00
gpmc-smc91x.h
gpmc-smsc911x.c
gpmc-smsc911x.h
gpmc.c ARM: OMAP2+: Cocci spatch "ptr_ret.spatch" 2013-07-04 05:10:51 -07:00
gpmc.h ARM: OMAP2+: Add function to read GPMC settings from device-tree 2013-04-01 14:53:45 -05:00
hdq1w.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
hdq1w.h
hsmmc.c ARM: OMAP2+: Remove omap4 pdata from hsmmc.c 2013-05-30 13:09:31 -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
id.c ARM SoC specific changes 2013-07-02 13:43:38 -07:00
id.h
io.c ARM: OMAP: omap_common_late_init may be unused 2013-07-05 23:07:41 +02:00
iomap.h
irq.c
Kconfig Omap fixes and minor defconfig updates that would be good to 2013-07-12 10:59:39 -07:00
l3_2xxx.h
l3_3xxx.h
l4_2xxx.h
l4_3xxx.h
Makefile ARM: OMAP2+: Remove obsolete Makefile line 2013-07-04 05:10:51 -07:00
Makefile.boot
mcbsp.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
mmc.h
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 ARM: OMAP2+: Remove legacy mux data for omap4 2013-05-30 13:09:31 -07:00
mux34xx.c
mux34xx.h omap: mux: add AM/DM37x gpios 2013-05-08 17:07:40 -07:00
mux2420.c
mux2420.h
mux2430.c
mux2430.h
omap-headsmp.S arm: delete __cpuinit/__CPUINIT usage from all ARM users 2013-07-14 19:36:52 -04:00
omap-hotplug.c ARM: cpu hotplug: remove majority of cache flushing from platforms 2013-04-18 20:08:04 +01:00
omap-iommu.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
omap-mpuss-lowpower.c arm: delete __cpuinit/__CPUINIT usage from all ARM users 2013-07-14 19:36:52 -04:00
omap-pm-noop.c
omap-pm.h
omap-secure.c
omap-secure.h
omap-smc.S
omap-smp.c arm: delete __cpuinit/__CPUINIT usage from all ARM users 2013-07-14 19:36:52 -04:00
omap-wakeupgen.c arm: delete __cpuinit/__CPUINIT usage from all ARM users 2013-07-14 19:36:52 -04:00
omap-wakeupgen.h
omap2-restart.c reboot: arm: change reboot_mode to use enum reboot_mode 2013-07-09 10:33:29 -07:00
omap3-restart.c reboot: arm: change reboot_mode to use enum reboot_mode 2013-07-09 10:33:29 -07:00
omap4-common.c reboot: arm: change reboot_mode to use enum reboot_mode 2013-07-09 10:33:29 -07:00
omap4-keypad.h
omap4-restart.c reboot: arm: change reboot_mode to use enum reboot_mode 2013-07-09 10:33:29 -07:00
omap4-sar-layout.h ARM: arm-soc cleanup for 3.10 2013-05-02 09:03:55 -07:00
omap24xx.h
omap34xx.h
omap44xx.h ARM: OMAP: Make use of available scu_a9_get_base() interface 2013-01-28 10:41:39 -07:00
omap54xx.h ARM: OMAP5: Update SAR RAM base address 2013-03-19 12:57:01 +05:30
omap_device.c Power management and ACPI updates for 3.11-rc1 2013-07-03 14:35:40 -07:00
omap_device.h arm: omap2+: omap_device: remove no_idle_on_suspend 2013-05-16 07:09:09 -07:00
omap_hwmod.c Fix the OMAP serial driver to work correctly on OMAP4 when booting 2013-05-22 13:11:01 -07:00
omap_hwmod.h ARM: OMAP5: hwmod data: Create initial OMAP5 SOC hwmod data 2013-06-08 11:58:15 -06:00
omap_hwmod_2xxx_3xxx_interconnect_data.c
omap_hwmod_2xxx_3xxx_ipblock_data.c ARM: OMAP2+: Remove dma.h 2013-06-18 00:12:34 -07:00
omap_hwmod_2xxx_interconnect_data.c ARM: OMAP2xxx: hwmod: Convert AES crypto devcie data to hwmod 2013-03-30 15:51:33 -06:00
omap_hwmod_2xxx_ipblock_data.c ARM: OMAP2+: hwmod-data: UART IP needs software control to manage sidle modes 2013-05-19 16:36:55 -06:00
omap_hwmod_3xxx_data.c ARM SoC driver specific changes 2013-07-02 14:33:21 -07:00
omap_hwmod_33xx_data.c ARM SoC specific changes 2013-07-02 13:43:38 -07:00
omap_hwmod_44xx_data.c ARM: OMAP4: hwmod data: Remove irq entries from mcspi, mmc hwmods 2013-06-12 09:41:46 -07:00
omap_hwmod_54xx_data.c ARM: OMAP5: Remove unused include for ocp2scp 2013-06-09 21:17:15 -07:00
omap_hwmod_2420_data.c ARM: OMAP2+: add user and fifo info to mailbox platform data 2013-06-11 11:41:30 -05:00
omap_hwmod_2430_data.c ARM: OMAP2+: add user and fifo info to mailbox platform data 2013-06-11 11:41:30 -05:00
omap_hwmod_common_data.c
omap_hwmod_common_data.h ARM: OMAP2xxx: hwmod: Convert AES crypto devcie data to hwmod 2013-03-30 15:51:33 -06: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
omap_phy_internal.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
omap_twl.c
opp.c
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
opp2430_data.c
pm-debug.c Merge branch 'cleanup' into for-linus 2013-05-02 21:31:29 +01:00
pm.c Power management and ACPI updates for 3.10-rc1 2013-04-30 15:21:02 -07: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 ARM: OMAP2+: PM: Remove bogus fiq_[enable/disable] tuple 2013-03-28 12:55:58 +05:30
pm34xx.c ARM: OMAP3: Fix iva2_pwrdm settings for 3703 2013-05-30 12:44:47 -07:00
pm44xx.c OMAP PM cleanups for v3.10 2013-05-16 08:27:49 -07:00
pmu.c ARM: OMAP2+: Cocci spatch "ptr_ret.spatch" 2013-07-04 05:10:51 -07:00
powerdomain-common.c
powerdomain.c ARM: OMAP2+: Powerdomain: Remove the need to always have a voltdm associated to a pwrdm 2013-06-17 07:25:14 -07:00
powerdomain.h Merge branch 'omap/pm-voltdomain-cleanup' into next/soc 2013-06-20 17:35:16 +02: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: OMAP: TI816X: add powerdomains for TI816x 2013-06-18 01:17:26 -07:00
powerdomains33xx_data.c
powerdomains44xx_data.c
powerdomains54xx_data.c ARM: OMAP5: powerdomain data: Add OMAP54XX data and update the header 2013-06-08 11:57:45 -06:00
prcm-common.h ARM: OMAP: TI816X: add powerdomains for TI816x 2013-06-18 01:17:26 -07:00
prcm44xx.h ARM: OMAP5: PRCM: Add OMAP54XX local MPU PRCM registers 2013-06-08 11:55:18 -06:00
prcm_mpu44xx.c
prcm_mpu44xx.h ARM: OMAP4+: PRCM MPU: Move function prototypes to common header for re-use 2013-06-08 11:54:40 -06:00
prcm_mpu54xx.h ARM: OMAP5: PRCM: Add OMAP54XX local MPU PRCM registers 2013-06-08 11:55:18 -06:00
prcm_mpu_44xx_54xx.h ARM: OMAP4+: PRCM MPU: Move function prototypes to common header for re-use 2013-06-08 11:54:40 -06:00
prm-regbits-24xx.h
prm-regbits-33xx.h
prm-regbits-34xx.h
prm-regbits-44xx.h
prm-regbits-54xx.h ARM: OMAP5: PRM: Add OMAP54XX register and bitfield files 2013-06-08 11:41:01 -06:00
prm.h
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
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
prm3xxx.c ARM: OMAP2+: Use omap initcalls 2013-01-11 11:24:18 -08:00
prm3xxx.h
prm33xx.c ARM: AM33xx: Remove the unused voltagedomain data 2013-06-17 07:26:44 -07:00
prm33xx.h ARM: OMAP2+: AM33XX: Update the hardreset API 2013-02-08 07:25:28 -07:00
prm44xx.c ARM: OMAP5: Reuse prm read_inst/write_inst 2013-03-19 12:57:00 +05:30
prm44xx.h ARM: OMAP4+: PRM: Move function prototypes to common header for re-use 2013-06-08 11:02:20 -06:00
prm44xx_54xx.h ARM: OMAP4+: PRM: Move function prototypes to common header for re-use 2013-06-08 11:02:20 -06:00
prm54xx.h ARM: OMAP5: PRM: Add OMAP54XX register and bitfield files 2013-06-08 11:41:01 -06:00
prm_common.c
prminst44xx.c
prminst44xx.h
scrm44xx.h
scrm54xx.h ARM: OMAP5: SCRM: Add OMAP54XX header file. 2013-06-08 11:55:44 -06:00
sdram-hynix-h8mbx00u0mer-0em.h
sdram-micron-mt46h32m32lf-6.h
sdram-nokia.c
sdram-nokia.h
sdram-numonyx-m65kxxxxam.h
sdram-qimonda-hyb18m512160af-6.h
sdrc.c
sdrc.h
sdrc2xxx.c
serial.c ARM SoC cleanups 2013-07-02 13:25:35 -07:00
serial.h
sleep24xx.S ARM: OMAP2xxx: PM: enter WFI via inline asm if CORE stays active 2013-02-06 13:48:14 -07:00
sleep34xx.S
sleep44xx.S ARM: OMAP4: sleep: build OMAP4 specific functions only for OMAP4 2013-07-04 05:10:51 -07:00
smartreflex-class3.c PM / AVS: SmartReflex: use omap_sr * for enable/disable interface 2013-06-10 10:46:18 -07:00
soc.h ARM: OMAP3+: am33xx id: Add new am33xx specific function to check dev_feature 2013-06-18 03:04:07 -07: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: OMAP2+: AM43x: SRAM base and size 2013-06-12 08:07:23 -07:00
sram.h
sram34xx.S
sram242x.S
sram243x.S
ti81xx.h
timer.c ARM: SoC fixes for 3.11-rc 2013-07-13 15:00:26 -07:00
twl-common.c ARM: OMAP: add vdds_dsi supply for omapdss_dpi.0 2013-06-12 06:59:40 -07: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 ARM SoC cleanups 2013-07-02 13:25:35 -07:00
usb-musb.c ARM: OMAP2+: Remove omap4 pdata for USB 2013-05-30 13:09:31 -07:00
usb-tusb6010.c ARM: OMAP2+: Convert TUSB to use gpmc_cs_program_settings() 2013-04-01 14:53:43 -05:00
usb.h ARM: OMAP2+: omap-usb-host: Add usbhs_init_phys() 2013-04-02 09:59:52 -07:00
vc.c
vc.h
vc3xxx_data.c
vc44xx_data.c
voltage.c
voltage.h Merge branch 'omap/pm-voltdomain-cleanup' into next/soc 2013-06-20 17:35:16 +02:00
voltagedomains2xxx_data.c
voltagedomains3xxx_data.c
voltagedomains44xx_data.c
voltagedomains54xx_data.c ARM: OMAP5: voltagedomain data: remove temporary OMAP4 voltage data 2013-06-25 17:11:06 -07:00
vp.c
vp.h
vp3xxx_data.c
vp44xx_data.c
wd_timer.c arm-soc: soc-specific updates 2013-02-21 15:27:22 -08:00
wd_timer.h