ARM: pxa: make more mach/*.h files local

Lots of header files are never included outside of a mach-pxa
directory and do not need to be made visible in include/mach,
so let's just move them all down one level.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Arnd Bergmann 2015-01-30 10:45:33 +01:00
parent 31ade3b83e
commit 4c25c5d298
117 changed files with 193 additions and 194 deletions

View File

@ -49,7 +49,7 @@ to this new MFP mechanism, here are several key points:
internal controllers like PWM, SSP and UART, with 128 internal signals internal controllers like PWM, SSP and UART, with 128 internal signals
which can be routed to external through one or more MFPs (e.g. GPIO<0> which can be routed to external through one or more MFPs (e.g. GPIO<0>
can be routed through either MFP_PIN_GPIO0 as well as MFP_PIN_GPIO0_2, can be routed through either MFP_PIN_GPIO0 as well as MFP_PIN_GPIO0_2,
see arch/arm/mach-pxa/mach/include/mfp-pxa300.h) see arch/arm/mach-pxa/mfp-pxa300.h)
2. Alternate function configuration is removed from this GPIO controller, 2. Alternate function configuration is removed from this GPIO controller,
the remaining functions are pure GPIO-specific, i.e. the remaining functions are pure GPIO-specific, i.e.
@ -76,11 +76,11 @@ For board code writers, here are some guidelines:
1. include ONE of the following header files in your <board>.c: 1. include ONE of the following header files in your <board>.c:
- #include <mach/mfp-pxa25x.h> - #include "mfp-pxa25x.h"
- #include <mach/mfp-pxa27x.h> - #include "mfp-pxa27x.h"
- #include <mach/mfp-pxa300.h> - #include "mfp-pxa300.h"
- #include <mach/mfp-pxa320.h> - #include "mfp-pxa320.h"
- #include <mach/mfp-pxa930.h> - #include "mfp-pxa930.h"
NOTE: only one file in your <board>.c, depending on the processors used, NOTE: only one file in your <board>.c, depending on the processors used,
because pin configuration definitions may conflict in these file (i.e. because pin configuration definitions may conflict in these file (i.e.
@ -203,20 +203,20 @@ make them effective there-after.
1. Unified pin definitions - enum constants for all configurable pins 1. Unified pin definitions - enum constants for all configurable pins
2. processor-neutral bit definitions for a possible MFP configuration 2. processor-neutral bit definitions for a possible MFP configuration
- arch/arm/mach-pxa/include/mach/mfp-pxa3xx.h - arch/arm/mach-pxa/mfp-pxa3xx.h
for PXA3xx specific MFPR register bit definitions and PXA3xx common pin for PXA3xx specific MFPR register bit definitions and PXA3xx common pin
configurations configurations
- arch/arm/mach-pxa/include/mach/mfp-pxa2xx.h - arch/arm/mach-pxa/mfp-pxa2xx.h
for PXA2xx specific definitions and PXA25x/PXA27x common pin configurations for PXA2xx specific definitions and PXA25x/PXA27x common pin configurations
- arch/arm/mach-pxa/include/mach/mfp-pxa25x.h - arch/arm/mach-pxa/mfp-pxa25x.h
arch/arm/mach-pxa/include/mach/mfp-pxa27x.h arch/arm/mach-pxa/mfp-pxa27x.h
arch/arm/mach-pxa/include/mach/mfp-pxa300.h arch/arm/mach-pxa/mfp-pxa300.h
arch/arm/mach-pxa/include/mach/mfp-pxa320.h arch/arm/mach-pxa/mfp-pxa320.h
arch/arm/mach-pxa/include/mach/mfp-pxa930.h arch/arm/mach-pxa/mfp-pxa930.h
for processor specific definitions for processor specific definitions

View File

@ -30,8 +30,8 @@
#include <linux/irq.h> #include <linux/irq.h>
#include <linux/gpio.h> #include <linux/gpio.h>
#include <mach/pxa25x.h> #include "pxa25x.h"
#include <mach/gumstix.h> #include "gumstix.h"
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include "generic.h" #include "generic.h"

View File

@ -28,8 +28,8 @@
#include <linux/irq.h> #include <linux/irq.h>
#include <linux/gpio.h> #include <linux/gpio.h>
#include <mach/gumstix.h> #include "gumstix.h"
#include <mach/mfp-pxa25x.h> #include "mfp-pxa25x.h"
#include <mach/irqs.h> #include <mach/irqs.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>

View File

@ -42,13 +42,13 @@
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <asm/mach/flash.h> #include <asm/mach/flash.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/balloon3.h> #include <mach/balloon3.h>
#include <mach/audio.h> #include <mach/audio.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <mach/udc.h> #include "udc.h"
#include <mach/pxa27x-udc.h> #include "pxa27x-udc.h"
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>

View File

@ -29,8 +29,8 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/pxa320.h> #include "pxa320.h"
#include <mach/mxm8x10.h> #include "mxm8x10.h"
#include "generic.h" #include "generic.h"

View File

@ -22,7 +22,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/pxa25x.h> #include "pxa25x.h"
#include "generic.h" #include "generic.h"

View File

@ -21,7 +21,7 @@
#include <linux/spi/pxa2xx_spi.h> #include <linux/spi/pxa2xx_spi.h>
#include <linux/spi/libertas_spi.h> #include <linux/spi/libertas_spi.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>

View File

@ -22,9 +22,9 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/pxa25x.h> #include "pxa25x.h"
#undef GPIO24_SSP1_SFRM #undef GPIO24_SSP1_SFRM
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/audio.h> #include <mach/audio.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <mach/smemc.h> #include <mach/smemc.h>

View File

@ -47,8 +47,8 @@
#include <asm/setup.h> #include <asm/setup.h>
#include <asm/system_info.h> #include <asm/system_info.h>
#include <mach/pxa300.h> #include "pxa300.h"
#include <mach/pxa27x-udc.h> #include "pxa27x-udc.h"
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>

View File

@ -22,11 +22,11 @@
#include <linux/i2c/pxa-i2c.h> #include <linux/i2c/pxa-i2c.h>
#include <asm/io.h> #include <asm/io.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/colibri.h> #include "colibri.h"
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>
#include <mach/pxa27x-udc.h> #include "pxa27x-udc.h"
#include "generic.h" #include "generic.h"
#include "devices.h" #include "devices.h"

View File

@ -30,8 +30,8 @@
#include <mach/hardware.h> #include <mach/hardware.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/pxa27x-udc.h> #include "pxa27x-udc.h"
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include "devices.h" #include "devices.h"

View File

@ -27,8 +27,8 @@
#include <asm/sizes.h> #include <asm/sizes.h>
#include <mach/audio.h> #include <mach/audio.h>
#include <mach/colibri.h> #include "colibri.h"
#include <mach/pxa27x.h> #include "pxa27x.h"
#include "devices.h" #include "devices.h"
#include "generic.h" #include "generic.h"

View File

@ -22,8 +22,8 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <mach/pxa300.h> #include "pxa300.h"
#include <mach/colibri.h> #include "colibri.h"
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <mach/audio.h> #include <mach/audio.h>

View File

@ -23,13 +23,13 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <mach/pxa320.h> #include "pxa320.h"
#include <mach/colibri.h> #include "colibri.h"
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>
#include <mach/audio.h> #include <mach/audio.h>
#include <mach/pxa27x-udc.h> #include "pxa27x-udc.h"
#include <mach/udc.h> #include "udc.h"
#include "generic.h" #include "generic.h"
#include "devices.h" #include "devices.h"

View File

@ -22,8 +22,8 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <mach/pxa3xx-regs.h> #include <mach/pxa3xx-regs.h>
#include <mach/mfp-pxa300.h> #include "mfp-pxa300.h"
#include <mach/colibri.h> #include "colibri.h"
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/mtd-nand-pxa3xx.h> #include <linux/platform_data/mtd-nand-pxa3xx.h>

View File

@ -48,12 +48,12 @@
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <mach/pxa25x.h> #include "pxa25x.h"
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <mach/udc.h> #include "udc.h"
#include <mach/corgi.h> #include <mach/corgi.h>
#include <mach/sharpsl_pm.h> #include "sharpsl_pm.h"
#include <asm/mach/sharpsl_param.h> #include <asm/mach/sharpsl_param.h>
#include <asm/hardware/scoop.h> #include <asm/hardware/scoop.h>

View File

@ -27,7 +27,7 @@
#include <mach/corgi.h> #include <mach/corgi.h>
#include <mach/pxa2xx-regs.h> #include <mach/pxa2xx-regs.h>
#include <mach/sharpsl_pm.h> #include "sharpsl_pm.h"
#include "generic.h" #include "generic.h"

View File

@ -21,8 +21,8 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/csb726.h> #include "csb726.h"
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>
#include <mach/audio.h> #include <mach/audio.h>

View File

@ -11,7 +11,7 @@
#ifndef CSB726_H #ifndef CSB726_H
#define CSB726_H #define CSB726_H
#include "irqs.h" /* PXA_GPIO_TO_IRQ */ #include <mach/irqs.h> /* PXA_GPIO_TO_IRQ */
#define CSB726_GPIO_IRQ_LAN 52 #define CSB726_GPIO_IRQ_LAN 52
#define CSB726_GPIO_IRQ_SM501 53 #define CSB726_GPIO_IRQ_SM501 53

