<?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>31b43c079f9aa55754c20404a42bca9a49e01f60 - Merge tag &apos;soc-drivers-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#31b43c079f9aa55754c20404a42bca9a49e01f60</link>
        <description>Merge tag &apos;soc-drivers-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull SoC driver updates from Arnd Bergmann: &quot;The driver updates again are all over the place with many minor fixes  going into platform specific code. The most notable changes are:   - Support for Microchip pic64gx system controllers   - Work on cleaning up devicetree bindings for SoC drivers, and     converting them into the new format   - Lots of smaller changes for Qualcomm SoC drivers, including support     for a number of newly supported chips   - reset controller API cleanups and a new driver for Cix Sky1   - Reworks of the Tegra PMC and CBB drivers, along with a change to     how individual Tegra SoCs get selected in Kconfig and BPMP firmware     driver updates including a refresh of the ABI header to match the     version used by firmware   - STM32 updates to the firewall bus driver and support for the debug     bus through OP-TEE   - SCMI firmware driver improvements for reliability, in particular     for dealing with broken firmware interrupts   - Memory driver updates for Tegra, and a patch to remove the unused     Baikal T1 driver&quot;* tag &apos;soc-drivers-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (193 commits)  firmware: arm_ffa: Use the correct buffer size during RXTX_MAP  firmware: qcom: scm: Allow QSEECOM on Lenovo IdeaCentre Mini X  clk: spear: fix resource leak in clk_register_vco_pll()  reset: rzv2h-usb2phy: Add support for VBUS mux controller registration  reset: rzv2h-usb2phy: Convert to regmap API  dt-bindings: reset: renesas,rzv2h-usb2phy: Document RZ/G3E USB2PHY reset  dt-bindings: reset: renesas,rzv2h-usb2phy: Add &apos;#mux-state-cells&apos; property  soc: microchip: add mpfs gpio interrupt mux driver  dt-bindings: soc: microchip: document PolarFire SoC&apos;s gpio interrupt mux  gpio: mpfs: Add interrupt support  soc: qcom: ubwc: add helpers to get programmable values  soc: qcom: ubwc: add helper to get min_acc length  firmware: qcom: scm: Register gunyah watchdog device  soc: qcom: socinfo: Add SoC ID for SA8650P  dt-bindings: arm: qcom,ids: Add SoC ID for SA8650P  firmware: qcom: scm: Allow QSEECOM on Mahua CRD  soc: qcom: wcnss: simplify allocation of req  soc: qcom: pd-mapper: Add support for Eliza  soc: qcom: aoss: compare against normalized cooling state  soc: qcom: llcc: fix v1 SB syndrome register offset  ...

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Fri, 17 Apr 2026 05:34:34 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ecaf3a92fb86d8ddfc47f228374e22d33a502fff - Merge tag &apos;riscv-soc-drivers-for-v7.1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/conor/linux into soc/drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#ecaf3a92fb86d8ddfc47f228374e22d33a502fff</link>
        <description>Merge tag &apos;riscv-soc-drivers-for-v7.1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/conor/linux into soc/driversRISC-V soc drivers for v7.1Microchip:Add coverage for the pic64gx in the system controller and syscons.Add a interrupt mux driver (akin to the one that Renesas recently added)that fixes a problem where the platform never properly modelled gpiointerrupts. There&apos;s a gpio driver change here that Bartosz has ackedthat adds the interrupt support to the GPIO driver itself.Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;* tag &apos;riscv-soc-drivers-for-v7.1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/conor/linux:  soc: microchip: add mpfs gpio interrupt mux driver  dt-bindings: soc: microchip: document PolarFire SoC&apos;s gpio interrupt mux  gpio: mpfs: Add interrupt support  soc: microchip: mpfs-sys-controller: add support for pic64gx  dt-bindings: soc: microchip: mpfs-sys-controller: Add pic64gx compatibility  dt-bindings: soc: microchip: add compatible for the mss-top-sysreg on pic64gxSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Sat, 11 Apr 2026 10:31:20 +0200</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>bd34cdd6d214f815570986ce55978fd7ddd8d8ac - soc: microchip: add mpfs gpio interrupt mux driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#bd34cdd6d214f815570986ce55978fd7ddd8d8ac</link>
        <description>soc: microchip: add mpfs gpio interrupt mux driverOn PolarFire SoC there are more GPIO interrupts than there are interruptlines available on the PLIC, and a runtime configurable mux is used todecide which interrupts are assigned direct connections to the PLIC &amp;which are relegated to sharing a line.Add a driver so that Linux can set the mux based on the interruptmapping in the devicetree.Reviewed-by: Herve Codina &lt;herve.codina@bootlin.com&gt;Reviewed-by: Linus Walleij &lt;linusw@kernel.org&gt;Reviewed-by: Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Wed, 18 Mar 2026 12:04:35 +0100</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>ec496f77b4c11036cc835d6f045fb5e5ef1e6530 - Merge branch &apos;for-6.20/sony&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#ec496f77b4c11036cc835d6f045fb5e5ef1e6530</link>
        <description>Merge branch &apos;for-6.20/sony&apos; into for-linus- Support for Rock band 4 PS4 and PS5 guitars (Rosalie Wanders)

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Mon, 09 Feb 2026 17:33:26 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&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/soc/microchip/Kconfig#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>11efc1cb7016e300047822fd60e0f4b4158bd56d - Merge tag &apos;soc-drivers-6.19-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#11efc1cb7016e300047822fd60e0f4b4158bd56d</link>
        <description>Merge tag &apos;soc-drivers-6.19-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull more SoC driver updates from Arnd Bergmann: &quot;These updates came a little late, or were based on a later 6.18-rc tag  than the others:   - A new driver for cache management on cxl devices with memory shared     in a coherent cluster. This is part of the drivers/cache/ tree, but     unlike the other drivers that back the dma-mapping interfaces, this     one is needed only during CPU hotplug.   - A shared branch for reset controllers using swnode infrastructure   - Added support for new SoC variants in the Amlogic soc_device     identification   - Minor updates in Freescale, Microchip, Samsung, and Apple SoC     drivers&quot;* tag &apos;soc-drivers-6.19-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (24 commits)  soc: samsung: exynos-pmu: fix device leak on regmap lookup  soc: samsung: exynos-pmu: Fix structure initialization  soc: fsl: qbman: use kmalloc_array() instead of kmalloc()  soc: fsl: qbman: add WQ_PERCPU to alloc_workqueue users  MAINTAINERS: Update email address for Christophe Leroy  MAINTAINERS: refer to intended file in STANDALONE CACHE CONTROLLER DRIVERS  cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent  cache: Make top level Kconfig menu a boolean dependent on RISCV  MAINTAINERS: Add Jonathan Cameron to drivers/cache and add lib/cache_maint.c + header  arm64: Select GENERIC_CPU_CACHE_MAINTENANCE  lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION  soc: amlogic: meson-gx-socinfo: add new SoCs id  dt-bindings: arm: amlogic: meson-gx-ao-secure: support more SoCs  memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()  memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()  dt-bindings: cache: sifive,ccache0: add a pic64gx compatible  MAINTAINERS: rename Microchip RISC-V entry  MAINTAINERS: add new soc drivers to Microchip RISC-V entry  soc: microchip: add mfd drivers for two syscon regions on PolarFire SoC  dt-bindings: soc: microchip: document the simple-mfd syscon on PolarFire SoC  ...

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Sat, 06 Dec 2025 02:47:59 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>909752d392bb5ed018df622ce0ae6ad6fca2b233 - Merge tag &apos;soc-drivers-for-v6.19&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into soc/drivers-late</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#909752d392bb5ed018df622ce0ae6ad6fca2b233</link>
        <description>Merge tag &apos;soc-drivers-for-v6.19&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into soc/drivers-lateRISC-V soc-drivers for v6.19Microchip:Add bindings and mfd drivers for two syscon regions on PolarFire SoC,needed as part of a rework of the devicetree to permit supporting,among other things, pinctrl sanely and avoiding the &quot;new&quot; pic64gx SoCever using the original incorrect clock nodes. Fiddle with the MicrochipRISC-V MAINTAINERS entry to add these drivers and avoid branding it FPGAonly.Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;* tag &apos;soc-drivers-for-v6.19&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux:  MAINTAINERS: rename Microchip RISC-V entry  MAINTAINERS: add new soc drivers to Microchip RISC-V entry  soc: microchip: add mfd drivers for two syscon regions on PolarFire SoC  dt-bindings: soc: microchip: document the simple-mfd syscon on PolarFire SoCSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Thu, 27 Nov 2025 22:59:40 +0100</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>4aac11c9a6e72efc025113e1ed62a1f084294300 - soc: microchip: add mfd drivers for two syscon regions on PolarFire SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#4aac11c9a6e72efc025113e1ed62a1f084294300</link>
        <description>soc: microchip: add mfd drivers for two syscon regions on PolarFire SoCThe control-scb and mss-top-sysreg regions on PolarFire SoC both fulfillmultiple purposes. The former is used for mailbox functions in additionto the temperature &amp; voltage sensor while the latter is used for clocks,resets, interrupt muxing and pinctrl.Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Mon, 13 Oct 2025 19:45:34 +0200</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>a23e1966932464e1c5226cb9ac4ce1d5fc10ba22 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Mon, 15 Jul 2024 23:03:44 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f47c7ae8c7afaf9ad291d39f0d3974f191a7946 - Merge tag &apos;v6.9&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#6f47c7ae8c7afaf9ad291d39f0d3974f191a7946</link>
        <description>Merge tag &apos;v6.9&apos; into nextSync up with the mainline to bring in the new cleanup API.

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Tue, 28 May 2024 06:37:18 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>60a2f25de7b8b785baee2932db932ae9a5b8c86d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#60a2f25de7b8b785baee2932db932ae9a5b8c86d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextSome display refactoring patches are needed in order to allow conflict-less merging.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Thu, 16 May 2024 09:33:01 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>5e28061128646febc71c0942609619e29f41ff00 - Merge branch &apos;master&apos; into mm-stable</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#5e28061128646febc71c0942609619e29f41ff00</link>
        <description>Merge branch &apos;master&apos; into mm-stable

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Mon, 18 Mar 2024 17:47:52 +0100</pubDate>
        <dc:creator>Andrew Morton &lt;akpm@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>79790b6818e96c58fe2bffee1b418c16e64e7b80 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#79790b6818e96c58fe2bffee1b418c16e64e7b80</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging drm-next in order to get up-to-date and in particularto access commit 9ca5facd0400f610f3f7f71aeb7fc0b949a48c67.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Fri, 12 Apr 2024 15:14:25 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>06d07429858317ded2db7986113a9e0129cd599b - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/microchip/Kconfig#06d07429858317ded2db7986113a9e0129cd599b</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to get the drm_printer changes to drm-intel-next.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/soc/microchip/Kconfig</description>
        <pubDate>Thu, 29 Feb 2024 10:57:56 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
