Merge branch 'next/drivers' into HEAD
[deliverable/linux.git] / include / linux / regmap.h
index 7f7e00df3adf9991ce844a280c4c5c03a9d7bcb6..e3bcc3f4dcb8426c4e5e487016417e0e43113666 100644 (file)
@@ -285,6 +285,7 @@ struct regmap_irq {
  * @ack_base:    Base ack address.  If zero then the chip is clear on read.
  * @wake_base:   Base address for wake enables.  If zero unsupported.
  * @irq_reg_stride:  Stride to use for chips where registers are not contiguous.
+ * @runtime_pm:  Hold a runtime PM lock on the device when accessing it.
  *
  * @num_regs:    Number of registers in each control bank.
  * @irqs:        Descriptors for individual IRQs.  Interrupt numbers are
@@ -299,6 +300,8 @@ struct regmap_irq_chip {
        unsigned int ack_base;
        unsigned int wake_base;
        unsigned int irq_reg_stride;
+       unsigned int mask_invert;
+       bool runtime_pm;
 
        int num_regs;
 
This page took 0.02967 seconds and 5 git commands to generate.