<?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 2015</copyright>
    <generator>Java</generator><item>
        <title>3c19c791 - leds: bcm63138: Rename dependency symbol ARCH_BCM4908 to ARCH_BCMBCA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/leds/blink/Kconfig#3c19c791</link>
        <description>leds: bcm63138: Rename dependency symbol ARCH_BCM4908 to ARCH_BCMBCASymbol ARCH_BCM4908 has been merged/removed without updating ledsKconfig.Fixes: dd5c672d7ca9 (&quot;arm64: bcmbca: Merge ARCH_BCM4908 to ARCH_BCMBCA&quot;)Signed-off-by: Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;Reviewed-by: William Zhang &lt;william.zhang@broadcom.com&gt;Link: https://lore.kernel.org/r/20230714063214.3791-1-zajec5@gmail.comSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/leds/blink/Kconfig</description>
        <pubDate>Fri, 14 Jul 2023 06:32:14 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;</dc:creator>
    </item>
<item>
        <title>bcc607cd - leds: add help info about BCM63138 module name</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/leds/blink/Kconfig#bcc607cd</link>
        <description>leds: add help info about BCM63138 module nameIt&apos;s what we do for all other LEDs drivers.Reported-by: Pavel Machek &lt;pavel@ucw.cz&gt;Signed-off-by: Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;

            List of files:
            /linux-6.15/drivers/leds/blink/Kconfig</description>
        <pubDate>Sun, 17 Jul 2022 12:42:47 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;</dc:creator>
    </item>
<item>
        <title>a0ba6920 - leds: bcm63138: add support for BCM63138 controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/leds/blink/Kconfig#a0ba6920</link>
        <description>leds: bcm63138: add support for BCM63138 controllerIt&apos;s a new controller first introduced in BCM63138 SoC. Later it wasalso used in BCM4908, some BCM68xx and some BCM63xxx SoCs.Signed-off-by: Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;

            List of files:
            /linux-6.15/drivers/leds/blink/Kconfig</description>
        <pubDate>Mon, 27 Dec 2021 14:59:05 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;</dc:creator>
    </item>
<item>
        <title>1cfa807b - leds: LEDS_BLINK_LGM should depend on X86</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/leds/blink/Kconfig#1cfa807b</link>
        <description>leds: LEDS_BLINK_LGM should depend on X86The Intel Lightning Mountain (LGM) Serial Shift Output controller (SSO)is only present on Intel Lightning Mountain SoCs.  Hence add adependency on X86, to prevent asking the user about this driver whenconfiguring a kernel without Intel Lightning Mountain platform support.While at it, merge the other dependencies into a single statement.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;

            List of files:
            /linux-6.15/drivers/leds/blink/Kconfig</description>
        <pubDate>Tue, 16 Mar 2021 13:39:46 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>a7ed7150 - leds: lgm: Improve Kconfig help</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/leds/blink/Kconfig#a7ed7150</link>
        <description>leds: lgm: Improve Kconfig helpRemove unnecessary Kconfig symbol LEDS_BLINKImprove Kconfig help text to make it more useful.Signed-off-by: Rahul Tanwar &lt;rtanwar@maxlinear.com&gt;Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;

            List of files:
            /linux-6.15/drivers/leds/blink/Kconfig</description>
        <pubDate>Thu, 25 Mar 2021 10:35:10 +0000</pubDate>
        <dc:creator>Rahul Tanwar &lt;rtanwar@maxlinear.com&gt;</dc:creator>
    </item>
<item>
        <title>34731ed1 - leds: lgm: fix gpiolib dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/leds/blink/Kconfig#34731ed1</link>
        <description>leds: lgm: fix gpiolib dependencyWithout gpiolib, the driver fails to build:    drivers/leds/blink/leds-lgm-sso.c:123:19: error: field has incomplete type &apos;struct gpio_chip&apos;            struct gpio_chip chip;                             ^    include/linux/gpio.h:107:8: note: forward declaration of &apos;struct gpio_chip&apos;    struct gpio_chip;           ^    drivers/leds/blink/leds-lgm-sso.c:263:3: error: implicit declaration of function &apos;gpiod_set_value&apos; [-Werror,-Wimplicit-function-declaration]                    gpiod_set_value(led-&gt;gpiod, val);                    ^    drivers/leds/blink/leds-lgm-sso.c:263:3: note: did you mean &apos;gpio_set_value&apos;?    include/linux/gpio.h:168:20: note: &apos;gpio_set_value&apos; declared here    static inline void gpio_set_value(unsigned gpio, int value)                       ^    drivers/leds/blink/leds-lgm-sso.c:345:3: error: implicit declaration of function &apos;gpiod_set_value&apos; [-Werror,-Wimplicit-function-declaration]                    gpiod_set_value(led-&gt;gpiod, 1);                    ^Add the dependency in Kconfig.Fixes: c3987cd2bca3 (&quot;leds: lgm: Add LED controller driver for LGM SoC&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;

            List of files:
            /linux-6.15/drivers/leds/blink/Kconfig</description>
        <pubDate>Mon, 08 Mar 2021 15:30:46 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>c3987cd2 - leds: lgm: Add LED controller driver for LGM SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/leds/blink/Kconfig#c3987cd2</link>
        <description>leds: lgm: Add LED controller driver for LGM SoCParallel to serial conversion, which is also called SSO controller,can drive external shift register for LED outputs, reset orgeneral purpose outputs.This driver enables LED support for Serial Shift Output Controller (SSO).Signed-off-by: Amireddy Mallikarjuna reddy &lt;mallikarjunax.reddy@linux.intel.com&gt;Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;

            List of files:
            /linux-6.15/drivers/leds/blink/Kconfig</description>
        <pubDate>Thu, 10 Dec 2020 09:12:12 +0000</pubDate>
        <dc:creator>Amireddy Mallikarjuna reddy &lt;mallikarjunax.reddy@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
