Commit 32adcaa0 authored by Lubomir Rintel's avatar Lubomir Rintel

ARM: mmp: move cputype.h to include/linux/soc/

Let's move cputype.h away from mach-mmp/ so that the drivers outside that
directory are able to tell the precise silicon revision. The MMP3 USB OTG
PHY driver needs this.
Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
parent d093bc03
...@@ -10908,6 +10908,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) ...@@ -10908,6 +10908,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S: Odd Fixes S: Odd Fixes
F: arch/arm/boot/dts/mmp* F: arch/arm/boot/dts/mmp*
F: arch/arm/mach-mmp/ F: arch/arm/mach-mmp/
F: linux/soc/mmp/
MMU GATHER AND TLB INVALIDATION MMU GATHER AND TLB INVALIDATION
M: Will Deacon <will@kernel.org> M: Will Deacon <will@kernel.org>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <asm/system_misc.h> #include <asm/system_misc.h>
#include "addr-map.h" #include "addr-map.h"
#include "cputype.h" #include <linux/soc/mmp/cputype.h>
#include "common.h" #include "common.h"
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <asm/irq.h> #include <asm/irq.h>
#include "irqs.h" #include "irqs.h"
#include "devices.h" #include "devices.h"
#include "cputype.h" #include <linux/soc/mmp/cputype.h>
#include "regs-usb.h" #include "regs-usb.h"
int __init pxa_register_device(struct pxa_device_desc *desc, int __init pxa_register_device(struct pxa_device_desc *desc,
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <asm/mach/time.h> #include <asm/mach/time.h>
#include "addr-map.h" #include "addr-map.h"
#include "regs-apbc.h" #include "regs-apbc.h"
#include "cputype.h" #include <linux/soc/mmp/cputype.h>
#include "irqs.h" #include "irqs.h"
#include "mfp.h" #include "mfp.h"
#include "devices.h" #include "devices.h"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include "cputype.h" #include <linux/soc/mmp/cputype.h>
#include "addr-map.h" #include "addr-map.h"
#include "pm-mmp2.h" #include "pm-mmp2.h"
#include "regs-icu.h" #include "regs-icu.h"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/outercache.h> #include <asm/outercache.h>
#include "cputype.h" #include <linux/soc/mmp/cputype.h>
#include "addr-map.h" #include "addr-map.h"
#include "pm-pxa910.h" #include "pm-pxa910.h"
#include "regs-icu.h" #include "regs-icu.h"
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "addr-map.h" #include "addr-map.h"
#include "clock.h" #include "clock.h"
#include "common.h" #include "common.h"
#include "cputype.h" #include <linux/soc/mmp/cputype.h>
#include "devices.h" #include "devices.h"
#include "irqs.h" #include "irqs.h"
#include "mfp.h" #include "mfp.h"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <asm/mach/time.h> #include <asm/mach/time.h>
#include "addr-map.h" #include "addr-map.h"
#include "regs-apbc.h" #include "regs-apbc.h"
#include "cputype.h" #include <linux/soc/mmp/cputype.h>
#include "irqs.h" #include "irqs.h"
#include "mfp.h" #include "mfp.h"
#include "devices.h" #include "devices.h"
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include "regs-timers.h" #include "regs-timers.h"
#include "regs-apbc.h" #include "regs-apbc.h"
#include "irqs.h" #include "irqs.h"
#include "cputype.h" #include <linux/soc/mmp/cputype.h>
#include "clock.h" #include "clock.h"
#define TIMERS_VIRT_BASE TIMERS1_VIRT_BASE #define TIMERS_VIRT_BASE TIMERS1_VIRT_BASE
......
...@@ -633,6 +633,7 @@ header-test- += linux/soc/amlogic/meson-canvas.h ...@@ -633,6 +633,7 @@ header-test- += linux/soc/amlogic/meson-canvas.h
header-test- += linux/soc/brcmstb/brcmstb.h header-test- += linux/soc/brcmstb/brcmstb.h
header-test- += linux/soc/ixp4xx/npe.h header-test- += linux/soc/ixp4xx/npe.h
header-test- += linux/soc/mediatek/infracfg.h header-test- += linux/soc/mediatek/infracfg.h
header-test- += linux/soc/mmp/cputype.h
header-test- += linux/soc/qcom/smd-rpm.h header-test- += linux/soc/qcom/smd-rpm.h
header-test- += linux/soc/qcom/smem.h header-test- += linux/soc/qcom/smem.h
header-test- += linux/soc/qcom/smem_state.h header-test- += linux/soc/qcom/smem_state.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment