diff options
Diffstat (limited to 'include/linux/mfd/tps65910.h')
-rw-r--r-- | include/linux/mfd/tps65910.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mfd/tps65910.h b/include/linux/mfd/tps65910.h index 0e01d504ab58..8afe91c85587 100644 --- a/include/linux/mfd/tps65910.h +++ b/include/linux/mfd/tps65910.h | |||
@@ -715,6 +715,8 @@ | |||
715 | 715 | ||
716 | struct tps65910_board { | 716 | struct tps65910_board { |
717 | int gpio_base; | 717 | int gpio_base; |
718 | int irq; | ||
719 | int irq_base; | ||
718 | struct regulator_init_data *tps65910_pmic_init_data; | 720 | struct regulator_init_data *tps65910_pmic_init_data; |
719 | }; | 721 | }; |
720 | 722 | ||
@@ -745,11 +747,14 @@ struct tps65910 { | |||
745 | }; | 747 | }; |
746 | 748 | ||
747 | struct tps65910_platform_data { | 749 | struct tps65910_platform_data { |
750 | int irq; | ||
748 | int irq_base; | 751 | int irq_base; |
749 | }; | 752 | }; |
750 | 753 | ||
751 | int tps65910_set_bits(struct tps65910 *tps65910, u8 reg, u8 mask); | 754 | int tps65910_set_bits(struct tps65910 *tps65910, u8 reg, u8 mask); |
752 | int tps65910_clear_bits(struct tps65910 *tps65910, u8 reg, u8 mask); | 755 | int tps65910_clear_bits(struct tps65910 *tps65910, u8 reg, u8 mask); |
753 | void tps65910_gpio_init(struct tps65910 *tps65910, int gpio_base); | 756 | void tps65910_gpio_init(struct tps65910 *tps65910, int gpio_base); |
757 | int tps65910_irq_init(struct tps65910 *tps65910, int irq, | ||
758 | struct tps65910_platform_data *pdata); | ||
754 | 759 | ||
755 | #endif /* __LINUX_MFD_TPS65910_H */ | 760 | #endif /* __LINUX_MFD_TPS65910_H */ |