diff options
author | Tzachi Perelstein <tzachi@marvell.com> | 2007-10-23 15:14:42 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 10:03:45 -0500 |
commit | 01af72e4e36fba66cd7cfc2a628efee866c346d1 (patch) | |
tree | 5e2c795f7cfa2ebb876d5244d7126cf8d4fb5896 /arch/arm/mach-orion/common.h | |
parent | c67de5b3c0bb48ac56f14928e11f1f7d76add26f (diff) |
[ARM] Orion: GPIO support
Signed-off-by: Tzachi Perelstein <tzachi@marvell.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Acked-by: David Brownell <david-b@pacbell.net>
Diffstat (limited to 'arch/arm/mach-orion/common.h')
-rw-r--r-- | arch/arm/mach-orion/common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-orion/common.h b/arch/arm/mach-orion/common.h index 056043464ca1..a6a7af189b0e 100644 --- a/arch/arm/mach-orion/common.h +++ b/arch/arm/mach-orion/common.h | |||
@@ -53,4 +53,12 @@ struct pci_bus *orion_pci_sys_scan_bus(int nr, struct pci_sys_data *sys); | |||
53 | int orion_pci_hw_rd_conf(u32 bus, u32 dev, u32 func, u32 where, u32 size, u32 *val); | 53 | int orion_pci_hw_rd_conf(u32 bus, u32 dev, u32 func, u32 where, u32 size, u32 *val); |
54 | int orion_pci_hw_wr_conf(u32 bus, u32 dev, u32 func, u32 where, u32 size, u32 val); | 54 | int orion_pci_hw_wr_conf(u32 bus, u32 dev, u32 func, u32 where, u32 size, u32 val); |
55 | 55 | ||
56 | /* | ||
57 | * Valid GPIO pins according to MPP setup, used by machine-setup. | ||
58 | * (/mach-orion/gpio.c). | ||
59 | */ | ||
60 | |||
61 | void __init orion_gpio_set_valid_pins(u32 pins); | ||
62 | void gpio_display(void); /* debug */ | ||
63 | |||
56 | #endif /* __ARCH_ORION_COMMON_H__ */ | 64 | #endif /* __ARCH_ORION_COMMON_H__ */ |