diff options
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/abx500.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/abx500.h b/include/linux/mfd/abx500.h index 2138bd33021a..bd480b248c62 100644 --- a/include/linux/mfd/abx500.h +++ b/include/linux/mfd/abx500.h | |||
| @@ -308,6 +308,7 @@ int abx500_mask_and_set_register_interruptible(struct device *dev, u8 bank, | |||
| 308 | int abx500_get_chip_id(struct device *dev); | 308 | int abx500_get_chip_id(struct device *dev); |
| 309 | int abx500_event_registers_startup_state_get(struct device *dev, u8 *event); | 309 | int abx500_event_registers_startup_state_get(struct device *dev, u8 *event); |
| 310 | int abx500_startup_irq_enabled(struct device *dev, unsigned int irq); | 310 | int abx500_startup_irq_enabled(struct device *dev, unsigned int irq); |
| 311 | void abx500_dump_all_banks(void); | ||
| 311 | 312 | ||
| 312 | struct abx500_ops { | 313 | struct abx500_ops { |
| 313 | int (*get_chip_id) (struct device *); | 314 | int (*get_chip_id) (struct device *); |
| @@ -318,6 +319,7 @@ struct abx500_ops { | |||
| 318 | int (*mask_and_set_register) (struct device *, u8, u8, u8, u8); | 319 | int (*mask_and_set_register) (struct device *, u8, u8, u8, u8); |
| 319 | int (*event_registers_startup_state_get) (struct device *, u8 *); | 320 | int (*event_registers_startup_state_get) (struct device *, u8 *); |
| 320 | int (*startup_irq_enabled) (struct device *, unsigned int); | 321 | int (*startup_irq_enabled) (struct device *, unsigned int); |
| 322 | void (*dump_all_banks) (struct device *); | ||
| 321 | }; | 323 | }; |
| 322 | 324 | ||
| 323 | int abx500_register_ops(struct device *core_dev, struct abx500_ops *ops); | 325 | int abx500_register_ops(struct device *core_dev, struct abx500_ops *ops); |
