linux/arch/arm/mach-omap2
Linus Torvalds 0195c00244 Disintegrate and delete asm/system.h
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.12 (GNU/Linux)
 
 iQIVAwUAT3NKzROxKuMESys7AQKElw/+JyDxJSlj+g+nymkx8IVVuU8CsEwNLgRk
 8KEnRfLhGtkXFLSJYWO6jzGo16F8Uqli1PdMFte/wagSv0285/HZaKlkkBVHdJ/m
 u40oSjgT013bBh6MQ0Oaf8pFezFUiQB5zPOA9QGaLVGDLXCmgqUgd7exaD5wRIwB
 ZmyItjZeAVnDfk1R+ZiNYytHAi8A5wSB+eFDCIQYgyulA1Igd1UnRtx+dRKbvc/m
 rWQ6KWbZHIdvP1ksd8wHHkrlUD2pEeJ8glJLsZUhMm/5oMf/8RmOCvmo8rvE/qwl
 eDQ1h4cGYlfjobxXZMHqAN9m7Jg2bI946HZjdb7/7oCeO6VW3FwPZ/Ic75p+wp45
 HXJTItufERYk6QxShiOKvA+QexnYwY0IT5oRP4DrhdVB/X9cl2MoaZHC+RbYLQy+
 /5VNZKi38iK4F9AbFamS7kd0i5QszA/ZzEzKZ6VMuOp3W/fagpn4ZJT1LIA3m4A9
 Q0cj24mqeyCfjysu0TMbPtaN+Yjeu1o1OFRvM8XffbZsp5bNzuTDEvviJ2NXw4vK
 4qUHulhYSEWcu9YgAZXvEWDEM78FXCkg2v/CrZXH5tyc95kUkMPcgG+QZBB5wElR
 FaOKpiC/BuNIGEf02IZQ4nfDxE90QwnDeoYeV+FvNj9UEOopJ5z5bMPoTHxm4cCD
 NypQthI85pc=
 =G9mT
 -----END PGP SIGNATURE-----

Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system

Pull "Disintegrate and delete asm/system.h" from David Howells:
 "Here are a bunch of patches to disintegrate asm/system.h into a set of
  separate bits to relieve the problem of circular inclusion
  dependencies.

  I've built all the working defconfigs from all the arches that I can
  and made sure that they don't break.

  The reason for these patches is that I recently encountered a circular
  dependency problem that came about when I produced some patches to
  optimise get_order() by rewriting it to use ilog2().

  This uses bitops - and on the SH arch asm/bitops.h drags in
  asm-generic/get_order.h by a circuituous route involving asm/system.h.

  The main difficulty seems to be asm/system.h.  It holds a number of
  low level bits with no/few dependencies that are commonly used (eg.
  memory barriers) and a number of bits with more dependencies that
  aren't used in many places (eg.  switch_to()).

  These patches break asm/system.h up into the following core pieces:

    (1) asm/barrier.h

        Move memory barriers here.  This already done for MIPS and Alpha.

    (2) asm/switch_to.h

        Move switch_to() and related stuff here.

    (3) asm/exec.h

        Move arch_align_stack() here.  Other process execution related bits
        could perhaps go here from asm/processor.h.

    (4) asm/cmpxchg.h

        Move xchg() and cmpxchg() here as they're full word atomic ops and
        frequently used by atomic_xchg() and atomic_cmpxchg().

    (5) asm/bug.h

        Move die() and related bits.

    (6) asm/auxvec.h

        Move AT_VECTOR_SIZE_ARCH here.

  Other arch headers are created as needed on a per-arch basis."

Fixed up some conflicts from other header file cleanups and moving code
around that has happened in the meantime, so David's testing is somewhat
weakened by that.  We'll find out anything that got broken and fix it..

* tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system: (38 commits)
  Delete all instances of asm/system.h
  Remove all #inclusions of asm/system.h
  Add #includes needed to permit the removal of asm/system.h
  Move all declarations of free_initmem() to linux/mm.h
  Disintegrate asm/system.h for OpenRISC
  Split arch_align_stack() out from asm-generic/system.h
  Split the switch_to() wrapper out of asm-generic/system.h
  Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.h
  Create asm-generic/barrier.h
  Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h
  Disintegrate asm/system.h for Xtensa
  Disintegrate asm/system.h for Unicore32 [based on ver #3, changed by gxt]
  Disintegrate asm/system.h for Tile
  Disintegrate asm/system.h for Sparc
  Disintegrate asm/system.h for SH
  Disintegrate asm/system.h for Score
  Disintegrate asm/system.h for S390
  Disintegrate asm/system.h for PowerPC
  Disintegrate asm/system.h for PA-RISC
  Disintegrate asm/system.h for MN10300
  ...
2012-03-28 15:58:21 -07:00
..
include/mach Merge branch 'iomap' into cleanup 2012-02-28 14:27:01 -08:00
am35xx-emac.c ARM: OMAP: move generic EMAC init to separate file 2012-03-05 11:08:36 -08: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: OMAP2+: Split omap2_hsmmc_init() to properly support I2C GPIO pins 2012-02-20 10:00:39 -08:00
board-3430sdp.c ARM: OMAP2+: Split omap2_hsmmc_init() to properly support I2C GPIO pins 2012-02-20 10:00:39 -08:00
board-3630sdp.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-4430sdp.c MFD changes for 3.4 2012-03-28 13:56:35 -07:00
board-am3517crane.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-am3517evm.c ARM: board specific updates 2012-03-27 16:27:28 -07:00
board-apollon.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-cm-t35.c Merge remote-tracking branch 'omap/hsmmc' into for_3.4/cleanup/pm-base 2012-03-05 15:37:04 -08:00
board-cm-t3517.c ARM: OMAP3: cm-t3517: add EMAC support 2012-03-05 11:08:36 -08:00
board-devkit8000.c ARM: OMAP2+: Split omap2_hsmmc_init() to properly support I2C GPIO pins 2012-02-20 10:00:39 -08:00
board-flash.c ARM: OMAP2+: Mark omap_hsmmc_init and omap_mux related functions as __init 2012-02-24 13:04:10 -08:00
board-flash.h ARM: OMAP2+: Fix missing inline functions for Makefile cleanup 2011-09-20 15:57:39 -07:00
board-generic.c Generialize powerpc's irq_host as irq_domain 2012-03-21 10:27:19 -07:00
board-h4.c Merge branch 'restart' into for-linus 2012-01-05 13:25:27 +00:00
board-igep0020.c ARM: OMAP2+: Split omap2_hsmmc_init() to properly support I2C GPIO pins 2012-02-20 10:00:39 -08:00
board-ldp.c Merge branch 'fixes-non-critical-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/fixes-non-critical 2012-03-07 15:02:47 -08:00
board-n8x0.c ARM: global cleanups 2012-03-27 16:03:32 -07:00
board-omap3beagle.c ARM: OMAP2+: Mark omap_hsmmc_init and omap_mux related functions as __init 2012-02-24 13:04:10 -08:00
board-omap3evm.c Merge tag 'imx25-iomux-ds' of git://git.pengutronix.de/git/imx/linux-2.6 into next/fixes-non-critical 2012-03-15 13:49:42 +00:00
board-omap3logic.c ARM: board specific updates 2012-03-27 16:27:28 -07:00
board-omap3pandora.c ARM: board specific updates 2012-03-27 16:27:28 -07:00
board-omap3stalker.c ARM: OMAP2+: Mark omap_hsmmc_init and omap_mux related functions as __init 2012-02-24 13:04:10 -08:00
board-omap3touchbook.c Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
board-omap4panda.c MFD changes for 3.4 2012-03-28 13:56:35 -07:00
board-overo.c ARM: OMAP2+: Split omap2_hsmmc_init() to properly support I2C GPIO pins 2012-02-20 10:00:39 -08:00
board-rm680.c ARM: board specific updates 2012-03-27 16:27:28 -07:00
board-rx51-peripherals.c Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07: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 ARM: global cleanups 2012-03-27 16:03:32 -07:00
board-zoom-peripherals.c ARM: OMAP2+: Split omap2_hsmmc_init() to properly support I2C GPIO pins 2012-02-20 10:00:39 -08: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 OMAP2/3: PRM/CM: prefix OMAP2 PRM/CM functions with "omap2_" 2010-12-21 21:05:14 -07:00
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 OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific files 2010-12-21 20:01:55 -07:00
clkt2xxx_virt_prcm_set.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
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 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 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 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 OMAP: clock: fix compile warning 2011-03-09 18:44:28 -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
clock3xxx_data.c ARM: OMAP2+: Move most of plat/io.h into local iomap.h 2012-02-24 10:34:35 -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 ARM: OMAP2+: Move most of plat/io.h into local iomap.h 2012-02-24 10:34:35 -08:00
clock2420_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
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
clock2430_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
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 OMAP4: clockdomains: add OMAP4 PRCM data and OMAP4 support 2010-12-21 21:05:15 -07:00
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 OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific files 2010-12-21 20:01:55 -07:00
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: OMAP2+: Fix build error after merge 2012-03-07 09:03:03 -08:00
cm2xxx_3xxx.h OMAP2xxx: clock: add clockfw autoidle support for APLLs 2011-03-07 20:02:13 -07: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 OMAP4: hwmod: Replace CLKCTRL absolute address with offset macros 2011-07-10 05:56:30 -06:00
cminst44xx.c ARM: OMAP2+: Move most of plat/io.h into local iomap.h 2012-02-24 10:34:35 -08: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 ARM: global cleanups 2012-03-27 16:03:32 -07:00
common-board-devices.h OMAP: New twl-common for common TWL configuration 2011-07-04 18:43:27 +03:00
common.c ARM: OMAP2+: Fix build error after merge 2012-03-07 09:03:03 -08:00
common.h ARM: device tree work 2012-03-27 16:47:35 -07:00
control.c ARM: OMAP2+: Fix build error after merge 2012-03-07 09:03:03 -08:00
control.h ARM: global cleanups 2012-03-27 16:03:32 -07: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: Fix the C-state reporting to cpuidle governor. 2012-02-14 10:59:26 -08:00
devices.c ARM: global cleanups 2012-03-27 16:03:32 -07:00
devices.h [media] omap3: Add function to register omap3isp platform device structure 2011-03-22 04:53:42 -03:00
display.c Merge remote-tracking branch 'omap/hsmmc' into for_3.4/cleanup/pm-base 2012-03-05 15:37:04 -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 OMAP4: dma: Correct CPU version check for dma_common_ch_end 2012-02-28 14:36:56 -08: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 ARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changes 2012-02-28 17:33:41 -08:00
gpio.c Merge branch 'cleanup-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup 2012-03-10 09:08:09 -08: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: 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-smc91x.c arm: omap2plus: GPIO cleanup 2011-05-12 02:52:06 -07:00
gpmc-smsc911x.c ARM: OMAP2+: gpmc-smsc911x: only register regulator for first instance 2012-03-06 18:27:19 -08:00
gpmc.c ARM: OMAP2+: GPMC: Export gpmc_enable_hwecc and gpmc_calculate_ecc 2012-03-05 16:11:01 -08:00
hsmmc.c ARM: OMAP2+: Fix section warnings for hsmmc_init_one 2012-03-07 20:03:44 -08:00
hsmmc.h ARM: OMAP2+: Split omap2_hsmmc_init() to properly support I2C GPIO pins 2012-02-20 10:00:39 -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: SoC specific updates 2012-03-27 16:14:44 -07:00
io.c ARM: SoC specific updates 2012-03-27 16:14:44 -07:00
iomap.h ARM: OMAP2+: Move most of plat/io.h into local iomap.h 2012-02-24 10:34:35 -08:00
iommu2.c omap: iommu: omapify 'struct iommu' and exposed API 2011-08-26 11:46:01 +02:00
irq.c ARM: device tree work 2012-03-27 16:47:35 -07:00
Kconfig ARM: device tree work 2012-03-27 16:47:35 -07:00
mailbox.c IOMMU fixes for Linux v3.3-rc6 2012-03-09 07:26:25 -08:00
Makefile ARM: board specific updates 2012-03-27 16:27:28 -07:00
Makefile.boot ARM: 7022/1: allow to detect conflicting zreladdrs 2011-10-17 09:12:40 +01:00
mcbsp.c ARM: Non-critical bug fixes 2012-03-27 15:55:54 -07:00
mux.c Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
mux.h ARM: OMAP2+: Fix board_mux section type conflict when OMAP_MUX is not set 2012-02-23 16:44:34 -08:00
mux34xx.c omap3|4: mux: make local structures static 2011-01-06 19:58:28 -08:00
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 OMAP4: mux: Add CBS package data for OMAP4430 ES2 2010-11-17 12:01:52 +01:00
mux2420.c OMAP: mux: Add __func__ macro to pr_xxx macros 2010-11-17 12:01:54 +01:00
mux2420.h
mux2430.c OMAP: mux: Add __func__ macro to pr_xxx macros 2010-11-17 12:01:54 +01:00
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: OMAP: Fix section mismatch warning for platform_cpu_die() 2012-02-28 14:34:12 -08:00
omap-iommu.c ARM: OMAP: fix iommu, not mailbox 2012-03-05 15:18:20 +01:00
omap-mpuss-lowpower.c Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07: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: OMAP2+: Move most of plat/io.h into local iomap.h 2012-02-24 10:34:35 -08:00
omap-wakeupgen.c ARM: OMAP2+: PM: fix wakeupgen warning when hotplug disabled 2012-03-06 13:21:37 -08:00
omap4-common.c ARM: OMAP2+: Fix module build errors with CONFIG_OMAP4_ERRATA_I688 2012-03-05 14:15:25 -08: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: add SmartReflex IRQs 2012-03-05 11:29:26 -08:00
omap_hwmod_44xx_data.c Merge branch 'next/fixes-non-critical' into next/drivers 2012-03-20 22:42:24 +00: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 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
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: device tree work 2012-03-27 16:47:35 -07:00
pm.h Merge branch 'uart' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup 2012-03-10 09:10:21 -08:00
pm24xx.c Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
pm34xx.c Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
pm44xx.c Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07: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: 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 ARM: OMAP2+: Fix build issues with missing include of linux/bug.h 2012-03-07 17:29:34 -08: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
powerdomains2xxx_3xxx_data.c OMAP3: powerdomain data: add voltage domains 2011-09-15 11:39:10 -07:00
powerdomains2xxx_3xxx_data.h OMAP2+: powerdomain: move header file from plat-omap to mach-omap2 2010-12-21 21:05:16 -07:00
powerdomains2xxx_data.c OMAP2: add voltage domains and connect to powerdomains 2011-09-15 11:39:10 -07:00
powerdomains3xxx_data.c ARM: OMAP2+: Fix build issues with missing include of linux/bug.h 2012-03-07 17:29:34 -08: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 OMAP4: PRCM: add OMAP4-specific accessor/mutator functions 2010-12-21 21:05:14 -07:00
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 OMAP4: prcm_mpu: Fix indent in few macros 2011-07-09 19:15:06 -06:00
prm-regbits-24xx.h OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific files 2010-12-21 20:01:55 -07:00
prm-regbits-34xx.h OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific files 2010-12-21 20:01:55 -07:00
prm-regbits-44xx.h OMAP4: PRCM: OMAP4460 specific PRM and CM register bitshifts 2011-07-08 02:18:24 -07:00
prm.h OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific files 2010-12-21 20:01:55 -07:00
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 Merge remote-tracking branch 'omap/hsmmc' into for_3.4/cleanup/pm-base 2012-03-05 15:37:04 -08:00
prm44xx.h ARM: OMAP: PRCM: add suspend prepare / finish support 2011-12-16 14:36:58 -07:00
prm_common.c ARM: big removal of now unused arch_idle() 2012-01-20 19:25:58 -05:00
prminst44xx.c ARM: OMAP2+: Move most of plat/io.h into local iomap.h 2012-02-24 10:34:35 -08:00
prminst44xx.h OMAP4: prm: Replace warm reset API with the offset based version 2011-07-10 05:56:31 -06:00
scrm44xx.h OMAP4: PRCM: Add SCRM header file 2010-12-21 20:01:54 -07:00
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 arm: omap: add sdram-nokia.h 2010-12-17 15:13:44 -08:00
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 OMAP2+: use global values for the SRAM PA addresses 2010-12-21 14:45:56 -08:00
sdrc2xxx.c ARM: OMAP2+: Fix build error after merge 2012-03-07 09:03:03 -08:00
serial.c ARM: OMAP2+: UART: remove unused fields in omap_uart_state. 2012-02-21 11:11:49 -08: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: OMAP3+: SmartReflex Class3: disable errorgen before disable VP 2012-03-05 11:29:26 -08:00
smartreflex.c ARM: OMAP3+: SmartReflex: fix error handling 2012-03-05 11:29:27 -08:00
smartreflex.h ARM: OMAP3+: SmartReflex Class3: disable errorgen before disable VP 2012-03-05 11:29:26 -08:00
sr_device.c Merge branch 'next/fixes-non-critical' into next/drivers 2012-03-20 22:42:24 +00: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: OMAP4: convert to twd_local_timer_register() interface 2012-03-13 13:27:52 +00:00
twl-common.c ARM: OMAP2+: Remove apply_uV constraints for fixed regulator 2012-02-28 15:56:40 -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 OMAP: control: move plat-omap/control.h to mach-omap2/control.h 2010-10-08 11:40:20 -06:00
usb-host.c ARM: OMAP2+: usb-host: fix compile warning 2012-02-14 11:46:58 -08: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: OMAP2+: Fix build for omap4 only builds with missing include of linux/bug.h 2012-03-08 10:48:12 -08: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 ARM: OMAP: fix voltage domain build errors with PM_OPP disabled 2012-02-21 09:36:34 +00:00
voltagedomains44xx_data.c ARM: OMAP: fix voltage domain build errors with PM_OPP disabled 2012-02-21 09:36:34 +00:00
vp.c ARM: OMAP3+: PM: VP: fix integer truncation error 2012-03-06 16:13:50 -08: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 omap2+: wdt: trivial sparse fixes 2011-01-06 19:58:28 -08:00
wd_timer.h OMAP2+: wd_timer: separate watchdog disable code from the rest of mach-omap2/devices.c 2010-12-21 19:56:17 -07:00