diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2016-08-31 09:49:47 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2018-03-24 15:17:06 +0100 |
commit | 0920ca103f8d8b53619bb69fa34185013f448ca2 (patch) | |
tree | 53dfa28879453d04138762d4346b5287285f3233 /arch/arm/mach-sa1100/generic.h | |
parent | pcmcia: sa1100: provide generic CF support (diff) | |
download | linux-0920ca103f8d8b53619bb69fa34185013f448ca2.tar.xz linux-0920ca103f8d8b53619bb69fa34185013f448ca2.zip |
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); |