[v1,0/4] regmap-irq fixes for qcom-pm8008

Message ID 20230216222214.138671-1-aidanmacdonald.0x0@gmail.com
Headers
Series regmap-irq fixes for qcom-pm8008 |

Message

Aidan MacDonald Feb. 16, 2023, 10:22 p.m. UTC
  The PM8008 driver is the last one using a bunch of deprecated features
in regmap-irq. Replace these with more generally useful equivalents so
the deprecated stuff can finally be removed.

Note, I have not tested any of these patches.

Aidan MacDonald (4):
  mfd: qcom-pm8008: Fix swapped mask/unmask in irq chip
  mfd: qcom-pm8008: Convert irq chip to config regs
  mfd: qcom-pm8008: Use .get_irq_reg() for irq chip
  mfd: qcom-pm8008: Remove workaround for a regmap-irq quirk

 drivers/mfd/qcom-pm8008.c | 131 ++++++++++++++------------------------
 1 file changed, 48 insertions(+), 83 deletions(-)