mfd: ab8500: Drop debugfs module
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 12 Feb 2022 21:47:24 +0000 (22:47 +0100)
committerLee Jones <lee.jones@linaro.org>
Tue, 8 Mar 2022 09:44:06 +0000 (09:44 +0000)
commit3d4d1266597c0206f85c42c387eb942716dfad45
tree4dfabad48abd4e77e447675897df6ba1e96f43b0
parent6ceb5f173ff15136f3d76e8d22aa8c6e784ea126
mfd: ab8500: Drop debugfs module

This debugfs isn't used by anyone, if we want to dump the contents
of registers we should just convert the driver to regmap instead.
I'm also excluding this from the device tree bindings when converting
to YAML because it is not a real device, and device trees should
only contain real physical devices.

Delete it.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220212214724.681530-1-linus.walleij@linaro.org
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/ab8500-core.c
drivers/mfd/ab8500-debugfs.c [deleted file]