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>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user