<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/drivers/led, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-04-23T21:57:22Z</updated>
<entry>
<title>led: bcm6858: allow to use this driver on ARCH_963158</title>
<updated>2019-04-23T21:57:22Z</updated>
<author>
<name>Philippe Reynes</name>
</author>
<published>2019-03-22T16:02:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=4ac59e3381645f4f56e87ea3adeb1aefd7ae4415'/>
<id>urn:sha1:4ac59e3381645f4f56e87ea3adeb1aefd7ae4415</id>
<content type='text'>
Allow the led bcm6858 driver to be used on bcm63158.
They have the same led controller.

Signed-off-by: Philippe Reynes &lt;philippe.reynes@softathome.com&gt;
</content>
</entry>
<entry>
<title>led: add initial support for bcm6858</title>
<updated>2019-04-22T22:13:24Z</updated>
<author>
<name>Philippe Reynes</name>
</author>
<published>2019-03-22T16:02:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=d00c6a2d5634eeb58d15746fce8ddc4cfc76eaee'/>
<id>urn:sha1:d00c6a2d5634eeb58d15746fce8ddc4cfc76eaee</id>
<content type='text'>
The driver add the support of the led IP on bcm6858.
This led IP can drive up to 32 leds, and can handle
blinking.

Signed-off-by: Philippe Reynes &lt;philippe.reynes@softathome.com&gt;
Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>dm: led: move default state support in led uclass</title>
<updated>2018-08-10T14:27:32Z</updated>
<author>
<name>Patrick Delaunay</name>
</author>
<published>2018-07-27T14:37:07Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=d7a435a2ce3591b7d0b408d8710586415d797e58'/>
<id>urn:sha1:d7a435a2ce3591b7d0b408d8710586415d797e58</id>
<content type='text'>
This patch save common LED property "default-state" value
in post bind of LED uclass.
The configuration for this default state is only performed when
led_default_state() is called;
It can be called in your board_init()
or it could added in init_sequence_r[] in future.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>Revert "dm: led: auto probe() LEDs with "default-state""</title>
<updated>2018-08-10T14:27:32Z</updated>
<author>
<name>Patrick Delaunay</name>
</author>
<published>2018-07-27T14:37:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=1f6d81fe3398309cacd79f0fdc809502552d3e0c'/>
<id>urn:sha1:1f6d81fe3398309cacd79f0fdc809502552d3e0c</id>
<content type='text'>
This reverts commit bc882f5d5c7b4d6ed5e927bf838863af43c786e7.
because this patch adds the probe of LED driver during the
binding phasis. It is not allowed in driver model because
the drivers (clock, pincontrol) needed by the LED driver can
be also probed before the binding of all the device and
it is a source of problems.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>led: bcm6328: read base address in the parent node</title>
<updated>2018-07-11T12:23:55Z</updated>
<author>
<name>Philippe Reynes</name>
</author>
<published>2018-06-28T13:26:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=c38abed5093a486d6349fc0d9d7a663f24965d78'/>
<id>urn:sha1:c38abed5093a486d6349fc0d9d7a663f24965d78</id>
<content type='text'>
In the device tree, the address for the led is located
in the parent node (for exemple leds), not in the led node
(for exemple led@0).

The commit "led: bcm6328: convert to use live dt"
(sha1: 899455176058d673887a762aa38853188a030af4)
change this behaviour and read the address in the led node.

We fix this by reading the base address for led
in the parent node.

Signed-off-by: Philippe Reynes &lt;philippe.reynes@softathome.com&gt;
</content>
</entry>
<entry>
<title>led: bcm6328: convert to use live dt</title>
<updated>2018-06-01T13:56:02Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2018-03-22T18:39:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=899455176058d673887a762aa38853188a030af4'/>
<id>urn:sha1:899455176058d673887a762aa38853188a030af4</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>led: bcm6358: convert to use live dt</title>
<updated>2018-06-01T13:56:02Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2018-03-22T18:39:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=a15c16f923e82d8bb8fcc9248d9054c6f55ceaf6'/>
<id>urn:sha1:a15c16f923e82d8bb8fcc9248d9054c6f55ceaf6</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>dm: led: auto probe() LEDs with "default-state"</title>
<updated>2018-05-08T13:07:33Z</updated>
<author>
<name>Patrick Bruenn</name>
</author>
<published>2018-04-11T09:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=bc882f5d5c7b4d6ed5e927bf838863af43c786e7'/>
<id>urn:sha1:bc882f5d5c7b4d6ed5e927bf838863af43c786e7</id>
<content type='text'>
To avoid board specificy LED activation code, automatically
activate gpio-leds with "default-state" property during bind().

Signed-off-by: Patrick Bruenn &lt;p.bruenn@beckhoff.com&gt;
</content>
</entry>
<entry>
<title>dm: led: Support "default-state" property</title>
<updated>2018-05-08T13:07:33Z</updated>
<author>
<name>Patrick Bruenn</name>
</author>
<published>2018-04-11T09:16:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=d90f0d4cae5c9349a412e3f924bf25e20e35ddfa'/>
<id>urn:sha1:d90f0d4cae5c9349a412e3f924bf25e20e35ddfa</id>
<content type='text'>
Add support for the device tree property "default-state". This feature
might be useful for LEDs indicating "power on" or similar states.

Note: Even with this commit gpio-leds remain in reset state. That's
because the led_gpio is not probed until DM_FLAG_ACTIVATED is set.

Signed-off-by: Patrick Bruenn &lt;p.bruenn@beckhoff.com&gt;
</content>
</entry>
<entry>
<title>SPDX: Convert all of our single license tags to Linux Kernel style</title>
<updated>2018-05-07T13:34:12Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-05-06T21:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=83d290c56fab2d38cd1ab4c4cc7099559c1d5046'/>
<id>urn:sha1:83d290c56fab2d38cd1ab4c4cc7099559c1d5046</id>
<content type='text'>
When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from.  So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry.  Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents.  There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
</feed>
