linux/arch/arm/mach-omap2
Linus Torvalds be2874cb4e These are the bug fixes that have accumulated since 3.3-rc3 in arm-soc.
The majority of them are regression fixes for stuff that broke during
 the merge 3.3 window.
 
 The notable ones are:
 
 * The at91 ata drivers both broke because of an earlier cleanup patch that
   some other patches were based on. Jean-Christophe decided to remove
   the legacy at91_ide driver and fix the new-style at91-pata driver while
   keeping the cleanup patch. I almost rejected the patches for being too
   late and too big but in the end decided to accept them because they
   fix a regression.
 
 * A patch fixing build breakage from the sysdev-to-device conversion
   colliding with other changes touches a number of mach-s3c files.
 
 * b0654037 "ARM: orion: Fix Orion5x GPIO regression from MPP cleanup"
   is a mechanical change that unfortunately touches a lot of lines
   that should up in the diffstat.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (GNU/Linux)
 
 iQIVAwUATztTM2CrR//JCVInAQJu3Q/+KN4npDjjJbRm1FR4J+z7dEy3631gt7Ku
 M64JuC2259da0AtXlHXoc8XB7ZrBkMR2k1n+Q42FqUFVILOXcrHSTId6osPQ8WYE
 TGWR0E2APP6/w4YH3dz0aTUauX0HhnWNP4ShWalWxw2Zsc1nhPNcMO3k57E/PNnp
 nUHb2ZR+Huqk9Eje6/Vkr7OQq7dhl0KJvITJKCT1H93vVYZc5l2O5ZytcOC3dsFg
 yMP/btmu9JlCenOwoKcQFv6ug0tWAYiY4ALqQujLN0kcf7rmjLLOG2HQrnycmeh3
 gv9jwK04gYxHkhPbCLCgO/bg906LVcYIl9/TY7jXK8oE4kR0vVxdQOWEzKIX5+KO
 dyAuwy3uGi4szG8f1DKnz1h7vR1MEyBVgQ+yRqnfhLh7mFmuZcOlGTzziD3csDXG
 qd5B2xf9WvLupfpbvgnHUUKEIJVfWPDoJeN3jGCOjd4+j8OzPR6yeAtU85TDQzIx
 IKs2x+0zrYMBre3R+m5vb9v3IhPb1wZU29eXXRzDmLuHJDM00Qc8LmpiWUoeu3cX
 DwuLstYLm8EhWN+LnjAABd3mKeR5tyBojK3EsDFRxIfz3mKHVNEAPE6Iky60Lfwr
 Pq+LgBBftFfcct70UyXWSK7UI92suavDgCHVejIxpbvIWF1UVY7S1mgmflZ1WZAL
 R5tdx6oe5Y4=
 =QYVn
 -----END PGP SIGNATURE-----

Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc

These are the bug fixes that have accumulated since 3.3-rc3 in arm-soc.
The majority of them are regression fixes for stuff that broke during
the merge 3.3 window.

The notable ones are:

* The at91 ata drivers both broke because of an earlier cleanup patch that
  some other patches were based on. Jean-Christophe decided to remove
  the legacy at91_ide driver and fix the new-style at91-pata driver while
  keeping the cleanup patch. I almost rejected the patches for being too
  late and too big but in the end decided to accept them because they
  fix a regression.

* A patch fixing build breakage from the sysdev-to-device conversion
  colliding with other changes touches a number of mach-s3c files.

* b0654037 "ARM: orion: Fix Orion5x GPIO regression from MPP cleanup"
  is a mechanical change that unfortunately touches a lot of lines
  that should up in the diffstat.

* tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (28 commits)
  ARM: at91: drop ide driver in favor of the pata one
  pata/at91: use newly introduced SMC accessors
  ARM: at91: add accessor to manage SMC
  ARM: at91:rtc/rtc-at91sam9: ioremap register bank
  ARM: at91: USB AT91 gadget registration for module
  ep93xx: fix build of vision_ep93xx.c
  ARM: OMAP2xxx: PM: fix OMAP2xxx-specific UART idle bug in v3.3
  ARM: orion: Fix USB phy for orion5x.
  ARM: orion: Fix Orion5x GPIO regression from MPP cleanup
  ARM: EXYNOS: Add cpu-offset property in gic device tree node
  ARM: EXYNOS: Bring exynos4-dt up to date
  ARM: OMAP3: cm-t35: fix section mismatch warning
  ARM: OMAP2: Fix the OMAP2 only build break seen with 2011+ ARM tool-chains
  ARM: tegra: paz00: fix wrong UART port on mini-pcie plug
  ARM: tegra: paz00: fix wrong SD1 power gpio
  i2c: tegra: Add devexit_p() for remove
  ARM: EXYNOS: Correct M-5MOLS sensor clock frequency on Universal C210 board
  ARM: EXYNOS: Correct framebuffer window size on Nuri board
  ARM: SAMSUNG: Fix missing api-change from subsys_interface change
  ARM: EXYNOS: Fix "warning: initialization from incompatible pointer type"
  ...