View File

@ -6,7 +6,7 @@
#include <linux/spi/pxa2xx_spi.h> #include <linux/spi/pxa2xx_spi.h>
#include <linux/i2c/pxa-i2c.h> #include <linux/i2c/pxa-i2c.h>
#include <mach/udc.h> #include "udc.h"
#include <linux/platform_data/usb-pxa3xx-ulpi.h> #include <linux/platform_data/usb-pxa3xx-ulpi.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>

View File

@ -39,8 +39,8 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/pxa27x-udc.h> #include "pxa27x-udc.h"
#include <mach/audio.h> #include <mach/audio.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>

View File

@ -31,12 +31,12 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <mach/pxa25x.h> #include "pxa25x.h"
#include <mach/eseries-gpio.h> #include <mach/eseries-gpio.h>
#include <mach/eseries-irq.h> #include "eseries-irq.h"
#include <mach/audio.h> #include <mach/audio.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <mach/udc.h> #include "udc.h"
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>
#include "devices.h" #include "devices.h"

View File

@ -29,7 +29,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>
#include <mach/hardware.h> #include <mach/hardware.h>

View File

@ -40,10 +40,10 @@
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <asm/mach/flash.h> #include <asm/mach/flash.h>
#include <mach/pxa25x.h> #include "pxa25x.h"
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <mach/udc.h> #include "udc.h"
#include <mach/gumstix.h> #include "gumstix.h"
#include "generic.h" #include "generic.h"

