]> www.infradead.org Git - users/jedix/linux-maple.git/commit
regulator: bd96801: Drop IC name from the IRQ resources
authorMatti Vaittinen <mazziesaccount@gmail.com>
Tue, 8 Apr 2025 08:45:34 +0000 (11:45 +0300)
committerLee Jones <lee@kernel.org>
Thu, 24 Apr 2025 13:52:52 +0000 (14:52 +0100)
commit9cc957546e3865bc3adfd39ceeedc8074521024d
treea2b8030c2b6c460c387add9a7d52fd99ad8d9aa9
parentd082571fca4d1db5642ad4436cef22d65bfe4153
regulator: bd96801: Drop IC name from the IRQ resources

The resources generated in the BD96801 MFD driver are only visible to
the sub-drivers whose resource fields they are added. This makes
abbreviating the resource name with the IC name pointless. It just adds
confusion in those sub-drivers which do not really care the exact model
that generates the IRQ but just want to know the purpose IRQ was
generated for. Thus, as a preparatory fix to simplify adding support for
ROHM BD96802 PMIC the IC name "bd96801-" prefix was dropped from the IRQ
resource names. Adapt the regulator driver to this change.

Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/73ec2425655ab19c9f0cf990419641ad36561590.1744090658.git.mazziesaccount@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/regulator/bd96801-regulator.c