<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e2264c52e18bd54a4f762c393e341cb27fd5e5cd - Merge tag &apos;regulator-fix-v7.1-rc6&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#e2264c52e18bd54a4f762c393e341cb27fd5e5cd</link>
        <description>Merge tag &apos;regulator-fix-v7.1-rc6&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorPull regulator fix from Mark Brown: &quot;Arnd&apos;s randconfig testing turned up a missing selection of  CONFIG_IRQ_DOMAIN which was causing build breaks&quot;* tag &apos;regulator-fix-v7.1-rc6&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:  regulator: mt6363: select CONFIG_IRQ_DOMAIN

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Sun, 07 Jun 2026 21:39:36 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>29d87434cb91b7689de2917830ca82acfd2770f5 - regulator: mt6363: select CONFIG_IRQ_DOMAIN</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#29d87434cb91b7689de2917830ca82acfd2770f5</link>
        <description>regulator: mt6363: select CONFIG_IRQ_DOMAINWhen build-testing this driver without CONFIG_IRQ_DOMAIN causesa compile-time error:drivers/regulator/mt6363-regulator.c: In function &apos;mt6363_regulator_probe&apos;:drivers/regulator/mt6363-regulator.c:884:18: error: implicit declaration of function &apos;irq_find_host&apos; [-Wimplicit-function-declaration]  884 |         domain = irq_find_host(interrupt_parent);      |                  ^~~~~~~~~~~~~drivers/regulator/mt6363-regulator.c:884:16: error: assignment to &apos;struct irq_domain *&apos; from &apos;int&apos; makes pointer from integer without a cast [-Wint-conversion]  884 |         domain = irq_find_host(interrupt_parent);      |                ^drivers/regulator/mt6363-regulator.c:896:30: error: implicit declaration of function &apos;irq_create_fwspec_mapping&apos;; did you mean &apos;irq_create_of_mapping&apos;? [-Wimplicit-function-declaration]  896 |                 info-&gt;virq = irq_create_fwspec_mapping(&amp;fwspec);      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~      |                              irq_create_of_mappingThis is rather hard to trigger because so many other driversenable IRQ_DOMAIN already, but I ran into this on an s390randconfig build.Ensure this is always enabled using a Kconfig &apos;select IRQ_DOMAIN&apos;entry, as we do for all other users of this.Fixes: 3c36965df808 (&quot;regulator: Add support for MediaTek MT6363 SPMI PMIC Regulators&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Link: https://patch.msgid.link/20260526102003.2527570-1-arnd@kernel.orgSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Tue, 26 May 2026 12:19:37 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>2c142b63c8ee982cdfdba49a616027c266294838 - Merge tag &apos;asoc-fix-v7.1-rc5&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#2c142b63c8ee982cdfdba49a616027c266294838</link>
        <description>Merge tag &apos;asoc-fix-v7.1-rc5&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.1This round of fixes is mostly Sirini&apos;s Qualcomm cleanups that have beenin review for a while, we also have a couple of small fixes from C&#225;ssio.

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Thu, 28 May 2026 13:48:04 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>ddae1043d8c46a193b8d5d93ca59f320f03902fe - Merge tag &apos;regulator-fix-v7.1-rc4&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#ddae1043d8c46a193b8d5d93ca59f320f03902fe</link>
        <description>Merge tag &apos;regulator-fix-v7.1-rc4&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorPull regulator fixes from Mark Brown: &quot;A couple of fixes here, one very minor Kconfig fix and a fix for a  nasty issue with error reporting in the tps65219 driver&quot;* tag &apos;regulator-fix-v7.1-rc4&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:  regulator: tps65219: fix irq_data.rdev not being assigned  regulator: Kconfig: fix a typo in help

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Fri, 22 May 2026 22:17:29 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>cbdbfba9e8907bea923874d05d6a35ff429a5544 - regulator: Kconfig: fix a typo in help</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#cbdbfba9e8907bea923874d05d6a35ff429a5544</link>
        <description>regulator: Kconfig: fix a typo in helpFixes a typo in Kconfig, &apos;protectorvia&apos; -&gt; &apos;protector via&apos;.Signed-off-by: Ihor Matushchak &lt;ihor.matushchak@foobox.net&gt;Link: https://patch.msgid.link/20260508084933.4076-1-ihor.matushchak@foobox.netSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Fri, 08 May 2026 10:49:33 +0200</pubDate>
        <dc:creator>Ihor Matushchak &lt;ihor.matushchak@foobox.net&gt;</dc:creator>
    </item>
<item>
        <title>06bc7ff0a1e0f2b0102e1314e3527a7ec0997851 - Merge tag &apos;asoc-fix-v7.1-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#06bc7ff0a1e0f2b0102e1314e3527a7ec0997851</link>
        <description>Merge tag &apos;asoc-fix-v7.1-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.1Another batch of fixes, plus a couple of quirks (mostly AMD ones, as hasbeen the case recently).  All driver changes, including fixes for theKUnit tests for the Cirrus drivers that could cause memory corruption.

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Wed, 06 May 2026 16:10:00 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>d8b0e2ef75076a706631a53a347e1944747de6f3 - Merge tag &apos;regulator-fix-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#d8b0e2ef75076a706631a53a347e1944747de6f3</link>
        <description>Merge tag &apos;regulator-fix-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorPull regulator fix from Mark Brown: &quot;A fix from Arnd re-adding a dependency on gpiolib which was implicitly  pulled in via an OF specific route which got removed as part of a  cleanup&quot;* tag &apos;regulator-fix-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:  regulator: rpi-panel-attiny: add back GPIOLIB dependency

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Fri, 01 May 2026 18:25:12 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>7dfc0063022078a80fe5774815723c185e4b7b57 - regulator: rpi-panel-attiny: add back GPIOLIB dependency</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#7dfc0063022078a80fe5774815723c185e4b7b57</link>
        <description>regulator: rpi-panel-attiny: add back GPIOLIB dependencyThis driver provides a gpio chip, which is only possible when GPIOLIBis enabled, which was previously guaranteed by the CONFIG_OF_GPIOdependency that is now gone:ERROR: modpost: &quot;gpiochip_get_data&quot; [drivers/regulator/rpi-panel-attiny-regulator.ko] undefined!ERROR: modpost: &quot;devm_gpiochip_add_data_with_key&quot; [drivers/regulator/rpi-panel-attiny-regulator.ko] undefined!Add an explicit GPIOLIB dependency instead.Fixes: bf017304fce1 (&quot;regulator: drop unneeded dependencies on OF_GPIO&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://patch.msgid.link/20260429135812.112514-1-arnd@kernel.orgSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Wed, 29 Apr 2026 15:57:34 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>d13e855ee923c2ae78307bf6c354305f1406b9e2 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#d13e855ee923c2ae78307bf6c354305f1406b9e2</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesTomi needs 7.0 to apply a patch from drm-misc-fixes.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Thu, 23 Apr 2026 14:43:06 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f64399836125c8512f8a3fe72c1719795a9c5812 - Merge tag &apos;regulator-fix-v7.1-merge-window&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#f64399836125c8512f8a3fe72c1719795a9c5812</link>
        <description>Merge tag &apos;regulator-fix-v7.1-merge-window&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorPull regulator fix from Mark Brown: &quot;Just one trivial cleanup of the user visible prompts in Kconfig here,  standardising how we describe Qualcomm&quot;* tag &apos;regulator-fix-v7.1-merge-window&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:  regulator: qcom: Unify user-visible &quot;Qualcomm&quot; name

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Fri, 24 Apr 2026 22:06:25 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>2af72ec297d1d4928d0522b45c8ee87cb0d5f5ff - regulator: qcom: Unify user-visible &quot;Qualcomm&quot; name</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#2af72ec297d1d4928d0522b45c8ee87cb0d5f5ff</link>
        <description>regulator: qcom: Unify user-visible &quot;Qualcomm&quot; nameVarious names for Qualcomm as a company are used in user-visible configoptions: QCOM, Qualcomm and Qualcomm Technologies.  Switch to unified&quot;Qualcomm&quot; so it will be easier for users to identify the options whenfor example running menuconfig.Signed-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@oss.qualcomm.com&gt;Link: https://patch.msgid.link/20260422083338.84343-2-krzysztof.kozlowski@oss.qualcomm.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Wed, 22 Apr 2026 10:33:39 +0200</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>9e4e86a604dfd06402933467578c4b79f5412b2c - Merge tag &apos;v7.0-rc4&apos; into togreg</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#9e4e86a604dfd06402933467578c4b79f5412b2c</link>
        <description>Merge tag &apos;v7.0-rc4&apos; into togregLinux 7.0-rc4Required for the ds4422 series which is build upon;5187e03b817c (&quot;iio: dac: ds4424: reject -128 RAW value&quot;)

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Sun, 22 Mar 2026 13:20:42 +0100</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>3812943e01fdeabd80118b01c1484f6bd4d324d9 - Merge 7.0-rc4 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#3812943e01fdeabd80118b01c1484f6bd4d324d9</link>
        <description>Merge 7.0-rc4 into char-misc-nextWe need the char/misc/iio fixes in this branch as well to build on topof.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Mon, 16 Mar 2026 11:41:58 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d4eb7b2da66c848709e31585b9c371fa234abc39 - Merge branch &apos;for-7.1/core-v2&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#d4eb7b2da66c848709e31585b9c371fa234abc39</link>
        <description>Merge branch &apos;for-7.1/core-v2&apos; into for-linus- fixed handling of 0-sized reports (Dmitry Torokhov)- convert core code to __free() (Dmitry Torokhov)- support for multiple batteries per HID device (Lucas Zampieri)

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Thu, 16 Apr 2026 21:01:18 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>1334d2a3b3235d062e5e1f51aebe7a64ed57cf72 - Merge tag &apos;gpio-updates-for-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#1334d2a3b3235d062e5e1f51aebe7a64ed57cf72</link>
        <description>Merge tag &apos;gpio-updates-for-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxPull gpio updates from Bartosz Golaszewski: &quot;For this merge window we have two new drivers: support for  GPIO-signalled ACPI events on Intel platforms and a generic  GPIO-over-pinctrl driver using the ARM SCMI protocol for  controlling pins.  Several things have been reworked in GPIO core: we unduplicated GPIO  hog handling, reduced the number of SRCU locks and dereferences,  improved support for software-node-based lookup and removed more  legacy code after converting remaining users to modern alternatives.  There&apos;s also a number of driver reworks and refactoring, documentation  updates, some bug-fixes and new tests.  GPIO core:   - defer probe on software node lookups when the remote software node     exists but has not been registered as a firmware node yet   - unify GPIO hog handling by moving code duplicated in OF and ACPI     modules into GPIO core and allow setting up hogs with software     nodes   - allow matching GPIO controllers by secondary firmware node if     matching by primary does not succeed   - demote deferral warnings to debug level as they are quite normal     when using software nodes which don&apos;t support fw_devlink yet   - disable the legacy GPIO character device uAPI v1 supprt in Kconfig     by default   - rework several core functions in preparation for the upcoming     Revocable helper library for protecting resources against sudden     removal, this reduces the number of SRCU dereferences in GPIO core   - simplify file descriptor logic in GPIO character device code by     using FD_PREPARE()   - introduce a header defining symbols used by both GPIO consumers and     providers to avoid having to include provider-specific headers from     drivers which only consume GPIOs   - replace snprintf() with strscpy() where formatting is not required  New drivers:   - add the gpio-by-pinctrl generic driver using the ARM SCMI protocol     to control GPIOs (along with SCMI changes pulled from the pinctrl     tree)   - add a driver providing support for handling of platform events via     GPIO-signalled ACPI events (used on Intel Nova Lake and later     platforms)  Driver changes:   - extend the gpio-kempld driver with support for more recent models,     interrupts and setting/getting multiple values at once   - improve interrupt handling in gpio-brcmstb   - add support for multi-SoC systems in gpio-tegra186   - make sure we return correct values from the .get() callbacks in     several GPIO drivers by normalizing any values other than 0, 1 or     negative error numbers   - use flexible arrays in several drivers to reduce the number of     required memory allocations   - simplify synchronous waiting for virtual drivers to probe and     remove the dedicated, a bit overengineered helper library     dev-sync-probe   - remove unneeded Kconfig dependencies on OF_GPIO in several drivers     and subsystems   - convert the two remaining users of of_get_named_gpio() to using     GPIO descriptors and remove the (no longer used) function along     with the header that declares it   - add missing includes in gpio-mmio   - shrink and simplify code in gpio-max732x by using guard(mutex)   - remove duplicated code handling the &apos;ngpios&apos; property from     gpio-ts4800, it&apos;s already handled in GPIO core   - use correct variable type in gpio-aspeed   - add support for a new model in gpio-realtek-otto   - allow to specify the active-low setting of simulated hogs over the     configfs interface (in addition to existing devicetree support) in     gpio-sim  Bug fixes:   - clear the OF_POPULATED flag on hog nodes in GPIO chip remove path     on OF systems   - fix resource leaks in error path in gpiochip_add_data_with_key()   - drop redundant device reference in gpio-mpsse  Tests:   - add selftests for use-after-free cases in GPIO character device     code  DT bindings:   - add a DT binding document for SCMI based, gpio-over-pinctrl devices   - fix interrupt description in microchip,mpfs-gpio   - add new compatible for gpio-realtek-otto   - describe the resets of the mpfs-gpio controller   - fix maintainer&apos;s email in gpio-delay bindings   - remove the binding document for cavium,thunder-8890 as the     corresponding device is bound over PCI and not firmware nodes  Documentation:   - update the recommended way of converting legacy boards to using     software nodes for GPIO description   - describe GPIO line value semantics   - misc updates to kerneldocs  Misc:   - convert OMAP1 ams-delta board to using GPIO hogs described with     software nodes&quot;* tag &apos;gpio-updates-for-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux: (79 commits)  gpio: swnode: defer probe on references to unregistered software nodes  dt-bindings: gpio: cavium,thunder-8890: Remove DT binding  Documentation: gpio: update the preferred method for using software node lookup  gpio: gpio-by-pinctrl: s/used to do/is used to do/  gpio: aspeed: fix unsigned long int declaration  gpio: rockchip: convert to dynamic GPIO base allocation  gpio: remove dev-sync-probe  gpio: virtuser: stop using dev-sync-probe  gpio: aggregator: stop using dev-sync-probe  gpio: sim: stop using dev-sync-probe  gpio: Add Intel Nova Lake ACPI GPIO events driver  gpiolib: Make deferral warnings debug messages  gpiolib: fix hogs with multiple lines  gpio: fix up CONFIG_OF dependencies  gpio: gpio-by-pinctrl: add pinctrl based generic GPIO driver  gpio: dt-bindings: Add GPIO on top of generic pin control  firmware: arm_scmi: Allow PINCTRL_REQUEST to return EOPNOTSUPP  pinctrl: scmi: ignore PIN_CONFIG_PERSIST_STATE  pinctrl: scmi: Delete PIN_CONFIG_OUTPUT_IMPEDANCE_OHMS support  pinctrl: scmi: Add SCMI_PIN_INPUT_VALUE  ...

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Tue, 14 Apr 2026 05:10:58 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0542972950ef26670a5696e43c0ea2b7b6ac96d4 - Merge branch &apos;for-linus&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#0542972950ef26670a5696e43c0ea2b7b6ac96d4</link>
        <description>Merge branch &apos;for-linus&apos; into for-nextPull 7.0 devel branch for further cleanups of ctxfi driver &amp; co.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Wed, 01 Apr 2026 14:42:56 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>54fcc7f6ec3944ae7c1b0246a999744e33839cdb - Merge tag &apos;perf-tools-fixes-for-v7.0-2-2026-03-23&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/regulator/Kconfig#54fcc7f6ec3944ae7c1b0246a999744e33839cdb</link>
        <description>Merge tag &apos;perf-tools-fixes-for-v7.0-2-2026-03-23&apos; into perf-tools-nextTo get the various fixes for v7.0.Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/drivers/regulator/Kconfig</description>
        <pubDate>Wed, 25 Mar 2026 08:06:23 +0100</pubDate>
        <dc:creator>Namhyung Kim &lt;namhyung@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