View File

@ -6,7 +6,7 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
#include "irqs.h" /* PXA_GPIO_TO_IRQ */ #include <mach/irqs.h> /* PXA_GPIO_TO_IRQ */
/* BTRESET - Reset line to Bluetooth module, active low signal. */ /* BTRESET - Reset line to Bluetooth module, active low signal. */
#define GPIO_GUMSTIX_BTRESET 7 #define GPIO_GUMSTIX_BTRESET 7

View File

@ -30,9 +30,9 @@
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <asm/irq.h> #include <asm/irq.h>
#include <mach/pxa25x.h> #include "pxa25x.h"
#include <mach/h5000.h> #include "h5000.h"
#include <mach/udc.h> #include "udc.h"
#include <mach/smemc.h> #include <mach/smemc.h>
#include "generic.h" #include "generic.h"

View File

@ -18,7 +18,7 @@
#ifndef __ASM_ARCH_H5000_H #ifndef __ASM_ARCH_H5000_H
#define __ASM_ARCH_H5000_H #define __ASM_ARCH_H5000_H
#include <mach/mfp-pxa25x.h> #include "mfp-pxa25x.h"
/* /*
* CPU GPIOs * CPU GPIOs

View File

@ -24,7 +24,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/pxa25x.h> #include "pxa25x.h"
#include "generic.h" #include "generic.h"

View File

@ -44,7 +44,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/hx4700.h> #include <mach/hx4700.h>
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>

View File

@ -20,8 +20,8 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/pxa320.h> #include "pxa320.h"
#include <mach/mxm8x10.h> #include "mxm8x10.h"
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <linux/spi/pxa2xx_spi.h> #include <linux/spi/pxa2xx_spi.h>

View File

@ -31,8 +31,8 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/pxa25x.h> #include "pxa25x.h"
#include <mach/idp.h> #include "idp.h"
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <mach/bitfield.h> #include <mach/bitfield.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>

View File

@ -23,7 +23,7 @@
* IDP hardware. * IDP hardware.
*/ */
#include "irqs.h" /* PXA_GPIO_TO_IRQ */ #include <mach/irqs.h> /* PXA_GPIO_TO_IRQ */
#define IDP_FLASH_PHYS (PXA_CS0_PHYS) #define IDP_FLASH_PHYS (PXA_CS0_PHYS)
#define IDP_ALT_FLASH_PHYS (PXA_CS1_PHYS) #define IDP_ALT_FLASH_PHYS (PXA_CS1_PHYS)

