Re: [PATCH leds] leds: regulator: remove driver

From: Marek Behun
Date: Sun Sep 20 2020 - 17:53:19 EST


On Sun, 20 Sep 2020 23:46:47 +0200
Pavel Machek <pavel@xxxxxx> wrote:

> On Sun 2020-09-20 22:42:03, Marek Behún wrote:
> > The leds-regulator driver only supports the old platform data binding
> > and no in-tree code uses it. It also seems that no OpenWRT board uses
> > it.
> >
> > Remove this driver.
>
> Lets keep this one.

Very well.

> Connecting LED directly to regulator simply makes sense.

It does makes sence to me as well, but at least it needs to be
rewritten to use OF instead of platdata. The way it is written now it
is not used by anyone, apparently.

Marek