2012-02-18 15:40:00 -08:00
..
include/mach Merge branch 'for_3.3/uart/runtime-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into uart 2011-12-16 14:01:03 -08:00
Kconfig Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes 2012-01-29 14:40:19 -08:00
Makefile ARM: OMAP2: Fix the OMAP2 only build break seen with 2011+ ARM tool-chains 2012-02-07 21:33:16 -08:00
Makefile.boot ARM: 7022/1: allow to detect conflicting zreladdrs 2011-10-17 09:12:40 +01:00
board-2430sdp.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-3430sdp.c power management changes for omap and imx 2012-01-09 14:39:59 -08:00
board-3630sdp.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-4430sdp.c ARM: omap: resolve nebulous 'Error setting wl12xx data' 2012-02-13 10:00:39 +00:00
board-am3517crane.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-am3517evm.c Merge branch 'samsung/driver' into next/drivers 2012-01-09 16:16:29 +00:00
board-apollon.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-cm-t35.c ARM: OMAP3: cm-t35: fix section mismatch warning 2012-02-07 21:36:32 -08:00
board-cm-t3517.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-devkit8000.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-flash.c ARM: OMAP2+: Fix missing inline functions for Makefile cleanup 2011-09-20 15:57:39 -07:00
board-flash.h ARM: OMAP2+: Fix missing inline functions for Makefile cleanup 2011-09-20 15:57:39 -07:00
board-generic.c Merge branch 'fixes-dt' into fixes 2012-02-07 20:57:41 -08:00
board-h4.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-igep0020.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-ldp.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-n8x0.c power management changes for omap and imx 2012-01-09 14:39:59 -08:00
board-omap3beagle.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-omap3evm.c ARM: omap: resolve nebulous 'Error setting wl12xx data' 2012-02-13 10:00:39 +00:00
board-omap3logic.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-omap3pandora.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-omap3stalker.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-omap3touchbook.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-omap4panda.c ARM: omap: resolve nebulous 'Error setting wl12xx data' 2012-02-13 10:00:39 +00:00
board-overo.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-rm680.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-rx51-peripherals.c Merge git://git.infradead.org/battery-2.6 2012-01-11 18:53:05 -08:00
board-rx51-video.c Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 2011-05-26 12:11:54 -07:00
board-rx51.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-ti8168evm.c Merge branch 'samsung/cleanup' into next/boards 2012-01-09 17:06:36 +00:00
board-zoom-debugboard.c omap: ZOOM: QUART: Request reset GPIO 2011-07-04 04:11:08 -07:00
board-zoom-display.c OMAP2+: Fix 9 section mismatch(es) warnings from mach-omap2/built-in.o 2011-05-31 06:17:02 -07:00
board-zoom-peripherals.c ARM: omap: resolve nebulous 'Error setting wl12xx data' 2012-02-13 10:00:39 +00:00
board-zoom.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
clkt2xxx_apll.c OMAP2xxx: clock: add clockfw autoidle support for APLLs 2011-03-07 20:02:13 -07:00
clkt2xxx_dpll.c OMAP2: clock: add DPLL autoidle support 2011-03-07 20:02:05 -07:00
clkt2xxx_dpllcore.c
clkt2xxx_osc.c OMAP2+: clock: comment that osc_ck/osc_sys_ck should use clockfw autoidle control 2011-03-07 20:02:21 -07:00
clkt2xxx_sys.c
clkt2xxx_virt_prcm_set.c
clkt34xx_dpll3m2.c OMAP3: set the core dpll clk rate in its set_rate function 2011-05-13 07:08:18 -07:00
clkt_clksel.c
clkt_dpll.c ARM: OMAP3+: Update DPLL Fint range for OMAP36xx and OMAP4xxx devices 2011-10-07 01:44:20 -06:00
clkt_iclk.c OMAP2430/3xxx: clock: add modem clock autoidle support 2011-03-07 20:03:12 -07:00
clock.c ARM: OMAP: am33xx: Update common omap platform files 2011-12-13 10:46:43 -08:00
clock.h ARM: OMAP: am33xx: Update common omap platform files 2011-12-13 10:46:43 -08:00
clock2xxx.c
clock2xxx.h OMAP: clock: fix compile warning 2011-03-09 18:44:28 -07:00
clock3xxx.c
clock3xxx.h
clock3xxx_data.c Driver specific changes 2012-01-09 14:39:22 -08:00
clock34xx.c OMAP3: clock: use autoidle clkops for all autoidle-controllable interface clocks 2011-03-07 20:04:03 -07:00
clock34xx.h OMAP3: clock: use autoidle clkops for all autoidle-controllable interface clocks 2011-03-07 20:04:03 -07:00
clock36xx.c
clock36xx.h
clock44xx.h ARM: OMAP4: clock: round_rate and recalc functions for DPLL_ABE 2011-10-07 00:52:58 -06:00
clock44xx_data.c Driver specific changes 2012-01-09 14:39:22 -08:00
clock2420_data.c ARM: OMAP2+: clock data: Remove redundant timer clkdev 2011-11-04 18:07:11 -07:00
clock2430.c
clock2430_data.c ARM: OMAP2+: clock data: Remove redundant timer clkdev 2011-11-04 18:07:11 -07:00
clock3517.c OMAP3: clock: use autoidle clkops for all autoidle-controllable interface clocks 2011-03-07 20:04:03 -07:00
clock3517.h
clock_common_data.c OMAP2xxx: clock: remove dsp_irate_ick 2011-03-07 20:21:17 -07:00
clockdomain.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
clockdomain.h OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomain 2011-09-14 16:01:21 -06:00
clockdomain2xxx_3xxx.c OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomain 2011-09-14 16:01:21 -06:00
clockdomain44xx.c OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomain 2011-09-14 16:01:21 -06:00
clockdomains2xxx_3xxx_data.c OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomain 2011-09-14 16:01:21 -06:00
clockdomains3xxx_data.c OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomain 2011-09-14 16:01:21 -06:00
clockdomains44xx_data.c OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomain 2011-09-14 16:01:21 -06:00
clockdomains2420_data.c OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomain 2011-09-14 16:01:21 -06:00
clockdomains2430_data.c OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomain 2011-09-14 16:01:21 -06:00
cm-regbits-24xx.h OMAP2420: clock: use autoidle clkops for all autoidle-controllable interface clocks 2011-03-07 20:02:57 -07:00
cm-regbits-34xx.h
cm-regbits-44xx.h Merge branch 'next/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc 2011-07-26 17:09:31 -07:00
cm.h
cm1_44xx.h OMAP4: cm: Remove RESTORE macros to avoid access from SW 2011-07-09 19:15:05 -06:00
cm2_44xx.h OMAP4: cm: Remove RESTORE macros to avoid access from SW 2011-07-09 19:15:05 -06:00
cm2xxx_3xxx.c ARM: 7159/1: OMAP: Introduce local common.h files 2011-11-17 17:09:30 +00:00
cm2xxx_3xxx.h OMAP2xxx: clock: add clockfw autoidle support for APLLs 2011-03-07 20:02:13 -07:00
cm44xx.c ARM: 7159/1: OMAP: Introduce local common.h files 2011-11-17 17:09:30 +00:00
cm44xx.h OMAP4: hwmod: Replace CLKCTRL absolute address with offset macros 2011-07-10 05:56:30 -06:00
cminst44xx.c ARM: 7159/1: OMAP: Introduce local common.h files 2011-11-17 17:09:30 +00:00
cminst44xx.h OMAP: hwmod: fix build break on non-OMAP4 multi-OMAP2 builds 2011-08-10 02:20:43 -07:00
common-board-devices.c OMAP: New twl-common for common TWL configuration 2011-07-04 18:43:27 +03:00
common-board-devices.h OMAP: New twl-common for common TWL configuration 2011-07-04 18:43:27 +03:00
common.c ARM: OMAP: TI81XX: Prepare for addition of TI814X support 2011-12-13 10:46:44 -08:00
common.h power management changes for omap and imx 2012-01-09 14:39:59 -08:00
control.c ARM: 7159/1: OMAP: Introduce local common.h files 2011-11-17 17:09:30 +00:00
control.h ARM: OMAP: TI81XX: Prepare for addition of TI814X support 2011-12-13 10:46:44 -08:00
cpuidle34xx.c Merge branch 'for_3.3/uart/runtime-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into uart 2011-12-16 14:01:03 -08:00
cpuidle44xx.c ARM: OMAP4: cpuidle: Switch to gptimer from twd in deeper C-states. 2011-12-08 11:29:02 -08:00
devices.c ARM: OMAP2+: arch/arm/mach-omap2/devices.c: introduce missing kfree 2012-01-26 16:38:47 -08:00
devices.h [media] omap3: Add function to register omap3isp platform device structure 2011-03-22 04:53:42 -03:00
display.c fbdev fixes for 3.3 2012-02-07 15:54:02 -08:00
display.h ARM: OMAP2PLUS: DSS: Ensure DSS works correctly if display is enabled in bootloader 2011-11-08 03:16:46 -07:00
dma.c ARM: OMAP2+: devices: Remove all omap_device_pm_latency structures 2011-10-04 09:52:23 -07:00
dpll3xxx.c ARM: OMAP3+: dpll: use DPLLs recalc function instead of omap2_get_dpll_rate 2011-10-07 01:01:22 -06:00
dpll44xx.c ARM: OMAP4: clock: round_rate and recalc functions for DPLL_ABE 2011-10-07 00:52:58 -06:00
dsp.c ARM: OMAP: Fix export.h or module.h includes 2011-11-07 12:27:10 -08:00
emu.c
gpio.c ARM: OMAP2+: devices: Remove all omap_device_pm_latency structures 2011-10-04 09:52:23 -07:00
gpmc-nand.c omap: cleanup NAND platform data 2011-06-29 01:11:37 -07:00
gpmc-onenand.c arm: fix implicit memset/string.h usage in various arch/arm files 2011-10-31 19:30:45 -04:00
gpmc-smc91x.c arm: omap2plus: GPIO cleanup 2011-05-12 02:52:06 -07:00
gpmc-smsc911x.c arm: omap2plus: GPIO cleanup 2011-05-12 02:52:06 -07:00
gpmc.c ARM: OMAP2+: GPMC: fix device size setup 2012-01-26 15:30:30 -08:00
hsmmc.c ARM: omap: fix section mismatch warning for sdp3430_twl_gpio_setup() 2012-02-13 10:00:38 +00:00
hsmmc.h ARM: OMAP: hsmmc: add pm_caps field 2011-12-08 16:26:20 -08:00
hwspinlock.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock 2011-11-03 08:05:35 -07:00
i2c.c ARM: 7159/1: OMAP: Introduce local common.h files 2011-11-17 17:09:30 +00:00
id.c ARM: OMAP: TI814X: Add cpu type macros and detection support 2011-12-13 10:46:45 -08:00
io.c ARM: OMAP2+: io: fix compilation breakage on 2420-only configs 2012-01-25 13:01:49 -07:00
iommu2.c omap: iommu: omapify 'struct iommu' and exposed API 2011-08-26 11:46:01 +02:00
irq.c ARM: OMAP: TI81XX: Prepare for addition of TI814X support 2011-12-13 10:46:44 -08:00
mailbox.c ARM: OMAP: Fix export.h or module.h includes 2011-11-07 12:27:10 -08:00
mcbsp.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound 2012-01-12 08:00:30 -08:00
mux.c ARM: omap: fix section mismatch warnings in mux.c caused by hsmmc.c 2012-02-13 10:00:38 +00:00
mux.h ARM: omap4: Pass core and wakeup mux tables to omap4_mux_init 2011-06-01 02:25:04 -07:00
mux34xx.c
mux34xx.h
mux44xx.c ARM: omap4: Pass core and wakeup mux tables to omap4_mux_init 2011-06-01 02:25:04 -07:00
mux44xx.h
mux2420.c
mux2420.h
mux2430.c
mux2430.h Fix common misspellings 2011-03-31 11:26:23 -03:00
omap-headsmp.S ARM: omap: fix section mismatch warning for omap_secondary_startup() 2012-02-13 10:00:37 +00:00
omap-hotplug.c ARM: OMAP4: PM: Program CPU1 to hit OFF when off-lined 2011-12-08 11:29:00 -08:00
omap-iommu.c ARM: OMAP: Fix export.h or module.h includes 2011-11-07 12:27:10 -08:00
omap-mpuss-lowpower.c ARM: OMAP4: PM: Add power domain statistics support 2011-12-08 11:29:01 -08:00
omap-secure.c ARM: Add arm_memblock_steal() to allocate memory away from the kernel 2012-01-13 15:02:35 +00:00
omap-smc.S ARM: OMAP: Add Secure HAL and monitor mode API infrastructure. 2011-12-08 11:29:00 -08:00
omap-smp.c ARM: OMAP4: PM: CPU1 wakeup workaround from Low power modes 2011-12-08 11:29:00 -08:00
omap-wakeupgen.c ARM: OMAP4: PM: Add WakeupGen and secure GIC low power support 2011-12-08 11:29:01 -08:00
omap4-common.c ARM: Add arm_memblock_steal() to allocate memory away from the kernel 2012-01-13 15:02:35 +00:00
omap4-sar-layout.h ARM: OMAP4: PM: Add L2X0 cache lowpower support 2011-12-08 11:29:01 -08:00
omap_hwmod.c ARM: omap: fix wrapped error messages in omap_hwmod.c 2012-02-13 10:00:39 +00:00
omap_hwmod_2xxx_3xxx_interconnect_data.c omap_hwmod: share identical omap_hwmod_addr_space arrays 2011-07-09 19:14:06 -06:00
omap_hwmod_2xxx_3xxx_ipblock_data.c ARM: OMAP2+: hwmod data: split omap2/3 dispc hwmod class 2012-01-25 12:57:33 -07:00
omap_hwmod_2xxx_interconnect_data.c omap_hwmod: share identical omap_hwmod_addr_space arrays 2011-07-09 19:14:06 -06:00
omap_hwmod_2xxx_ipblock_data.c ARM: OMAP2+: hwmod data: split omap2/3 dispc hwmod class 2012-01-25 12:57:33 -07:00
omap_hwmod_3xxx_data.c ARM: OMAP3: hwmod data: register dss hwmods after dss_core 2012-01-25 14:09:13 -07:00
omap_hwmod_44xx_data.c ARM: OMAP4: hwmod data: Add names for DMIC memory address space 2012-01-25 12:59:51 -07:00
omap_hwmod_2420_data.c ARM: OMAP2PLUS: DSS: Ensure DSS works correctly if display is enabled in bootloader 2011-11-08 03:16:46 -07:00
omap_hwmod_2430_data.c ARM: OMAP2PLUS: DSS: Ensure DSS works correctly if display is enabled in bootloader 2011-11-08 03:16:46 -07:00
omap_hwmod_common_data.c ARM: OMAP2PLUS: DSS: Ensure DSS works correctly if display is enabled in bootloader 2011-11-08 03:16:46 -07:00
omap_hwmod_common_data.h ARM: OMAP2PLUS: DSS: Ensure DSS works correctly if display is enabled in bootloader 2011-11-08 03:16:46 -07:00
omap_l3_noc.c ARM: OMAP2+: Fix Compilation error when omap_l3_noc built as module 2011-11-23 14:45:37 -08:00
omap_l3_noc.h OMAP: Print Initiator name for l3 custom error. 2011-09-24 13:28:57 +05:30
omap_l3_smx.c OMAP: Fix indentation issues in l3 error handler. 2011-09-24 13:28:57 +05:30
omap_l3_smx.h OMAP: Fix sparse warnings in l3 error handler. 2011-09-24 13:28:57 +05:30
omap_opp_data.h OMAP2+: voltage: reorganize, split code from data 2011-03-10 22:17:45 -07:00
omap_phy_internal.c ARM: OMAP: musb: Add ti81xx phy power function 2011-12-13 10:50:58 -08:00
omap_twl.c OMAP4: PM: TWL6030: add cmd register 2011-09-15 12:09:37 -07:00
opp.c OMAP: omap_device: decouple platform_device from omap_device 2011-09-15 16:35:47 -07:00
opp2xxx.h ARM: OMAP: am33xx: Update common omap platform files 2011-12-13 10:46:43 -08:00
opp3xxx_data.c Merge branch 'for_2.6.39/pm-integration' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-linus 2011-03-11 09:39:58 -08:00
opp4xxx_data.c Merge branch 'for_2.6.39/pm-integration' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-linus 2011-03-11 09:39:58 -08:00
opp2420_data.c
opp2430_data.c
pm-debug.c Merge branch 'for_3.1/pm-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into devel-cleanup 2011-06-29 04:45:16 -07:00
pm.c Merge branch 'for-russell' of git://hansjkoch.de/git/linux-tcc into HEAD 2012-01-05 12:55:03 +00:00
pm.h ARM: OMAP4: PM: Add CPUidle support 2011-12-08 11:29:01 -08:00
pm24xx.c ARM: OMAP2xxx: PM: fix OMAP2xxx-specific UART idle bug in v3.3 2012-02-09 17:46:15 -08:00
pm34xx.c Merge branch 'for_3.3/uart/runtime-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into uart 2011-12-16 14:01:03 -08:00
pm44xx.c ARM: OMAP4: PM: Add CPUidle support 2011-12-08 11:29:01 -08:00
powerdomain-common.c OMAP: powerdomain: remove omap_chip bitmasks 2011-09-14 17:20:44 -06:00
powerdomain.c ARM: OMAP: change get_context_loss_count ret value to int 2011-11-04 17:41:07 -07:00
powerdomain.h ARM: OMAP: change get_context_loss_count ret value to int 2011-11-04 17:41:07 -07:00
powerdomain2xxx_3xxx.c OMAP2: add voltage domains and connect to powerdomains 2011-09-15 11:39:10 -07:00
powerdomain44xx.c
powerdomains2xxx_3xxx_data.c OMAP3: powerdomain data: add voltage domains 2011-09-15 11:39:10 -07:00
powerdomains2xxx_3xxx_data.h
powerdomains2xxx_data.c OMAP2: add voltage domains and connect to powerdomains 2011-09-15 11:39:10 -07:00
powerdomains3xxx_data.c OMAP3: powerdomain data: add voltage domains 2011-09-15 11:39:10 -07:00
powerdomains44xx_data.c OMAP4: powerdomain data: add voltage domains 2011-09-15 11:39:10 -07:00
prcm-common.h power management changes for omap and imx 2012-01-09 14:39:59 -08:00
prcm.c ARM: restart: omap: use new restart hook 2012-01-05 12:57:16 +00:00
prcm44xx.h
prcm_mpu44xx.c ARM: 7159/1: OMAP: Introduce local common.h files 2011-11-17 17:09:30 +00:00
prcm_mpu44xx.h OMAP4: prcm_mpu: Fix indent in few macros 2011-07-09 19:15:06 -06:00
prm-regbits-24xx.h
prm-regbits-34xx.h
prm-regbits-44xx.h OMAP4: PRCM: OMAP4460 specific PRM and CM register bitshifts 2011-07-08 02:18:24 -07:00
prm.h
prm2xxx_3xxx.c ARM: OMAP2/3: PRM: fix missing plat/irqs.h build breakage 2012-01-25 13:01:56 -07:00
prm2xxx_3xxx.h ARM: OMAP: PRCM: add suspend prepare / finish support 2011-12-16 14:36:58 -07:00
prm44xx.c ARM: omap: fix prm44xx.c OMAP44XX_IRQ_PRCM build error 2012-02-13 10:00:34 +00:00
prm44xx.h ARM: OMAP: PRCM: add suspend prepare / finish support 2011-12-16 14:36:58 -07:00
prm_common.c ARM: OMAP: PRCM: add suspend prepare / finish support 2011-12-16 14:36:58 -07:00
prminst44xx.c ARM: 7159/1: OMAP: Introduce local common.h files 2011-11-17 17:09:30 +00:00
prminst44xx.h OMAP4: prm: Replace warm reset API with the offset based version 2011-07-10 05:56:31 -06:00
scrm44xx.h
sdram-hynix-h8mbx00u0mer-0em.h
sdram-micron-mt46h32m32lf-6.h
sdram-nokia.c ARM: OMAP3: sdram-nokia: add 200 MHz memory timings info 2011-12-13 10:48:54 -08:00
sdram-nokia.h
sdram-numonyx-m65kxxxxam.h
sdram-qimonda-hyb18m512160af-6.h
sdrc.c ARM: 7159/1: OMAP: Introduce local common.h files 2011-11-17 17:09:30 +00:00
sdrc.h
sdrc2xxx.c ARM: 7159/1: OMAP: Introduce local common.h files 2011-11-17 17:09:30 +00:00
serial.c tty: serial: OMAP: block idle while the UART is transferring data in PIO mode 2012-02-09 10:48:34 -08:00
sleep24xx.S
sleep34xx.S ARM: pm: omap3: move saving of the auxiliary control registers to C 2011-06-30 08:47:35 +01:00
sleep44xx.S ARM: OMAP4: Fix errata i688 with MPU interconnect barriers. 2011-12-08 11:29:01 -08:00
smartreflex-class3.c OMAP3+: voltage: rename omap_voltage_get_nom_volt -> voltdm_get_voltage 2011-09-15 12:09:21 -07:00
smartreflex.c ARM: OMAP2+: arch/arm/mach-omap2/smartreflex.c: add missing iounmap 2012-01-26 16:38:47 -08:00
smartreflex.h OMAP: voltage: move plat/voltage.h to mach-omap2/voltage.h 2011-03-07 20:05:08 -07:00
sr_device.c Merge branch 'next/pm' of git://git.linaro.org/people/arnd/arm-soc 2011-11-01 20:22:01 -07:00
sram34xx.S Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 2011-03-17 19:28:15 -07:00
sram242x.S
sram243x.S
timer-mpu.c
timer.c ARM: OMAP2+: timer: Fix crash due to wrong arg to __omap_dm_timer_read_counter 2012-01-26 15:27:32 -08:00
twl-common.c ARM: OMAP: PM: only register TWL with voltage layer when device is present 2011-11-23 14:43:01 -08:00
twl-common.h ARM: OMAP: PM: only register TWL with voltage layer when device is present 2011-11-23 14:43:01 -08:00
usb-fs.c
usb-host.c ARM: OMAP: USB: register hwmods of usbhs 2011-12-16 04:26:29 -07:00
usb-musb.c ARM: OMAP: musb: Adding support for ti81xx 2011-12-13 10:50:58 -08:00
usb-tusb6010.c arm: Add export.h to ARM specific files as required. 2011-10-31 19:30:50 -04:00
vc.c ARM: omap: fix uninformative vc/i2c configuration error message 2012-02-13 10:00:35 +00:00
vc.h OMAP2+: VC: more registers are per-channel starting with OMAP5 2011-09-15 12:09:22 -07:00
vc3xxx_data.c ARM: 7159/1: OMAP: Introduce local common.h files 2011-11-17 17:09:30 +00:00
vc44xx_data.c ARM: 7159/1: OMAP: Introduce local common.h files 2011-11-17 17:09:30 +00:00
voltage.c ARM: 7159/1: OMAP: Introduce local common.h files 2011-11-17 17:09:30 +00:00
voltage.h ARM: OMAP: voltage: voltage layer present, even when CONFIG_PM=n 2011-09-21 09:36:21 -07:00
voltagedomains2xxx_data.c OMAP2: add voltage domains and connect to powerdomains 2011-09-15 11:39:10 -07:00
voltagedomains3xxx_data.c Non-critical bug fixes 2012-01-09 14:20:39 -08:00
voltagedomains44xx_data.c ARM: 7159/1: OMAP: Introduce local common.h files 2011-11-17 17:09:30 +00:00
vp.c ARM: omap: fix oops in arch/arm/mach-omap2/vp.c when pmic is not found 2012-02-09 17:56:53 +00:00
vp.h OMAP3+: VP: remove unused omap_vp_get_curr_volt() 2011-09-15 12:09:08 -07:00
vp3xxx_data.c ARM: 7159/1: OMAP: Introduce local common.h files 2011-11-17 17:09:30 +00:00
vp44xx_data.c ARM: 7159/1: OMAP: Introduce local common.h files 2011-11-17 17:09:30 +00:00
wd_timer.c
wd_timer.h