View File

@ -41,11 +41,11 @@
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <mach/pxa300.h> #include "pxa300.h"
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/keypad-pxa27x.h> #include <linux/platform_data/keypad-pxa27x.h>
#include <mach/littleton.h> #include "littleton.h"
#include <linux/platform_data/mtd-nand-pxa3xx.h> #include <linux/platform_data/mtd-nand-pxa3xx.h>
#include "generic.h" #include "generic.h"

View File

@ -40,8 +40,8 @@
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <asm/mach/flash.h> #include <asm/mach/flash.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/lpd270.h> #include "lpd270.h"
#include <mach/audio.h> #include <mach/audio.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>

View File

@ -47,14 +47,14 @@
#include <asm/hardware/sa1111.h> #include <asm/hardware/sa1111.h>
#include <mach/pxa25x.h> #include "pxa25x.h"
#include <mach/audio.h> #include <mach/audio.h>
#include <mach/lubbock.h> #include <mach/lubbock.h>
#include <mach/udc.h> #include "udc.h"
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <mach/pm.h> #include "pm.h"
#include <mach/smemc.h> #include <mach/smemc.h>
#include "generic.h" #include "generic.h"

View File

@ -38,7 +38,7 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/system_info.h> #include <asm/system_info.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/magician.h> #include <mach/magician.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
@ -48,9 +48,9 @@
#include <linux/regulator/max1586.h> #include <linux/regulator/max1586.h>
#include <linux/platform_data/pxa2xx_udc.h> #include <linux/platform_data/pxa2xx_udc.h>
#include <mach/udc.h>
#include <mach/pxa27x-udc.h>
#include "udc.h"
#include "pxa27x-udc.h"
#include "devices.h" #include "devices.h"
#include "generic.h" #include "generic.h"

View File

@ -46,7 +46,7 @@
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <asm/mach/flash.h> #include <asm/mach/flash.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/mainstone.h> #include <mach/mainstone.h>
#include <mach/audio.h> #include <mach/audio.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>

View File

@ -1,7 +1,7 @@
#ifndef __ASM_ARCH_MFP_PXA25X_H #ifndef __ASM_ARCH_MFP_PXA25X_H
#define __ASM_ARCH_MFP_PXA25X_H #define __ASM_ARCH_MFP_PXA25X_H
#include <mach/mfp-pxa2xx.h> #include "mfp-pxa2xx.h"
/* GPIO */ /* GPIO */
#define GPIO2_GPIO MFP_CFG_IN(GPIO2, AF0) #define GPIO2_GPIO MFP_CFG_IN(GPIO2, AF0)

View File

@ -8,7 +8,7 @@
* specific controller, and this should work in most cases. * specific controller, and this should work in most cases.
*/ */
#include <mach/mfp-pxa2xx.h> #include "mfp-pxa2xx.h"
/* Note: GPIO3/GPIO4 will be driven by Power I2C when PCFR/PI2C_EN /* Note: GPIO3/GPIO4 will be driven by Power I2C when PCFR/PI2C_EN
* bit is set, regardless of the GPIO configuration * bit is set, regardless of the GPIO configuration

View File

@ -21,7 +21,7 @@
#include <linux/syscore_ops.h> #include <linux/syscore_ops.h>
#include <mach/pxa2xx-regs.h> #include <mach/pxa2xx-regs.h>
#include <mach/mfp-pxa2xx.h> #include "mfp-pxa2xx.h"
#include "generic.h" #include "generic.h"

View File

@ -15,7 +15,7 @@
#ifndef __ASM_ARCH_MFP_PXA300_H #ifndef __ASM_ARCH_MFP_PXA300_H
#define __ASM_ARCH_MFP_PXA300_H #define __ASM_ARCH_MFP_PXA300_H
#include <mach/mfp-pxa3xx.h> #include "mfp-pxa3xx.h"
/* GPIO */ /* GPIO */
#define GPIO46_GPIO MFP_CFG(GPIO46, AF1) #define GPIO46_GPIO MFP_CFG(GPIO46, AF1)

