diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2016-08-31 10:49:47 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2018-03-24 17:17:06 +0300 |
commit | 0920ca103f8d8b53619bb69fa34185013f448ca2 (patch) | |
tree | 53dfa28879453d04138762d4346b5287285f3233 /arch/arm/mach-sa1100/generic.h | |
parent | 7be893aa2d6a11d3ff16fe5f614cb94d1cfc9149 (diff) | |
download | linux-0920ca103f8d8b53619bb69fa34185013f448ca2.tar.xz |
ARM: sa1100: provide infrastructure to support generic CF sockets
Provide the SoC-level infrastructure to support the generic CF sockets.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100/generic.h')
-rw-r--r-- | arch/arm/mach-sa1100/generic.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/generic.h b/arch/arm/mach-sa1100/generic.h index 97502922a15d..5f3cb52fa6ab 100644 --- a/arch/arm/mach-sa1100/generic.h +++ b/arch/arm/mach-sa1100/generic.h @@ -47,3 +47,11 @@ static inline int sa11x0_pm_init(void) { return 0; } #endif int sa11xx_clk_init(void); + +struct gpiod_lookup_table; +void sa11x0_register_pcmcia(int socket, struct gpiod_lookup_table *); + +struct fixed_voltage_config; +struct regulator_consumer_supply; +int sa11x0_register_fixed_regulator(int n, struct fixed_voltage_config *cfg, + struct regulator_consumer_supply *supplies, unsigned num_supplies); |