Re: [PATCH 6/9] regulator: pcf50633-regulator: Remove

2025-03-11 Thread Mark Brown
On Sun, Mar 09, 2025 at 07:36:09PM +, li...@treblig.org wrote: > Signed-off-by: Dr. David Alan Gilbert > --- > drivers/mfd/pcf50633-core.c| 35 +-- > drivers/regulator/Kconfig | 7 -- > drivers/regulator/Makefile | 1 - > drivers/regulator/pcf506

[PATCH 6/9] regulator: pcf50633-regulator: Remove

2025-03-09 Thread linux
From: "Dr. David Alan Gilbert" The pcf50633 was used as part of the OpenMoko devices but the support for its main chip was recently removed in: commit 61b7f8920b17 ("ARM: s3c: remove all s3c24xx support") See https://lore.kernel.org/all/Z8z236h4B5A6Ki3D@gallifrey/ Remove it. Signed-off-by: Dr.