View File

@ -15,7 +15,7 @@
#ifndef __ASM_ARCH_MFP_PXA320_H #ifndef __ASM_ARCH_MFP_PXA320_H
#define __ASM_ARCH_MFP_PXA320_H #define __ASM_ARCH_MFP_PXA320_H
#include <mach/mfp-pxa3xx.h> #include "mfp-pxa3xx.h"
/* GPIO */ /* GPIO */
#define GPIO46_GPIO MFP_CFG(GPIO46, AF0) #define GPIO46_GPIO MFP_CFG(GPIO46, AF0)

View File

@ -20,7 +20,7 @@
#include <linux/syscore_ops.h> #include <linux/syscore_ops.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/mfp-pxa3xx.h> #include "mfp-pxa3xx.h"
#include <mach/pxa3xx-regs.h> #include <mach/pxa3xx-regs.h>
#ifdef CONFIG_PM #ifdef CONFIG_PM

View File

@ -13,7 +13,7 @@
#ifndef __ASM_ARCH_MFP_PXA9xx_H #ifndef __ASM_ARCH_MFP_PXA9xx_H
#define __ASM_ARCH_MFP_PXA9xx_H #define __ASM_ARCH_MFP_PXA9xx_H
#include <mach/mfp-pxa3xx.h> #include "mfp-pxa3xx.h"
/* GPIO */ /* GPIO */
#define GPIO46_GPIO MFP_CFG(GPIO46, AF0) #define GPIO46_GPIO MFP_CFG(GPIO46, AF0)

View File

@ -47,19 +47,19 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/regs-rtc.h> #include "regs-rtc.h"
#include <linux/platform_data/keypad-pxa27x.h> #include <linux/platform_data/keypad-pxa27x.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <mach/udc.h> #include "udc.h"
#include <mach/pxa27x-udc.h> #include "pxa27x-udc.h"
#include <linux/platform_data/camera-pxa.h> #include <linux/platform_data/camera-pxa.h>
#include <mach/audio.h> #include <mach/audio.h>
#include <mach/smemc.h> #include <mach/smemc.h>
#include <media/soc_camera.h> #include <media/soc_camera.h>
#include <mach/mioa701.h> #include "mioa701.h"
#include "generic.h" #include "generic.h"
#include "devices.h" #include "devices.h"

View File

@ -22,7 +22,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/pxa25x.h> #include "pxa25x.h"
#include "generic.h" #include "generic.h"
static void isp116x_pfm_delay(struct device *dev, int delay) static void isp116x_pfm_delay(struct device *dev, int delay)

View File

@ -29,9 +29,9 @@
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>
#include <mach/pxa320.h> #include "pxa320.h"
#include <mach/mxm8x10.h> #include "mxm8x10.h"
#include "devices.h" #include "devices.h"
#include "generic.h" #include "generic.h"

View File

@ -28,14 +28,14 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/audio.h> #include <mach/audio.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>
#include <mach/udc.h> #include "udc.h"
#include <linux/platform_data/asoc-palm27x.h> #include <linux/platform_data/asoc-palm27x.h>
#include <mach/palm27x.h> #include "palm27x.h"
#include "generic.h" #include "generic.h"
#include "devices.h" #include "devices.h"

View File

@ -32,7 +32,7 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/audio.h> #include <mach/audio.h>
#include <mach/palmld.h> #include <mach/palmld.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
@ -40,7 +40,7 @@
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>
#include <linux/platform_data/keypad-pxa27x.h> #include <linux/platform_data/keypad-pxa27x.h>
#include <linux/platform_data/asoc-palm27x.h> #include <linux/platform_data/asoc-palm27x.h>
#include <mach/palm27x.h> #include "palm27x.h"
#include "generic.h" #include "generic.h"
#include "devices.h" #include "devices.h"

View File

@ -33,16 +33,16 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/audio.h> #include <mach/audio.h>
#include <mach/palmt5.h> #include "palmt5.h"
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>
#include <linux/platform_data/keypad-pxa27x.h> #include <linux/platform_data/keypad-pxa27x.h>
#include <mach/udc.h> #include "udc.h"
#include <linux/platform_data/asoc-palm27x.h> #include <linux/platform_data/asoc-palm27x.h>
#include <mach/palm27x.h> #include "palm27x.h"
#include "generic.h" #include "generic.h"
#include "devices.h" #include "devices.h"

