TPS65910: GPIO: Add GPIO driver
[deliverable/linux.git] / include / linux / mfd / tps65910.h
index fa1b029e5499319392eee88859aa62b00de7dcac..0e01d504ab58835953cd726c842b26950219751f 100644 (file)
  */
 
 struct tps65910_board {
+       int gpio_base;
        struct regulator_init_data *tps65910_pmic_init_data;
 };
 
@@ -749,5 +750,6 @@ struct tps65910_platform_data {
 
 int tps65910_set_bits(struct tps65910 *tps65910, u8 reg, u8 mask);
 int tps65910_clear_bits(struct tps65910 *tps65910, u8 reg, u8 mask);
+void tps65910_gpio_init(struct tps65910 *tps65910, int gpio_base);
 
 #endif /*  __LINUX_MFD_TPS65910_H */
This page took 0.029584 seconds and 5 git commands to generate.