<?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 Kconfig</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/Kconfig#102d86552abc82818c22b39fdef4b3a280a60643</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Kconfig</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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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>4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/led/Kconfig#4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-bootSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Kconfig</description>
        <pubDate>Tue, 09 May 2017 16:03:44 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>51f866e8da758a27af596af73466bd5f0a450c4d - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/led/Kconfig#51f866e8da758a27af596af73466bd5f0a450c4d</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Kconfig</description>
        <pubDate>Mon, 17 Apr 2017 02:07:52 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>53378dac8dc33e3fd5f07d60bd7a5f8258ac7a20 - dm: led: Add support for blinking LEDs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/led/Kconfig#53378dac8dc33e3fd5f07d60bd7a5f8258ac7a20</link>
        <description>dm: led: Add support for blinking LEDsAllow LEDs to be blinked if the driver supports it. Enable this forsandbox so that the tests run.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Ziping Chen &lt;techping.chan@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Kconfig</description>
        <pubDate>Mon, 10 Apr 2017 17:34:57 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>9b36f748162e3d09b16df5b7c670d183292ecdc1 - dm: led: Add a missing blank line in the Kconfig file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/led/Kconfig#9b36f748162e3d09b16df5b7c670d183292ecdc1</link>
        <description>dm: led: Add a missing blank line in the Kconfig fileThere should be a blank line between each option. Add one before LED_GPIO.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Ziping Chen &lt;techping.chan@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Kconfig</description>
        <pubDate>Mon, 10 Apr 2017 17:34:52 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>79267edd10fde0815c382157b9cb280166637fac - status_led: Kconfig migration - introduction</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/led/Kconfig#79267edd10fde0815c382157b9cb280166637fac</link>
        <description>status_led: Kconfig migration - introductionMove all of the status LED feature to drivers/led/Kconfig.doc/README.LED updated to reflect the Kconfig implementation.Tested boards: CL-SOM-AM57x, CM-T335Signed-off-by: Uri Mashiach &lt;uri.mashiach@compulab.co.il&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Kconfig</description>
        <pubDate>Thu, 19 Jan 2017 08:51:05 +0000</pubDate>
        <dc:creator>Uri Mashiach &lt;uri.mashiach@compulab.co.il&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/Kconfig#c9feb427aba860ebc79f9851a1bb49cc456a2d48</link>
        <description>Merge git://git.denx.de/u-boot-rockchip

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Kconfig</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/Kconfig#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/Kconfig</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>f0cd2454488fcceacc89bd1214e8a54ff581c2ba - led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LED</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/led/Kconfig#f0cd2454488fcceacc89bd1214e8a54ff581c2ba</link>
        <description>led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LEDSigned-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Kconfig</description>
        <pubDate>Tue, 11 Aug 2015 22:31:50 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>0b11dbf705ee294ac5a9fe1aeda7b7f5537a8d72 - drivers: hierarchize drivers Kconfig menu</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/led/Kconfig#0b11dbf705ee294ac5a9fe1aeda7b7f5537a8d72</link>
        <description>drivers: hierarchize drivers Kconfig menuThe menuconfig for drivers are getting more and more clutteredand unreadable because too many entries are displayed in a singleflat menu.  Use hierarchic menu for each category.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;[trini: Update to apply again in a few places, drop USB hunk]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/led/Kconfig</description>
        <pubDate>Sat, 25 Jul 2015 17:46:26 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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>