View File

@ -15,7 +15,7 @@
#ifndef _INCLUDE_PALMT5_H_ #ifndef _INCLUDE_PALMT5_H_
#define _INCLUDE_PALMT5_H_ #define _INCLUDE_PALMT5_H_
#include "irqs.h" /* PXA_GPIO_TO_IRQ */ #include <mach/irqs.h> /* PXA_GPIO_TO_IRQ */
/** HERE ARE GPIOs **/ /** HERE ARE GPIOs **/

View File

@ -32,13 +32,13 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/pxa25x.h> #include "pxa25x.h"
#include <mach/audio.h> #include <mach/audio.h>
#include <mach/palmtc.h> #include <mach/palmtc.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>
#include <mach/udc.h> #include "udc.h"
#include "generic.h" #include "generic.h"
#include "devices.h" #include "devices.h"

View File

@ -32,13 +32,13 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/pxa25x.h> #include "pxa25x.h"
#include <mach/audio.h> #include <mach/audio.h>
#include <mach/palmte2.h> #include "palmte2.h"
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>
#include <mach/udc.h> #include "udc.h"
#include <linux/platform_data/asoc-palm27x.h> #include <linux/platform_data/asoc-palm27x.h>
#include "generic.h" #include "generic.h"

View File

@ -31,20 +31,20 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/pxa27x-udc.h> #include "pxa27x-udc.h"
#include <mach/audio.h> #include <mach/audio.h>
#include <mach/palmtreo.h> #include "palmtreo.h"
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>
#include <linux/platform_data/keypad-pxa27x.h> #include <linux/platform_data/keypad-pxa27x.h>
#include <mach/udc.h> #include "udc.h"
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>
#include <mach/pxa2xx-regs.h> #include <mach/pxa2xx-regs.h>
#include <linux/platform_data/asoc-palm27x.h> #include <linux/platform_data/asoc-palm27x.h>
#include <linux/platform_data/camera-pxa.h> #include <linux/platform_data/camera-pxa.h>
#include <mach/palm27x.h> #include "palm27x.h"
#include <sound/pxa2xx-lib.h> #include <sound/pxa2xx-lib.h>

View File

@ -37,16 +37,16 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/audio.h> #include <mach/audio.h>
#include <mach/palmtx.h> #include <mach/palmtx.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>
#include <linux/platform_data/keypad-pxa27x.h> #include <linux/platform_data/keypad-pxa27x.h>
#include <mach/udc.h> #include "udc.h"
#include <linux/platform_data/asoc-palm27x.h> #include <linux/platform_data/asoc-palm27x.h>
#include <mach/palm27x.h> #include "palm27x.h"
#include "generic.h" #include "generic.h"
#include "devices.h" #include "devices.h"

View File

@ -37,18 +37,18 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/audio.h> #include <mach/audio.h>
#include <mach/palmz72.h> #include "palmz72.h"
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>
#include <linux/platform_data/keypad-pxa27x.h> #include <linux/platform_data/keypad-pxa27x.h>
#include <mach/udc.h> #include "udc.h"
#include <linux/platform_data/asoc-palm27x.h> #include <linux/platform_data/asoc-palm27x.h>
#include <mach/palm27x.h> #include "palm27x.h"
#include <mach/pm.h> #include "pm.h"
#include <linux/platform_data/camera-pxa.h> #include <linux/platform_data/camera-pxa.h>
#include <media/soc_camera.h> #include <media/soc_camera.h>

View File

@ -30,8 +30,8 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/pcm027.h> #include "pcm027.h"
#include "generic.h" #include "generic.h"
/* /*

View File

@ -23,7 +23,7 @@
* Definitions of CPU card resources only * Definitions of CPU card resources only
*/ */
#include "irqs.h" /* PXA_GPIO_TO_IRQ */ #include <mach/irqs.h> /* PXA_GPIO_TO_IRQ */
/* phyCORE-PXA270 (PCM027) Interrupts */ /* phyCORE-PXA270 (PCM027) Interrupts */
#define PCM027_IRQ(x) (IRQ_BOARD_START + (x)) #define PCM027_IRQ(x) (IRQ_BOARD_START + (x))

View File

@ -32,11 +32,11 @@
#include <linux/platform_data/camera-pxa.h> #include <linux/platform_data/camera-pxa.h>
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/audio.h> #include <mach/audio.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>
#include <mach/pcm990_baseboard.h> #include "pcm990_baseboard.h"
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include "devices.h" #include "devices.h"

