linux_dsm_epyc7002/arch/arm/mach-omap2
Javier Martinez Canillas a71eb61c9d ARM: OMAP3: igep0020: set GPIO mode for mux mcspi1_cs2 pin
According to the IGEPv2 Rev.C data-sheet the LAN9221i pin 14 (IRQ) is
connected to the OMAP3730 mcspi1_cs2 pin. Since this omap mux pin acts
as an IRQ line, it has to be configured as an input GPIO.

IGEPv2 platform code sets the smsc911x_cfg->gpio_irq to GPIO 176 but
since the mux pin default mode is MODE7 (safe_mode) the driver fails
when trying to register the IRQ with the following error message:

[    1.994598] smsc911x: Driver version 2008-10-21
[    3.704162] irq 272: nobody cared (try booting with the "irqpoll" option)
[    3.711364] [<c001a114>] (unwind_backtrace+0x0/0xf0) from [<c009a0d4>] (__report_bad_irq+0x20/0xbc)
[    3.720916] [<c009a0d4>] (__report_bad_irq+0x20/0xbc) from [<c009a41c>] (note_interrupt+0x1d8/0x238)
[    3.730560] [<c009a41c>] (note_interrupt+0x1d8/0x238) from [<c0098234>] (handle_irq_event_percpu+0xc0/0x260)
[    3.740936] [<c0098234>] (handle_irq_event_percpu+0xc0/0x260) from [<c0098410>] (handle_irq_event+0x3c/0x5c)
[    3.751312] [<c0098410>] (handle_irq_event+0x3c/0x5c) from [<c009abe0>] (handle_level_irq+0xac/0x10c)
[    3.761047] [<c009abe0>] (handle_level_irq+0xac/0x10c) from [<c0097a34>] (generic_handle_irq+0x30/0x48)
[    3.770935] [<c0097a34>] (generic_handle_irq+0x30/0x48) from [<c02a6b74>] (gpio_irq_handler+0x180/0x1d4)
[    3.780944] [<c02a6b74>] (gpio_irq_handler+0x180/0x1d4) from [<c0097a34>] (generic_handle_irq+0x30/0x48)
[    3.790954] [<c0097a34>] (generic_handle_irq+0x30/0x48) from [<c0013e18>] (handle_IRQ+0x4c/0xac)
[    3.800231] [<c0013e18>] (handle_IRQ+0x4c/0xac) from [<c000858c>] (omap3_intc_handle_irq+0x60/0x74)
[    3.809783] [<c000858c>] (omap3_intc_handle_irq+0x60/0x74) from [<c04979e4>] (__irq_svc+0x44/0x60)
[    3.819213] Exception stack(0xee42fde0 to 0xee42fe28)
[    3.824554] fde0: 00000001 00000001 00000000 00000000 60000013 c06cce14 c06cce14 00000110
[    3.833190] fe00: 00000000 c06ccdf4 60000013 ee41d000 fb058064 ee42fe28 c0089e08 c04976b4
[    3.841796] fe20: 20000013 ffffffff
[    3.845489] [<c04979e4>] (__irq_svc+0x44/0x60) from [<c04976b4>] (_raw_spin_unlock_irqrestore+0x34/0x44)
[    3.855499] [<c04976b4>] (_raw_spin_unlock_irqrestore+0x34/0x44) from [<c0099744>] (__setup_irq+0x1b8/0x3f0)
[    3.865875] [<c0099744>] (__setup_irq+0x1b8/0x3f0) from [<c0099a34>] (request_threaded_irq+0xb8/0x140)
[    3.875701] [<c0099a34>] (request_threaded_irq+0xb8/0x140) from [<c0487950>] (smsc911x_drv_probe+0x75c/0x11a4)
[    3.886260] [<c0487950>] (smsc911x_drv_probe+0x75c/0x11a4) from [<c02e9bcc>] (platform_drv_probe+0x18/0x1c)
[    3.906707] [<c02e89b8>] (driver_probe_device+0x90/0x210) from [<c02e8bcc>] (__driver_attach+0x94/0x98)
[    3.916625] [<c02e8bcc>] (__driver_attach+0x94/0x98) from [<c02e7298>] (bus_for_each_dev+0x50/0x7c)
[    3.926177] [<c02e7298>] (bus_for_each_dev+0x50/0x7c) from [<c02e81d4>] (bus_add_driver+0x184/0x248)
[    3.935821] [<c02e81d4>] (bus_add_driver+0x184/0x248) from [<c02e909c>] (driver_register+0x78/0x12c)
[    3.945465] [<c02e909c>] (driver_register+0x78/0x12c) from [<c0008648>] (do_one_initcall+0x34/0x178)
[    3.955108] [<c0008648>] (do_one_initcall+0x34/0x178) from [<c066e8f4>] (kernel_init+0xfc/0x1c0)
[    3.964385] [<c066e8f4>] (kernel_init+0xfc/0x1c0) from [<c00140b0>] (kernel_thread_exit+0x0/0x8)
[    3.973632] handlers:
[    3.976043] [<c034e2cc>] smsc911x_irqhandler
[    3.980560] Disabling IRQ #272

Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
Acked-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Tested-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
2012-08-07 00:01:42 -07:00
..
include/mach arm-soc: new SoC support 2012-07-23 16:31:31 -07:00
am35xx-emac.c ARM: OMAP AM35x: EMAC/MDIO integration: Add Davinci EMAC/MDIO hwmod support 2012-06-27 14:59:57 -06:00
am35xx-emac.h ARM: OMAP: move generic EMAC init to separate file 2012-03-05 11:08:36 -08:00
board-2430sdp.c arm-soc: general cleanups 2012-07-23 16:04:15 -07:00
board-3430sdp.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
board-3630sdp.c ARM: omap2: use machine specific hook for late init 2012-05-08 20:36:20 +08:00
board-4430sdp.c ARM: OMAP: board-4430sdp: MUX configuration for sys_nirq2 2012-07-09 05:07:17 -07:00
board-am3517crane.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
board-am3517evm.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
board-apollon.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2012-07-24 13:34:56 -07:00
board-cm-t35.c ARM: OMAP3: cm-t35: add tvp5150 decoder support 2012-07-02 04:09:06 -07:00
board-cm-t3517.c ARM: omap2: use machine specific hook for late init 2012-05-08 20:36:20 +08:00
board-devkit8000.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
board-flash.c ARM: OMAP2+: nand: fix build error when CONFIG_MTD_ONENAND_OMAP2=n 2012-06-26 03:29:57 -07:00
board-flash.h ARM: OMAP2+: nand: Make board_onenand_init() visible to board code 2012-05-09 14:19:14 -07:00
board-generic.c ARM: OMAP5: board-generic: Add device tree support 2012-07-09 19:14:39 +05:30
board-h4.c ARM: OMAP2: Remove legacy USB FS support 2012-06-04 00:57:22 -07:00
board-igep0020.c ARM: OMAP3: igep0020: set GPIO mode for mux mcspi1_cs2 pin 2012-08-07 00:01:42 -07:00
board-ldp.c ARM: omap2: use machine specific hook for late init 2012-05-08 20:36:20 +08:00
board-n8x0.c ARM: omap: remove mmc platform data dma_mask and initialization 2012-07-31 12:06:23 +01:00
board-omap3beagle.c Some OMAP AM35xx fixes. 2012-06-29 06:07:08 -07:00
board-omap3evm.c ARM: OMAP3: Fix omap3evm randconfig error introduced by VBUS support 2012-07-09 23:22:24 -07:00
board-omap3logic.c ARM: OMAP2+: TWL: remove usage of pdata->irq_base/_end 2012-06-19 15:24:34 -07:00
board-omap3pandora.c ARM: omap2: use machine specific hook for late init 2012-05-08 20:36:20 +08:00
board-omap3stalker.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
board-omap3touchbook.c ARM: omap2: use machine specific hook for late init 2012-05-08 20:36:20 +08:00
board-omap4panda.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2012-07-24 13:34:56 -07:00
board-overo.c ARM: OMAP2: Overo: init I2C before MMC to fix MMC suspend/resume failure 2012-07-02 04:58:47 -07:00
board-rm680.c ARM: omap2: use machine specific hook for late init 2012-05-08 20:36:20 +08:00
board-rx51-peripherals.c ARM: OMAP: Fix lis3lv02d accelerometer to use gpio_to_irq 2012-06-04 02:41:54 -07:00
board-rx51-video.c
board-rx51.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
board-ti8168evm.c ARM: omap2: use machine specific hook for late init 2012-05-08 20:36:20 +08:00
board-zoom-debugboard.c ARM: OMAP2+: smsc911x: Add fixed board regulators 2012-04-03 10:33:19 -07:00
board-zoom-display.c ARM: OMAP: add includes for missing prototypes 2012-04-13 06:34:26 -06:00
board-zoom-peripherals.c Merge branch 'fixes-gpio-to-irq' into fixes 2012-03-29 10:16:04 -07:00
board-zoom.c ARM: omap2: use machine specific hook for late init 2012-05-08 20:36:20 +08:00
clkt2xxx_apll.c
clkt2xxx_dpll.c
clkt2xxx_dpllcore.c
clkt2xxx_osc.c
clkt2xxx_sys.c
clkt2xxx_virt_prcm_set.c ARM: OMAP: clock: cleanup CPUfreq leftovers, fix build errors 2012-04-14 17:49:07 -07:00
clkt34xx_dpll3m2.c
clkt_clksel.c ARM: OMAP2+: Fix build issues with missing include of linux/bug.h 2012-03-07 17:29:34 -08:00
clkt_dpll.c ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h 2012-02-24 10:34:35 -08:00
clkt_iclk.c
clock2xxx.c ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h 2012-02-24 10:34:35 -08:00
clock2xxx.h
clock3xxx_data.c USB patches for 3.6-rc1 2012-07-26 10:23:47 -07:00
clock3xxx.c ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h 2012-02-24 10:34:35 -08:00
clock3xxx.h
clock33xx_data.c OMAP AM33xx clock data 2012-07-05 08:18:04 -07:00
clock34xx.c
clock34xx.h
clock36xx.c
clock36xx.h
clock44xx_data.c This branch adds clock data for am33xx. Note that eventually these 2012-07-10 17:41:13 +02:00
clock44xx.h
clock2420_data.c arm-soc: timer updates 2012-07-23 16:21:23 -07:00
clock2430_data.c arm-soc: timer updates 2012-07-23 16:21:23 -07:00
clock2430.c ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h 2012-02-24 10:34:35 -08:00
clock3517.c
clock3517.h
clock_common_data.c ARM: OMAP3+: clock: Move common clksel_rate & clock data to common file 2012-06-26 20:57:22 -06:00
clock.c ARM: OMAP2+: Move omap3 dpll ops to dpll3xxx.c 2012-07-05 08:05:15 -07:00
clock.h ARM: OMAP3+: clock33xx: Add AM33XX clock tree data 2012-06-29 16:16:40 -06:00
clockdomain2xxx_3xxx.c
clockdomain33xx.c ARM: OMAP AM33xx: clockdomains: Add clockdomain data and respective operations 2012-06-18 12:08:06 -06:00
clockdomain44xx.c ARM: OMAP4: clockdomain/CM code: Update supported transition modes 2012-07-04 03:45:53 -06:00
clockdomain.c ARM: OMAP2+: powerdomain: Get rid off duplicate pwrdm_clkdm_state_switch() API 2012-05-07 23:55:38 -06:00
clockdomain.h arm-soc: soc-specific updates 2012-07-23 16:08:40 -07:00
clockdomains2xxx_3xxx_data.c ARM: OMAP2+: hwmod code/clockdomain data: fix 32K sync timer 2012-07-05 17:25:38 -07:00
clockdomains3xxx_data.c arm-soc: general cleanups 2012-07-23 16:04:15 -07:00
clockdomains33xx_data.c ARM: OMAP AM33xx: clockdomains: Add clockdomain data and respective operations 2012-06-18 12:08:06 -06:00
clockdomains44xx_data.c arm-soc: general cleanups 2012-07-23 16:04:15 -07:00
clockdomains2420_data.c ARM: OMAP2+: hwmod: remove prm_clkdm, cm_clkdm; allow hwmods to have no clockdomain 2012-06-19 15:01:02 -06:00
clockdomains2430_data.c ARM: OMAP2+: hwmod: remove prm_clkdm, cm_clkdm; allow hwmods to have no clockdomain 2012-06-19 15:01:02 -06:00
cm1_44xx.h
cm2_44xx.h
cm2xxx_3xxx.c ARM: OMAP2+: Fix build error after merge 2012-03-07 09:03:03 -08:00
cm2xxx_3xxx.h
cm33xx.c ARM: OMAP AM33xx: CM: Introduce AM33xx CM APIs and register level details 2012-06-18 12:08:06 -06:00
cm33xx.h ARM: OMAP AM33xx: CM: Introduce AM33xx CM APIs and register level details 2012-06-18 12:08:06 -06:00
cm44xx.c ARM: OMAP2+: Move most of plat/io.h into local iomap.h 2012-02-24 10:34:35 -08:00
cm44xx.h
cm-regbits-24xx.h
cm-regbits-33xx.h ARM: OMAP AM33xx: CM: Introduce AM33xx CM APIs and register level details 2012-06-18 12:08:06 -06:00
cm-regbits-34xx.h ARM: OMAP AM35xx: clock and hwmod data: fix UART4 data 2012-06-27 14:53:46 -06:00
cm-regbits-44xx.h
cm.h ARM: OMAP2+: CM: increase the module disable timeout 2012-06-21 18:08:47 -06:00
cminst44xx.c ARM: OMAP4: clockdomain/CM code: Update supported transition modes 2012-07-04 03:45:53 -06:00
cminst44xx.h ARM: OMAP2+: PRM/CM: Move the stubbed prm and cm functions to prcm.c file and make them __weak 2012-07-04 05:04:00 -06:00
common-board-devices.c arm-soc: board specific updates 2012-07-23 17:34:48 -07:00
common-board-devices.h ARM: OMAP3530evm: set pendown_state and debounce time for ads7846 2012-07-06 01:37:25 -07:00
common.c ARM: OMAP5: Add minimal support for OMAP5430 SOC 2012-07-09 19:14:39 +05:30
common.h ARM: omap2+: board-generic: clean up the irq data from board file 2012-07-09 19:14:39 +05:30
control.c ARM: OMAP2+: control: new APIs to configure boot address and mode 2012-06-18 16:18:09 -06:00
control.h arm-soc: soc-specific updates 2012-07-23 16:08:40 -07:00
cpuidle34xx.c arm-soc: power management changes 2012-07-23 17:43:53 -07:00
cpuidle44xx.c ARM: arm-soc: cpuidle enablement for OMAP 2012-08-02 11:48:54 -07:00
devices.c arm-soc: power management changes 2012-07-23 17:43:53 -07:00
devices.h
display.c ARM: OMAP2PLUS: DSS: Disable LCD3 output when resetting DSS 2012-06-29 10:37:53 +03:00
display.h
dma.c ARM: OMAP2+: dma: Define dma capabilities register bitfields and use them. 2012-05-08 11:54:24 +05:30
dpll3xxx.c ARM: OMAP2+: Move omap3 dpll ops to dpll3xxx.c 2012-07-05 08:05:15 -07:00
dpll44xx.c
drm.c omap2+: add drm device 2012-07-02 04:05:57 -07:00
dsp.c Merge branch 'cleanup-hwmod' into cleanup 2012-06-28 05:47:01 -07:00
emu.c ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changes 2012-02-28 17:33:41 -08:00
gpio.c GPIO driver changes for v3.5 merge window 2012-05-24 14:01:46 -07:00
gpmc-nand.c ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h 2012-02-24 10:34:35 -08:00
gpmc-onenand.c ARM: OMAP2+: clean up some cppcheck warnings 2012-04-17 15:50:47 -06:00
gpmc-smc91x.c
gpmc-smsc911x.c ARM: OMAP2+: smsc911x: Remove regulator support from gmpc-smsc911x 2012-04-03 10:31:34 -07:00
gpmc.c ARM: OMAP5: gpmc: Update gpmc_init() 2012-07-09 19:14:39 +05:30
hdq1w.c ARM: OMAP2+: HDQ1W: use omap_device 2012-06-21 21:40:38 -06:00
hsmmc.c ARM: omap: remove mmc platform data dma_mask and initialization 2012-07-31 12:06:23 +01:00
hsmmc.h MMC highlights for 3.4: 2012-03-28 20:59:45 -07:00
hwspinlock.c ARM: OMAP4: hwspinlocks_init() should be static 2012-05-13 16:11:29 +03:00
i2c.c
id.c ARM: OMAP5: id: Add cpu id for ES versions 2012-07-09 19:14:39 +05:30
io.c arm-soc: clk changes 2012-07-23 17:51:03 -07:00
iomap.h ARM: OMAP5: Add minimal support for OMAP5430 SOC 2012-07-09 19:14:39 +05:30
iommu2.c
irq.c arm-soc: new SoC support 2012-07-23 16:31:31 -07:00
Kconfig ARM: arm-soc: cpuidle enablement for OMAP 2012-08-02 11:48:54 -07:00
mailbox.c Merge branch 'fixes-omap4-dsp' into fixes-non-critical 2012-06-28 00:07:30 -07:00
Makefile arm-soc: clk changes 2012-07-23 17:51:03 -07:00
Makefile.boot
mcbsp.c ARM: Non-critical bug fixes 2012-03-27 15:55:54 -07:00
msdi.c ARM: OMAP2: Use hwmod to initialize mmc for 2420 2012-06-26 03:14:20 -07:00
mux34xx.c
mux34xx.h
mux44xx.c
mux44xx.h
mux2420.c
mux2420.h
mux2430.c
mux2430.h
mux.c Some uncontroversial OMAP clock, hwmod, and compiler warning fixes for 3.5-rc 2012-06-23 16:16:29 -07:00
mux.h OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup 2012-06-05 04:04:11 -07:00
omap4-common.c ARM: OMAP5: board-generic: Add device tree support 2012-07-09 19:14:39 +05:30
omap4-sar-layout.h ARM: OMAP5: Add the WakeupGen IP updates 2012-07-09 19:14:39 +05:30
omap_hwmod_2xxx_3xxx_interconnect_data.c ARM: OMAP2+: hwmod data: add HDQ/1-wire hwmod shared data 2012-05-08 17:25:36 -06:00
omap_hwmod_2xxx_3xxx_ipblock_data.c ARM: OMAP2+: hwmod data: add HDQ/1-wire hwmod shared data 2012-05-08 17:25:36 -06:00
omap_hwmod_2xxx_interconnect_data.c ARM: OMAP2xxx: hwmod data: share common interface data 2012-04-19 04:25:06 -06:00
omap_hwmod_2xxx_ipblock_data.c ARM: OMAP2+: Fix external clock support for dmtimers 2012-06-14 02:39:47 -07:00
omap_hwmod_3xxx_data.c arm-soc: power management changes 2012-07-23 17:43:53 -07:00
omap_hwmod_44xx_data.c arm-soc: power management changes 2012-07-23 17:43:53 -07:00
omap_hwmod_2420_data.c Merge branches 'clock_cleanup_misc_3.6', 'control_clean_dspbridge_writes_cleanup_3.6', 'hwmod_soc_conditional_cleanup_3.6', 'mcbsp_clock_aliases_cleanup_3.6' and 'remove_clkdm_requirement_from_hwmod_3.6' into omap_cleanup_a_3.6 2012-06-20 20:11:36 -06:00
omap_hwmod_2430_data.c Merge branches 'clock_cleanup_misc_3.6', 'control_clean_dspbridge_writes_cleanup_3.6', 'hwmod_soc_conditional_cleanup_3.6', 'mcbsp_clock_aliases_cleanup_3.6' and 'remove_clkdm_requirement_from_hwmod_3.6' into omap_cleanup_a_3.6 2012-06-20 20:11:36 -06:00
omap_hwmod_common_data.c Merge branches 'hwmod_am335x_support_3.6', 'clkdm_pwrdm_devel_a_3.6' and 'misc_devel_3.6' into omap_devel_f_3.6 2012-07-04 06:05:51 -06:00
omap_hwmod_common_data.h ARM: OMAP2/3: hwmod data: Add 32k-sync timer data to hwmod database 2012-05-08 17:25:36 -06:00
omap_hwmod.c arm-soc: power management changes 2012-07-23 17:43:53 -07:00
omap_l3_noc.c
omap_l3_noc.h ARM: OMAP5: l3: Add l3 error handler support for omap5 2012-07-09 19:14:39 +05:30
omap_l3_smx.c ARM: OMAP3: Fix omap3_l3_block_irq warning when CONFIG_BUG is not set 2012-06-06 01:42:20 -07:00
omap_l3_smx.h
omap_opp_data.h
omap_phy_internal.c ARM: OMAP2+: Fix MUSB ifdefs for platform init code 2012-06-20 07:18:15 -07:00
omap_twl.c
omap-headsmp.S ARM: OMAP5: Add SMP support 2012-07-09 19:14:39 +05:30
omap-hotplug.c ARM: OMAP5: Add the WakeupGen IP updates 2012-07-09 19:14:39 +05:30
omap-iommu.c ARM: OMAP4: fix irq and clock name for dsp-iommu 2012-05-13 16:09:46 +03:00
omap-mpuss-lowpower.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2012-07-24 13:34:56 -07:00
omap-secure.c ARM: OMAP: add includes for missing prototypes 2012-04-13 06:34:26 -06:00
omap-smc.S
omap-smp.c Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm 2012-07-27 15:14:26 -07:00
omap-wakeupgen.c ARM: OMAP5: Add the WakeupGen IP updates 2012-07-09 19:14:39 +05:30
opp2xxx.h
opp3xxx_data.c
opp4xxx_data.c
opp2420_data.c ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h 2012-02-24 10:34:35 -08:00
opp2430_data.c ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h 2012-02-24 10:34:35 -08:00
opp.c ARM: OMAP2+: OPP: Fix to ensure check of right oppdef after bad one 2012-06-19 15:23:29 -07:00
pm24xx.c arm-soc: sweeping late_initcall cleanup 2012-05-26 13:14:01 -07:00
pm34xx.c arm-soc: power management changes 2012-07-23 17:43:53 -07:00
pm44xx.c ARM: omap2: use machine specific hook for late init 2012-05-08 20:36:20 +08:00
pm-debug.c ARM: OMAP2+: PM debug: fix the use of debugfs_create_* API 2012-03-05 15:38:02 -08:00
pm.c ARM: omap2: use machine specific hook for late init 2012-05-08 20:36:20 +08:00
pm.h arm-soc: power management changes 2012-07-23 17:43:53 -07:00
powerdomain2xxx_3xxx.c ARM: OMAP2+: Fix build issues with missing include of linux/bug.h 2012-03-07 17:29:34 -08:00
powerdomain33xx.c ARM: OMAP AM33xx: powerdomains: add AM335x support 2012-06-18 12:08:06 -06:00
powerdomain44xx.c ARM: OMAP2+: Fix build for omap4 only builds with missing include of linux/bug.h 2012-03-08 10:48:12 -08:00
powerdomain-common.c ARM: OMAP2+: Fix build issues with missing include of linux/bug.h 2012-03-07 17:29:34 -08:00
powerdomain.c arm-soc: power management changes 2012-07-23 17:43:53 -07:00
powerdomain.h arm-soc: power management changes 2012-07-23 17:43:53 -07:00
powerdomains2xxx_3xxx_data.c
powerdomains2xxx_3xxx_data.h
powerdomains2xxx_data.c
powerdomains3xxx_data.c arm: omap3: am35x: Set proper powerdomain states 2012-06-28 00:12:35 -06:00
powerdomains33xx_data.c ARM: OMAP AM33xx: powerdomains: add AM335x support 2012-06-18 12:08:06 -06:00
powerdomains44xx_data.c
prcm44xx.h
prcm_mpu44xx.c ARM: OMAP2+: Move most of plat/io.h into local iomap.h 2012-02-24 10:34:35 -08:00
prcm_mpu44xx.h
prcm-common.h arm-soc: power management changes 2012-07-23 17:43:53 -07:00
prcm.c ARM: OMAP5: Add minimal support for OMAP5430 SOC 2012-07-09 19:14:39 +05:30
prm2xxx_3xxx.c ARM: OMAP2+: PM: fix IRQ_NOAUTOEN removal by mis-merge 2012-06-29 07:19:52 -07:00
prm2xxx_3xxx.h arm-soc: power management changes 2012-07-23 17:43:53 -07:00
prm33xx.c ARM: OMAP AM33xx: PRM: add PRM support 2012-06-18 12:08:06 -06:00
prm33xx.h ARM: OMAP AM33xx: PRM: add PRM support 2012-06-18 12:08:06 -06:00
prm44xx.c ARM: OMAP3+: PRM: Enable IO wake up 2012-06-22 08:40:03 -06:00
prm44xx.h ARM: OMAP4: PRM: Add IO Daisychain support 2012-06-22 08:40:03 -06:00
prm_common.c arm-soc: cleanups, part 2 2012-07-23 16:22:12 -07:00
prm-regbits-24xx.h
prm-regbits-33xx.h ARM: OMAP AM33xx: PRM: add PRM support 2012-06-18 12:08:06 -06:00
prm-regbits-34xx.h
prm-regbits-44xx.h
prm.h
prminst44xx.c ARM: OMAP4+: Add prm and cm base init function. 2012-05-07 23:55:22 -06:00
prminst44xx.h
scrm44xx.h
sdram-hynix-h8mbx00u0mer-0em.h
sdram-micron-mt46h32m32lf-6.h
sdram-nokia.c ARM: OMAP2+: Move most of plat/io.h into local iomap.h 2012-02-24 10:34:35 -08:00
sdram-nokia.h
sdram-numonyx-m65kxxxxam.h
sdram-qimonda-hyb18m512160af-6.h
sdrc2xxx.c ARM: OMAP2+: Fix build error after merge 2012-03-07 09:03:03 -08:00
sdrc.c
sdrc.h
serial.c OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup 2012-06-05 04:04:11 -07:00
sleep24xx.S ARM: OMAP2+: Move most of plat/io.h into local iomap.h 2012-02-24 10:34:35 -08:00
sleep34xx.S ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h 2012-02-24 10:34:35 -08:00
sleep44xx.S Disintegrate asm/system.h for ARM 2012-03-28 18:30:01 +01:00
smartreflex-class3.c ARM: OMAP2+: smartreflex: Use the names from hwmod data instead of voltage domains. 2012-05-31 16:03:44 -07:00
sr_device.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2012-07-24 13:34:56 -07:00
sram34xx.S ARM: OMAP2+: Move most of plat/io.h into local iomap.h 2012-02-24 10:34:35 -08:00
sram242x.S ARM: OMAP2+: Move most of plat/io.h into local iomap.h 2012-02-24 10:34:35 -08:00
sram243x.S ARM: OMAP2+: Move most of plat/io.h into local iomap.h 2012-02-24 10:34:35 -08:00
timer.c ARM: arm-soc: cpuidle enablement for OMAP 2012-08-02 11:48:54 -07:00
twl-common.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2012-07-24 13:34:56 -07:00
twl-common.h OMAP4: twl-common: Add twl6030 V1V8, V2V1 SMPS common configuration 2012-05-09 14:19:16 -07:00
usb-host.c ARM: OMAP: fix section mismatches in usb-host.c 2012-04-03 11:08:37 -07:00
usb-musb.c ARM: OMAP2+: Fix MUSB ifdefs for platform init code 2012-06-20 07:18:15 -07:00
usb-tusb6010.c ARM: OMAP2: Fix tusb6010 GPIO interrupt for n8x0 2012-06-20 07:18:15 -07:00
vc3xxx_data.c arm: omap3: voltage: fix channel configuration 2012-03-06 17:35:24 -08:00
vc44xx_data.c
vc.c ARM: OMAP2+: Fix build for omap4 only builds with missing include of linux/bug.h 2012-03-08 10:48:12 -08:00
vc.h
voltage.c ARM: OMAP2+: voltage: ensure voltage used is exact voltage from OPP table 2012-03-06 17:37:14 -08:00
voltage.h arm-soc: power management changes 2012-07-23 17:43:53 -07:00
voltagedomains2xxx_data.c
voltagedomains3xxx_data.c ARM: OMAP: AM35xx: convert 3517 detection/flags to AM35xx 2012-05-10 09:39:42 -07:00
voltagedomains33xx_data.c ARM: OMAP AM33xx: voltagedomain: Add voltage domain data 2012-06-18 00:47:26 -06:00
voltagedomains44xx_data.c ARM: OMAP: fix voltage domain build errors with PM_OPP disabled 2012-02-21 09:36:34 +00:00
vp3xxx_data.c
vp44xx_data.c
vp.c ARM: OMAP3+: PM: VP: fix integer truncation error 2012-03-06 16:13:50 -08:00
vp.h
wd_timer.c ARM: OMAP2+: WDTIMER integration: fix !PM boot crash, disarm timer after hwmod reset 2012-05-08 17:25:37 -06:00
wd_timer.h ARM: OMAP2+: WDTIMER integration: fix !PM boot crash, disarm timer after hwmod reset 2012-05-08 17:25:37 -06:00