diff options
| author | Olof Johansson <olof@lixom.net> | 2013-02-04 22:24:20 -0800 | 
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2013-02-04 22:24:20 -0800 | 
| commit | 4227961650884a06757f80877d5dce0bddc723d4 (patch) | |
| tree | 122c7929b81c685c85764b1d7ae227f8a7362d60 /arch/arm/mach-imx/hardware.h | |
| parent | ef4acb75a019783fc5132a5066232ef80209d7ec (diff) | |
| parent | e5f9dec8ff5ff3f6254412abed1f68d758f6616b (diff) | |
| download | olio-linux-3.10-4227961650884a06757f80877d5dce0bddc723d4.tar.xz olio-linux-3.10-4227961650884a06757f80877d5dce0bddc723d4.zip  | |
Merge tag 'imx6q-cpudile-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/soc
From Shawn Guo:
imx6q cpuidle support for 3.9
 - It's based on imx-cleanup-3.9 to avoid conflicts.
* tag 'imx6q-cpudile-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6:
  ARM: imx6q: support WAIT mode using cpuidle
  ARM: imx: move imx6q_cpuidle_driver into a separate file
  ARM: imx: mask gpc interrupts initially
  ARM: imx: return zero in case next event gets a large increment
  ARM: imx: Remove mx508 support
  ARM: imx: Remove mach-mx51_3ds board
  ARM: imx: use debug_ll_io_init() for imx6q
  ARM: imx: remove unused imx6q_clock_map_io()
  ARM: mach-imx: Kconfig: Do not select Babbage for MACH_IMX51_DT
Signed-off-by: Olof Johansson <olof@lixom.net>
Still, two delete/change conflicts caused by imx/cleanup:
	arch/arm/mach-imx/mach-mx50_rdp.c
	arch/arm/mach-imx/mach-mx51_3ds.c
Diffstat (limited to 'arch/arm/mach-imx/hardware.h')
| -rw-r--r-- | arch/arm/mach-imx/hardware.h | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-imx/hardware.h b/arch/arm/mach-imx/hardware.h index 3ce7fa3bd43..911e9b31b03 100644 --- a/arch/arm/mach-imx/hardware.h +++ b/arch/arm/mach-imx/hardware.h @@ -72,11 +72,6 @@   *	AVIC	0x68000000+0x100000	->	0xf5800000+0x100000   *	X_MEMC	0xb8000000+0x010000	->	0xf5c00000+0x010000   *	SPBA0	0x50000000+0x100000	->	0xf5400000+0x100000 - * mx50: - *	TZIC	0x0fffc000+0x004000	->	0xf4bfc000+0x004000 - *	AIPS1	0x53f00000+0x100000	->	0xf5700000+0x100000 - *	SPBA0	0x50000000+0x100000	->	0xf5400000+0x100000 - *	AIPS2	0x63f00000+0x100000	->	0xf5300000+0x100000   * mx51:   *	TZIC	0x0fffc000+0x004000	->	0xf4bfc000+0x004000   *	IRAM	0x1ffe0000+0x020000	->	0xf4fe0000+0x020000 @@ -108,7 +103,6 @@  #include "mxc.h"  #include "mx6q.h" -#include "mx50.h"  #include "mx51.h"  #include "mx53.h"  #include "mx3x.h"  |