View File

@ -19,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include <mach/pcm027.h> #include "pcm027.h"
#include "irqs.h" /* PXA_GPIO_TO_IRQ */ #include <mach/irqs.h> /* PXA_GPIO_TO_IRQ */
/* /*
* definitions relevant only when the PCM-990 * definitions relevant only when the PCM-990

View File

@ -16,7 +16,7 @@
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <mach/pm.h> #include "pm.h"
struct pxa_cpu_pm_fns *pxa_cpu_pm_fns; struct pxa_cpu_pm_fns *pxa_cpu_pm_fns;
static unsigned long *sleep_save; static unsigned long *sleep_save;

View File

@ -41,9 +41,9 @@
#include <asm/mach/map.h> #include <asm/mach/map.h>
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <mach/pxa25x.h> #include "pxa25x.h"
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <mach/udc.h> #include "udc.h"
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>
#include <mach/poodle.h> #include <mach/poodle.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>

View File

@ -30,9 +30,9 @@
#include <asm/suspend.h> #include <asm/suspend.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/irqs.h> #include <mach/irqs.h>
#include <mach/pxa25x.h> #include "pxa25x.h"
#include <mach/reset.h> #include <mach/reset.h>
#include <mach/pm.h> #include "pm.h"
#include <mach/dma.h> #include <mach/dma.h>
#include <mach/smemc.h> #include <mach/smemc.h>

View File

@ -3,7 +3,7 @@
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/pxa2xx-regs.h> #include <mach/pxa2xx-regs.h>
#include <mach/mfp-pxa25x.h> #include "mfp-pxa25x.h"
#include <mach/irqs.h> #include <mach/irqs.h>
#endif /* __MACH_PXA25x_H */ #endif /* __MACH_PXA25x_H */

View File

@ -28,10 +28,10 @@
#include <asm/irq.h> #include <asm/irq.h>
#include <asm/suspend.h> #include <asm/suspend.h>
#include <mach/irqs.h> #include <mach/irqs.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/reset.h> #include <mach/reset.h>
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>
#include <mach/pm.h> #include "pm.h"
#include <mach/dma.h> #include <mach/dma.h>
#include <mach/smemc.h> #include <mach/smemc.h>

View File

@ -4,7 +4,7 @@
#include <linux/suspend.h> #include <linux/suspend.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/pxa2xx-regs.h> #include <mach/pxa2xx-regs.h>
#include <mach/mfp-pxa27x.h> #include "mfp-pxa27x.h"
#include <mach/irqs.h> #include <mach/irqs.h>
#define ARB_CNTRL __REG(0x48000048) /* Arbiter Control Register */ #define ARB_CNTRL __REG(0x48000048) /* Arbiter Control Register */

View File

@ -17,7 +17,7 @@
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/pxa2xx-regs.h> #include <mach/pxa2xx-regs.h>
#include <mach/mfp-pxa25x.h> #include "mfp-pxa25x.h"
#include <mach/reset.h> #include <mach/reset.h>
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>

View File

@ -18,7 +18,7 @@
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/io.h> #include <linux/io.h>
#include <mach/pxa300.h> #include "pxa300.h"
#include "generic.h" #include "generic.h"
#include "devices.h" #include "devices.h"

View File

@ -1,7 +1,7 @@
#ifndef __MACH_PXA300_H #ifndef __MACH_PXA300_H
#define __MACH_PXA300_H #define __MACH_PXA300_H
#include <mach/pxa3xx.h> #include "pxa3xx.h"
#include <mach/mfp-pxa300.h> #include "mfp-pxa300.h"
#endif /* __MACH_PXA300_H */ #endif /* __MACH_PXA300_H */

View File

@ -18,7 +18,7 @@
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/io.h> #include <linux/io.h>
#include <mach/pxa320.h> #include "pxa320.h"
#include "generic.h" #include "generic.h"
#include "devices.h" #include "devices.h"

View File

@ -1,8 +1,8 @@
#ifndef __MACH_PXA320_H #ifndef __MACH_PXA320_H
#define __MACH_PXA320_H #define __MACH_PXA320_H
#include <mach/pxa3xx.h> #include "pxa3xx.h"
#include <mach/mfp-pxa320.h> #include "mfp-pxa320.h"
#endif /* __MACH_PXA320_H */ #endif /* __MACH_PXA320_H */

