Re: [PATCH 11/14] mfd: remove unused wm8350 driver

From: Guenter Roeck

Date: Wed Sep 09 2026 - 11:37:34 EST


On 9/9/26 06:21, Arnd Bergmann wrote:
From: Arnd Bergmann <arnd@xxxxxxxx>

This driver was used on the i.MX31 ADS reference board from Freescale
and the smdk6410 reference board from Samsung. Both used platform_data
based driver probing and are now gone from the kernel.

Since probing with devicetree has never been supported by wm8350,
it is clear that nothing can use the driver on an upstream kernel,
and it is unlikely that anyone is still interested in a devicetree
conversion, so remove it.

Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Acked-by: Guenter Roeck <linux@xxxxxxxxxxxx>