]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "some LED patches"
authorTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 16:25:18 +0000 (11:25 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 16:35:17 +0000 (11:35 -0500)
To quote the author:

I wanted to add support for ti,lp5562, and found an old submission
from Doug. While trying to modify that to work in current U-Boot, I
found a problem with the "move label handling to core" patches.

Patch 1 is a prerequisite for the ti,lp5562 driver, which turned out
to be needed by Christian as well.

Patch 2 is an attempt at (quick-)fixing the mentioned "move label
handling to core" problem. The real fix consists of changing remaining
drivers to not bind the same driver to the top node as to the child
nodes, but I can't test those other drivers.

Patch 3 introduces a helper which should allow removing some
boilerplate in most individual drivers, and 4,5 apply that in the gpio
and pwm drivers. Converting remaining drivers is trivial, but left out
for now.

Finally patch 6 is the reworked lp5562 driver. While I've changed it
to match existing DT bindings (with the goal of making it work with
our .dts that is known to work with the linux driver), most of the
logic is unchanged from Doug's original patch, so he is still listed
as author.

Changes in v2: Interchange order of patches 1 and 2, add a few R-bs,
and try to trim down the commit message in patch 2.

1  2 
MAINTAINERS

diff --cc MAINTAINERS
Simple merge