aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorAlessandro Zummo <a.zummo@towertech.it>2006-11-14 13:43:21 -0500
committerJeff Garzik <jeff@garzik.org>2006-12-01 22:42:51 -0500
commit0df0d0a0ea9ffcee4e56f96cd9d9e32b0644eb21 (patch)
tree8703426cd2737b74cf7f4b0ac104ea935cb26ccb /include/asm-arm
parent[PATCH] sata_sis: slave support on SiS965 (diff)
downloadlinux-dev-0df0d0a0ea9ffcee4e56f96cd9d9e32b0644eb21.tar.xz
linux-dev-0df0d0a0ea9ffcee4e56f96cd9d9e32b0644eb21.zip
[libata] ARM: add ixp4xx PATA driver
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-ixp4xx/platform.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-arm/arch-ixp4xx/platform.h b/include/asm-arm/arch-ixp4xx/platform.h
index 8d10a9187693..ab194e5f6653 100644
--- a/include/asm-arm/arch-ixp4xx/platform.h
+++ b/include/asm-arm/arch-ixp4xx/platform.h
@@ -86,6 +86,19 @@ struct ixp4xx_i2c_pins {
unsigned long scl_pin;
};
+/*
+ * This structure provide a means for the board setup code
+ * to give information to th pata_ixp4xx driver. It is
+ * passed as platform_data.
+ */
+struct ixp4xx_pata_data {
+ volatile u32 *cs0_cfg;
+ volatile u32 *cs1_cfg;
+ unsigned long cs0_bits;
+ unsigned long cs1_bits;
+ void __iomem *cs0;
+ void __iomem *cs1;
+};
struct sys_timer;