<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>102d86552abc82818c22b39fdef4b3a280a60643 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/led/Makefile#102d86552abc82818c22b39fdef4b3a280a60643</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Makefile</description>
        <pubDate>Wed, 10 May 2017 19:50:21 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>632889cfe5205b68b2d0fc597011adb051bd938b - dm: led: add BCM6358 led driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/led/Makefile#632889cfe5205b68b2d0fc597011adb051bd938b</link>
        <description>dm: led: add BCM6358 led driverThis driver is a simplified version of linux/drivers/leds/leds-bcm6358.cSigned-off-by: &#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Makefile</description>
        <pubDate>Sun, 07 May 2017 18:11:30 +0000</pubDate>
        <dc:creator>&#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>28300dc5263b26365d8210b92d8acf097dc5e942 - dm: led: add BCM6328 led driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/led/Makefile#28300dc5263b26365d8210b92d8acf097dc5e942</link>
        <description>dm: led: add BCM6328 led driverThis driver is a simplified version of linux/drivers/leds/leds-bcm6328.c,simplified to remove HW leds and blink fallbacks.Signed-off-by: &#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Makefile</description>
        <pubDate>Sun, 07 May 2017 18:10:24 +0000</pubDate>
        <dc:creator>&#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c9feb427aba860ebc79f9851a1bb49cc456a2d48 - Merge git://git.denx.de/u-boot-rockchip</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/led/Makefile#c9feb427aba860ebc79f9851a1bb49cc456a2d48</link>
        <description>Merge git://git.denx.de/u-boot-rockchip

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Makefile</description>
        <pubDate>Thu, 03 Sep 2015 18:57:09 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>6a436c9182a90551739a5b7b3f44254234056915 - dm: led: Tidy up SPL options for the led and led-gpio</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/led/Makefile#6a436c9182a90551739a5b7b3f44254234056915</link>
        <description>dm: led: Tidy up SPL options for the led and led-gpioAt present SPL does not have its own option. But these features canincrease SPL code size. Adjust the Kconfig and Makefile so thatseparate a SPL option can be selected.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Makefile</description>
        <pubDate>Sun, 30 Aug 2015 22:55:14 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>5ac76bad2277ed40f2a2112ffab0f156e3b599fb - dm: led: Add a driver for GPIO-controlled LEDs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/led/Makefile#5ac76bad2277ed40f2a2112ffab0f156e3b599fb</link>
        <description>dm: led: Add a driver for GPIO-controlled LEDsAdd a simple driver which allows use of LEDs attached to GPIOs. The linuxdevice tree binding is used.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Makefile</description>
        <pubDate>Tue, 23 Jun 2015 21:38:46 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>5917112c9e9f7a60062c604b3224bd5713c41f46 - dm: Add support for LEDs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/led/Makefile#5917112c9e9f7a60062c604b3224bd5713c41f46</link>
        <description>dm: Add support for LEDsAdd a simple uclass for LEDs, so that these can be controlled by the devicetree and activated when needed. LEDs are referred to by their label.This implementation requires a driver for each type of LED (e.g GPIO, I2C).Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Makefile</description>
        <pubDate>Tue, 23 Jun 2015 21:38:45 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