View File

@ -26,7 +26,7 @@
#include <linux/usb/otg.h> #include <linux/usb/otg.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/regs-u2d.h> #include "regs-u2d.h"
#include <linux/platform_data/usb-pxa3xx-ulpi.h> #include <linux/platform_data/usb-pxa3xx-ulpi.h>
struct pxa3xx_u2d_ulpi { struct pxa3xx_u2d_ulpi {

View File

@ -30,7 +30,7 @@
#include <mach/pxa3xx-regs.h> #include <mach/pxa3xx-regs.h>
#include <mach/reset.h> #include <mach/reset.h>
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>
#include <mach/pm.h> #include "pm.h"
#include <mach/dma.h> #include <mach/dma.h>
#include <mach/smemc.h> #include <mach/smemc.h>
#include <mach/irqs.h> #include <mach/irqs.h>

View File

@ -17,7 +17,7 @@
#include <linux/gpio-pxa.h> #include <linux/gpio-pxa.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <mach/pxa930.h> #include "pxa930.h"
#include "devices.h" #include "devices.h"

View File

@ -1,7 +1,7 @@
#ifndef __MACH_PXA930_H #ifndef __MACH_PXA930_H
#define __MACH_PXA930_H #define __MACH_PXA930_H
#include <mach/pxa3xx.h> #include "pxa3xx.h"
#include <mach/mfp-pxa930.h> #include "mfp-pxa930.h"
#endif /* __MACH_PXA930_H */ #endif /* __MACH_PXA930_H */

View File

@ -49,7 +49,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/pxa300.h> #include "pxa300.h"
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>

View File

@ -31,7 +31,7 @@
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/mach/flash.h> #include <asm/mach/flash.h>
#include <mach/pxa930.h> #include "pxa930.h"
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include "devices.h" #include "devices.h"

View File

@ -27,10 +27,10 @@
#include <linux/io.h> #include <linux/io.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <mach/pm.h> #include "pm.h"
#include <mach/pxa2xx-regs.h> #include <mach/pxa2xx-regs.h>
#include <mach/regs-rtc.h> #include "regs-rtc.h"
#include <mach/sharpsl_pm.h> #include "sharpsl_pm.h"
/* /*
* Constants * Constants

View File

@ -40,15 +40,15 @@
#include <asm/mach/sharpsl_param.h> #include <asm/mach/sharpsl_param.h>
#include <asm/hardware/scoop.h> #include <asm/hardware/scoop.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/pxa27x-udc.h> #include "pxa27x-udc.h"
#include <mach/reset.h> #include <mach/reset.h>
#include <linux/platform_data/irda-pxaficp.h> #include <linux/platform_data/irda-pxaficp.h>
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <linux/platform_data/usb-ohci-pxa27x.h> #include <linux/platform_data/usb-ohci-pxa27x.h>
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <mach/spitz.h> #include <mach/spitz.h>
#include <mach/sharpsl_pm.h> #include "sharpsl_pm.h"
#include <mach/smemc.h> #include <mach/smemc.h>
#include "generic.h" #include "generic.h"

View File

@ -25,8 +25,8 @@
#include <mach/hardware.h> #include <mach/hardware.h>
#include <mach/spitz.h> #include <mach/spitz.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <mach/sharpsl_pm.h> #include "sharpsl_pm.h"
#include "generic.h" #include "generic.h"

View File

@ -43,10 +43,10 @@
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <asm/mach/flash.h> #include <asm/mach/flash.h>
#include <mach/pxa27x.h> #include "pxa27x.h"
#include <linux/platform_data/mmc-pxamci.h> #include <linux/platform_data/mmc-pxamci.h>
#include <mach/udc.h> #include "udc.h"
#include <mach/pxa27x-udc.h> #include "pxa27x-udc.h"
#include <mach/smemc.h> #include <mach/smemc.h>
#include <linux/spi/spi.h> #include <linux/spi/spi.h>

View File

@ -24,7 +24,7 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <mach/pxa930.h> #include "pxa930.h"
#include <linux/platform_data/video-pxafb.h> #include <linux/platform_data/video-pxafb.h>
#include <linux/platform_data/keypad-pxa27x.h> #include <linux/platform_data/keypad-pxa27x.h>

Some files were not shown because too many files have changed in this diff Show More