Searched hist:"03 b42710420f2db5cc1e3506625e1311becb286b" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/mfd/ |
H A D | da9063-irq.c | diff 03b42710420f2db5cc1e3506625e1311becb286b Fri Jul 17 11:55:10 CEST 2015 Steve Twiss <stwiss.opensource@diasemi.com> mfd: da9063: Fix missing DA9063_M_DVC_RDY mask bit
Fix a missing DVC_RDY interrupt mask in struct regmap_irq definition.
The original submission of this driver did not contain all interrupt masking definitions in the struct regmap_irq contained in the file da9063-irq.c
The solution is to add a DA9063_IRQ_DVC_RDY entry to enum da9063_irqs list and to add the corresponding values to compensate for the missing mask bit in the static const struct regmap_irq da9063_irqs[] table.
Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com> Signed-off-by: Adam Ward <adam.ward.opensource@diasemi.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
|
/linux/include/linux/mfd/da9063/ |
H A D | core.h | diff 03b42710420f2db5cc1e3506625e1311becb286b Fri Jul 17 11:55:10 CEST 2015 Steve Twiss <stwiss.opensource@diasemi.com> mfd: da9063: Fix missing DA9063_M_DVC_RDY mask bit
Fix a missing DVC_RDY interrupt mask in struct regmap_irq definition.
The original submission of this driver did not contain all interrupt masking definitions in the struct regmap_irq contained in the file da9063-irq.c
The solution is to add a DA9063_IRQ_DVC_RDY entry to enum da9063_irqs list and to add the corresponding values to compensate for the missing mask bit in the static const struct regmap_irq da9063_irqs[] table.
Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com> Signed-off-by: Adam Ward <adam.ward.opensource@diasemi.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
|