[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221112151835.39059-1-aidanmacdonald.0x0@gmail.com>
Date: Sat, 12 Nov 2022 15:18:17 +0000
From: Aidan MacDonald <aidanmacdonald.0x0@...il.com>
To: lee@...nel.org
Cc: mani@...nel.org, cristian.ciocaltea@...il.com, wens@...e.org,
tharvey@...eworks.com, cw00.choi@...sung.com,
krzysztof.kozlowski@...aro.org, brgl@...ev.pl,
mazziesaccount@...il.com, orsonzhai@...il.com,
baolin.wang@...ux.alibaba.com, zhang.lyra@...il.com,
jernej.skrabec@...il.com, samuel@...lland.org,
linux-kernel@...r.kernel.org, linux-actions@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org, linux-sunxi@...ts.linux.dev
Subject: [PATCH 00/18] mfd: Clean up deprecated regmap-irq functionality
Hi Lee,
Here are some trivial updates to replace old, deprecated regmap-irq APIs
with the new equivalents. There should be no functional changes, but none
of the patches have been tested (besides compile testing).
One issue with WCD934x - after applying the patch, a bug in regmap-irq
will cause a null pointer deref when setting the IRQ type, but a fix is
already in the regmap tree.
Link: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git/commit/?id=84498d1fb35de6ab71bdfdb6270a464fb4a0951b
Aidan MacDonald (18):
mfd: 88pm800: Replace irqchip mask_invert with unmask_base
mfd: atc260x: Replace irqchip mask_invert with unmask_base
mfd: axp20x: Replace irqchip mask_invert with unmask_base
mfd: gateworks-gsc: Replace irqchip mask_invert with unmask_base
mfd: max14577: Replace irqchip mask_invert with unmask_base
mfd: max77650: Remove useless type_invert flag
mfd: max77693: Replace irqchip mask_invert with unmask_base
mfd: max77843: Drop useless mask_invert flag on irqchip
mfd: rn5t618: Replace irqchip mask_invert with unmask_base
mfd: rohm-bd71828: Replace irqchip mask_invert with unmask_base
mfd: rohm-bd718x7: Drop useless mask_invert flag on irqchip
mfd: rt5033: Replace irqchip mask_invert with unmask_base
mfd: rt5120: Replace irqchip mask_invert with unmask_base
mfd: sprd-sc27xx-spi: Replace irqchip mask_invert with unmask_base
mfd: stpmic1: Fix swapped mask/unmask in irq chip
mfd: sun4i-gpadc: Replace irqchip mask_invert with unmask_base
mfd: tps65090: Replace irqchip mask_invert with unmask_base
mfd: wcd934x: Convert irq chip to config regs
drivers/mfd/88pm800.c | 3 +--
drivers/mfd/atc260x-core.c | 6 ++----
drivers/mfd/axp20x.c | 21 +++++++--------------
drivers/mfd/gateworks-gsc.c | 3 +--
drivers/mfd/max14577.c | 7 ++-----
drivers/mfd/max77650.c | 1 -
drivers/mfd/max77693.c | 6 +-----
drivers/mfd/max77843.c | 1 -
drivers/mfd/rn5t618.c | 3 +--
drivers/mfd/rohm-bd71828.c | 6 ++----
drivers/mfd/rohm-bd718x7.c | 1 -
drivers/mfd/rt5033.c | 3 +--
drivers/mfd/rt5120.c | 3 +--
drivers/mfd/sprd-sc27xx-spi.c | 3 +--
drivers/mfd/stpmic1.c | 5 +++--
drivers/mfd/sun4i-gpadc.c | 3 +--
drivers/mfd/tps65090.c | 3 +--
drivers/mfd/wcd934x.c | 11 ++++++++---
18 files changed, 33 insertions(+), 56 deletions(-)
--
2.38.1
Powered by blists - more mailing lists