kernel-hacking-2024-linux-s.../arch/arm
Eric Miao 51c62982a3 [ARM] pxa: introduce pxa{25x,27x,300,320,930}.h for board usage
Considering the header mess ATM, it is not always possible to include
the correct header files within board code. Let's keep this simple:

  <mach/pxa25x.h>  - for pxa25x based platforms
  <mach/pxa27x.h>  - for pxa27x based platforms
  <mach/pxa300.h>  - for pxa300 based platforms
  <mach/pxa320.h>  - for pxa320 based platforms
  <mach/pxa930.h>  - for pxa930 based platforms

NOTE:

1. one header one board file, they are not compatible (i.e. they have
   conflicting definitions which won't compile if included together).

2. Unless strictly necessary, the following header files are considered
   to be SoC files use _only_, and is not recommended to be included in
   board code:

    <mach/hardware.h>
    <mach/pxa-regs.h>
    <mach/pxa2xx-regs.h>
    <mach/pxa3xx-regs.h>
    <mach/mfp.h>
    <mach/mfp-pxa2xx.h>
    <mach/mfp-pxa25x.h>
    <mach/mfp-pxa27x.h>
    <mach/mfp-pxa3xx.h>
    <mach/mfp-pxa300.h>
    <mach/mfp-pxa320.h>
    <mach/mfp-pxa930.h>

Signed-off-by: Eric Miao <eric.miao@marvell.com>
2009-03-09 21:22:36 +08:00
..
boot [ARM] 5412/1: XSCALE: add ice dcc support 2009-02-27 20:57:46 +00:00
common [ARM] clkdev: fix clock matching 2009-01-24 11:41:20 +00:00
configs [ARM] pxa/magician: select PXA_SSP for touchscreen and sound 2009-03-09 21:22:33 +08:00
include/asm Merge branch 'dma' into devel 2009-02-21 21:42:50 +00:00
kernel [ARM] 5412/1: XSCALE: add ice dcc support 2009-02-27 20:57:46 +00:00
lib
mach-aaec2000
mach-at91 [ARM] 5399/1: [AT91] Configure MCLK and SSC for AT91SAMG20-EK 2009-02-21 16:39:40 +00:00
mach-clps711x
mach-davinci USB: musb_hdrc: another davinci buildfix (otg related) 2009-01-27 16:15:32 -08:00
mach-ebsa110
mach-ep93xx [ARM] 5414/2: ep93xx m2p dma core 2009-03-03 12:20:11 +00:00
mach-footbridge Merge branch 'dma' into devel 2009-02-21 21:42:50 +00:00
mach-h720x
mach-imx [ARM] i.MX add missing include 2009-01-12 12:14:40 +01:00
mach-integrator libata-sff: fix incorrect EH message 2009-01-26 06:36:16 -05:00
mach-iop13xx
mach-iop32x
mach-iop33x
mach-ixp4xx
mach-ixp23xx
mach-ixp2000
mach-kirkwood
mach-ks8695 [ARM] 5372/1: ACS5K: Core board support for the ACS-5000 2009-02-10 11:24:21 +00:00
mach-l7200
mach-lh7a40x
mach-loki
mach-msm [ARM] msm: fix build errors 2009-01-28 10:19:52 +00:00
mach-mv78xx0
mach-mx1
mach-mx2
mach-mx3
mach-netx
mach-ns9xxx
mach-omap1 ARM: OMAP: Fix hsmmc init, v2 2009-01-29 08:57:16 -08:00
mach-omap2 ARM: OMAP: fix fault in enter_full_retention() 2009-01-29 09:27:00 -08:00
mach-orion5x
mach-pnx4008
mach-pxa [ARM] pxa: introduce pxa{25x,27x,300,320,930}.h for board usage 2009-03-09 21:22:36 +08:00
mach-realview [ARM] 5397/1: RealView: Add support for the ISP1761 USB chip 2009-02-19 11:30:27 +00:00
mach-rpc Merge branch 'dma' into devel 2009-02-21 21:42:50 +00:00
mach-s3c24a0/include/mach
mach-s3c2400
mach-s3c2410
mach-s3c2412
mach-s3c2440
mach-s3c2442
mach-s3c2443
mach-s3c6400
mach-s3c6410
mach-sa1100 [ARM] 5407/1: SA1100: drop broken for ages iPAQ h3800 support 2009-02-21 16:39:07 +00:00
mach-shark Merge branch 'dma' into devel 2009-02-21 21:42:50 +00:00
mach-versatile [ARM] 5395/1: RealView: Add support for the DS1338 RTC chip 2009-02-19 11:30:25 +00:00
mach-w90x900 [ARM] 5393/1: Add W90P910 EVB NOR flash driver 2009-02-12 11:10:24 +00:00
mm [ARM] 5366/1: fix shared memory coherency with VIVT L1 + L2 caches 2009-01-28 16:55:00 +00:00
nwfpe
oprofile [ARM] 5382/1: unwind: Reorganise the stacktrace support 2009-02-12 13:21:17 +00:00
plat-iop
plat-mxc Merge branch 'dma' into devel 2009-02-21 21:42:50 +00:00
plat-omap ARM: OMAP: Fix hsmmc init, v2 2009-01-29 08:57:16 -08:00
plat-orion
plat-s3c [ARM] 5376/1: S3C24XX: Fix sparse errors in platform uncompress.h 2009-02-19 11:30:19 +00:00
plat-s3c24xx
plat-s3c64xx
tools
vfp [ARM] 5388/1: Add hwcap bits for VFPv3 and VFPv3D16 2009-02-12 10:59:44 +00:00
Kconfig [ARM] 5407/1: SA1100: drop broken for ages iPAQ h3800 support 2009-02-21 16:39:07 +00:00
Kconfig-nommu
Kconfig.debug [ARM] 5412/1: XSCALE: add ice dcc support 2009-02-27 20:57:46 +00:00
Makefile [ARM] 5386/2: unwind: Add Makefile and Kconfig entries for ARM stack unwinding 2009-02-19 11:30:18 +00:00