diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-12 14:51:39 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-12 14:51:39 -0500 |
| commit | d01e4afdbb65e030fd6f1f96c30a558e2eb0f279 (patch) | |
| tree | 02ef82b2740cf93a98199eded5ef765fa6e03052 /arch/arm/mach-imx/iim.h | |
| parent | 8287361abca36504da813638310d2547469283eb (diff) | |
| parent | 794b175fc0c0c4844dbb7b137a73bbfd01f6c608 (diff) | |
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC cleanups on various subarchitectures from Olof Johansson:
"Cleanup patches for various ARM platforms and some of their associated
drivers. There's also a branch in here that enables Freescale i.MX to
be part of the multiplatform support -- the first "big" SoC that is
moved over (more multiplatform work comes in a separate branch later
during the merge window)."
Conflicts fixed as per Olof, including a silent semantic one in
arch/arm/mach-omap2/board-generic.c (omap_prcm_restart() was renamed to
omap3xxx_restart(), and a new user of the old name was added).
* tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (189 commits)
ARM: omap: fix typo on timer cleanup
ARM: EXYNOS: Remove unused regs-mem.h file
ARM: EXYNOS: Remove unused non-dt support for dwmci controller
ARM: Kirkwood: Use hw_pci.ops instead of hw_pci.scan
ARM: OMAP3: cm-t3517: use GPTIMER for system clock
ARM: OMAP2+: timer: remove CONFIG_OMAP_32K_TIMER
ARM: SAMSUNG: use devm_ functions for ADC driver
ARM: EXYNOS: no duplicate mask/unmask in eint0_15
ARM: S3C24XX: SPI clock channel setup is fixed for S3C2443
ARM: EXYNOS: Remove i2c0 resource information and setting of device names
ARM: Kirkwood: checkpatch cleanups
ARM: Kirkwood: Fix sparse warnings.
ARM: Kirkwood: Remove unused includes
ARM: kirkwood: cleanup lsxl board includes
ARM: integrator: use BUG_ON where possible
ARM: integrator: push down SC dependencies
ARM: integrator: delete static UART1 mapping
ARM: integrator: delete SC mapping on the CP
ARM: integrator: remove static CP syscon mapping
ARM: integrator: remove static AP syscon mapping
...
Diffstat (limited to 'arch/arm/mach-imx/iim.h')
| -rw-r--r-- | arch/arm/mach-imx/iim.h | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/iim.h b/arch/arm/mach-imx/iim.h new file mode 100644 index 000000000000..315bffadafda --- /dev/null +++ b/arch/arm/mach-imx/iim.h | |||
| @@ -0,0 +1,77 @@ | |||
| 1 | /* | ||
| 2 | * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. | ||
| 3 | * Copyright 2008 Juergen Beisert, kernel@pengutronix.de | ||
| 4 | * | ||
| 5 | * This program is free software; you can redistribute it and/or | ||
| 6 | * modify it under the terms of the GNU General Public License | ||
| 7 | * as published by the Free Software Foundation; either version 2 | ||
| 8 | * of the License, or (at your option) any later version. | ||
| 9 | * This program is distributed in the hope that it will be useful, | ||
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | * GNU General Public License for more details. | ||
| 13 | * | ||
| 14 | * You should have received a copy of the GNU General Public License | ||
| 15 | * along with this program; if not, write to the Free Software | ||
| 16 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
| 17 | * MA 02110-1301, USA. | ||
| 18 | */ | ||
| 19 | |||
| 20 | #ifndef __ASM_ARCH_MXC_IIM_H__ | ||
| 21 | #define __ASM_ARCH_MXC_IIM_H__ | ||
| 22 | |||
| 23 | /* Register offsets */ | ||
| 24 | #define MXC_IIMSTAT 0x0000 | ||
| 25 | #define MXC_IIMSTATM 0x0004 | ||
| 26 | #define MXC_IIMERR 0x0008 | ||
| 27 | #define MXC_IIMEMASK 0x000C | ||
| 28 | #define MXC_IIMFCTL 0x0010 | ||
| 29 | #define MXC_IIMUA 0x0014 | ||
| 30 | #define MXC_IIMLA 0x0018 | ||
| 31 | #define MXC_IIMSDAT 0x001C | ||
| 32 | #define MXC_IIMPREV 0x0020 | ||
| 33 | #define MXC_IIMSREV 0x0024 | ||
| 34 | #define MXC_IIMPRG_P 0x0028 | ||
| 35 | #define MXC_IIMSCS0 0x002C | ||
| 36 | #define MXC_IIMSCS1 0x0030 | ||
| 37 | #define MXC_IIMSCS2 0x0034 | ||
| 38 | #define MXC_IIMSCS3 0x0038 | ||
| 39 | #define MXC_IIMFBAC0 0x0800 | ||
| 40 | #define MXC_IIMJAC 0x0804 | ||
| 41 | #define MXC_IIMHWV1 0x0808 | ||
| 42 | #define MXC_IIMHWV2 0x080C | ||
| 43 | #define MXC_IIMHAB0 0x0810 | ||
| 44 | #define MXC_IIMHAB1 0x0814 | ||
| 45 | /* Definitions for i.MX27 TO2 */ | ||
| 46 | #define MXC_IIMMAC 0x0814 | ||
| 47 | #define MXC_IIMPREV_FUSE 0x0818 | ||
| 48 | #define MXC_IIMSREV_FUSE 0x081C | ||
| 49 | #define MXC_IIMSJC_CHALL_0 0x0820 | ||
| 50 | #define MXC_IIMSJC_CHALL_7 0x083C | ||
| 51 | #define MXC_IIMFB0UC17 0x0840 | ||
| 52 | #define MXC_IIMFB0UC255 0x0BFC | ||
| 53 | #define MXC_IIMFBAC1 0x0C00 | ||
| 54 | /* Definitions for i.MX27 TO2 */ | ||
| 55 | #define MXC_IIMSUID 0x0C04 | ||
| 56 | #define MXC_IIMKEY0 0x0C04 | ||
| 57 | #define MXC_IIMKEY20 0x0C54 | ||
| 58 | #define MXC_IIMSJC_RESP_0 0x0C58 | ||
| 59 | #define MXC_IIMSJC_RESP_7 0x0C74 | ||
| 60 | #define MXC_IIMFB1UC30 0x0C78 | ||
| 61 | #define MXC_IIMFB1UC255 0x0FFC | ||
| 62 | |||
| 63 | /* Bit definitions */ | ||
| 64 | |||
| 65 | #define MXC_IIMHWV1_WLOCK (0x1 << 7) | ||
| 66 | #define MXC_IIMHWV1_MCU_ENDIAN (0x1 << 6) | ||
| 67 | #define MXC_IIMHWV1_DSP_ENDIAN (0x1 << 5) | ||
| 68 | #define MXC_IIMHWV1_BOOT_INT (0x1 << 4) | ||
| 69 | #define MXC_IIMHWV1_SCC_DISABLE (0x1 << 3) | ||
| 70 | #define MXC_IIMHWV1_HANTRO_DISABLE (0x1 << 2) | ||
| 71 | #define MXC_IIMHWV1_MEMSTICK_DIS (0x1 << 1) | ||
| 72 | |||
| 73 | #define MXC_IIMHWV2_WLOCK (0x1 << 7) | ||
| 74 | #define MXC_IIMHWV2_BP_SDMA (0x1 << 6) | ||
| 75 | #define MXC_IIMHWV2_SCM_DCM (0x1 << 5) | ||
| 76 | |||
| 77 | #endif /* __ASM_ARCH_MXC_IIM_H__ */ | ||
