<?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>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/Kconfig#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/reset/Kconfig</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>bdbddf72a2ab1cfea699959795d70df3931eefe7 - Merge tag &apos;soc-drivers-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/Kconfig#bdbddf72a2ab1cfea699959795d70df3931eefe7</link>
        <description>Merge tag &apos;soc-drivers-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull SoC driver updates from Arnd Bergmann: &quot;There are are a number of to firmware drivers, in particular the TEE  subsystem:   - a bus callback for TEE firmware that device drivers can register to   - sysfs support for tee firmware information   - minor updates to platform specific TEE drivers for AMD, NXP,     Qualcomm and the generic optee driver   - ARM SCMI firmware refactoring to improve the protocol discover     among other fixes and cleanups   - ARM FF-A firmware interoperability improvements  The reset controller and memory controller subsystems gain support for  additional hardware platforms from Mediatek, Renesas, NXP, Canaan and  SpacemiT.  Most of the other changes are for random drivers/soc code. Among a  number of cleanups and newly added hardware support, including:   - Mediatek MT8196 DVFS power management and mailbox support   - Qualcomm SCM firmware and MDT loader refactoring, as part of the     new Glymur platform support.   - NXP i.MX9 System Manager firmware support for accessing the syslog   - Minor updates for TI, Renesas, Samsung, Apple, Marvell and AMD     SoCs&quot;* tag &apos;soc-drivers-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (171 commits)  bus: fsl-mc: fix an error handling in fsl_mc_device_add()  reset: spacemit: Add SpacemiT K3 reset driver  reset: spacemit: Extract common K1 reset code  reset: Create subdirectory for SpacemiT drivers  dt-bindings: soc: spacemit: Add K3 reset support and IDs  reset: canaan: k230: drop OF dependency and enable by default  reset: rzg2l-usbphy-ctrl: Add suspend/resume support  reset: rzg2l-usbphy-ctrl: Propagate the return value of regmap_field_update_bits()  reset: gpio: check the return value of gpiod_set_value_cansleep()  reset: imx8mp-audiomix: Support i.MX8ULP SIM LPAV  reset: imx8mp-audiomix: Extend the driver usage  reset: imx8mp-audiomix: Switch to using regmap API  reset: imx8mp-audiomix: Drop unneeded macros  soc: fsl: qe: qe_ports_ic: Consolidate chained IRQ handler install/remove  soc: mediatek: mtk-cmdq: Add mminfra_offset adjustment for DRAM addresses  soc: mediatek: mtk-cmdq: Extend cmdq_pkt_write API for SoCs without subsys ID  soc: mediatek: mtk-cmdq: Add pa_base parsing for hardware without subsys ID support  soc: mediatek: mtk-cmdq: Add cmdq_get_mbox_priv() in cmdq_pkt_create()  mailbox: mtk-cmdq: Add driver data to support for MT8196  mailbox: mtk-cmdq: Add mminfra_offset configuration for DRAM transaction  ...

            List of files:
            /linux/drivers/reset/Kconfig</description>
        <pubDate>Wed, 11 Feb 2026 05:45:30 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&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/reset/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/reset/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>a393bda150789ac81dd701d90c13ac19546abac5 - Merge tag &apos;reset-for-v6.20&apos; of https://git.pengutronix.de/git/pza/linux into soc/drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/Kconfig#a393bda150789ac81dd701d90c13ac19546abac5</link>
        <description>Merge tag &apos;reset-for-v6.20&apos; of https://git.pengutronix.de/git/pza/linux into soc/driversReset controller updates for v6.20* Add a compatible to the reset-gpio driver, suppress the sysfs bind  attributes, and propagate GPIO API errors.* Add support for the i.MX8ULP SIM LPAV reset controller.* Add RZ/G3S USBPHY suspend/resume support.* Enable reset-k230 by default on ARCH_CANAAN* Add support for the SpacemiT K3 SoC reset controller.* Merge the &apos;spacemit-clkrst-v6.20-3&apos; tag, shared with the clk tree,  as a dependency for the SpacemiT changes.* tag &apos;reset-for-v6.20&apos; of https://git.pengutronix.de/git/pza/linux:  reset: spacemit: Add SpacemiT K3 reset driver  reset: spacemit: Extract common K1 reset code  reset: Create subdirectory for SpacemiT drivers  dt-bindings: soc: spacemit: Add K3 reset support and IDs  reset: canaan: k230: drop OF dependency and enable by default  reset: rzg2l-usbphy-ctrl: Add suspend/resume support  reset: rzg2l-usbphy-ctrl: Propagate the return value of regmap_field_update_bits()  reset: gpio: check the return value of gpiod_set_value_cansleep()  reset: imx8mp-audiomix: Support i.MX8ULP SIM LPAV  reset: imx8mp-audiomix: Extend the driver usage  reset: imx8mp-audiomix: Switch to using regmap API  reset: imx8mp-audiomix: Drop unneeded macros  reset: gpio: suppress bind attributes in sysfs  clk: spacemit: k3: extract common header  reset: spacemit: fix auxiliary device id  clk: spacemit: prepare common ccu header  reset: gpio: add the &quot;compatible&quot; propertySigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/drivers/reset/Kconfig</description>
        <pubDate>Thu, 29 Jan 2026 10:24:16 +0100</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>2875b4b5d2657ff2fd979103d88e9afcae51481c - reset: Create subdirectory for SpacemiT drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/Kconfig#2875b4b5d2657ff2fd979103d88e9afcae51481c</link>
        <description>reset: Create subdirectory for SpacemiT driversCreate a dedicated subdirectory for SpacemiT reset drivers to allowfor better organization as support for more SoCs is added.Move the existing K1 reset driver into this new directory and renameit to reset-spacemit-k1.c.Rename the Kconfig symbol to RESET_SPACEMIT_K1 and update its defaultfrom ARCH_SPACEMIT to SPACEMIT_K1_CCU. The reset driver depends on theclock driver to register reset devices as an auxiliary device, so thedefault should reflect this dependency.Also sort the drivers/reset/Kconfig entries alphabetically.Reviewed-by: Alex Elder &lt;elder@riscstar.com&gt;Signed-off-by: Guodong Xu &lt;guodong@riscstar.com&gt;Reviewed-by: Yixun Lan &lt;dlan@kernel.org&gt;Link: https://lore.kernel.org/spacemit/20260114092742-GYC7933267@gentoo.org/ [1]Signed-off-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;

            List of files:
            /linux/drivers/reset/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 12:10:50 +0100</pubDate>
        <dc:creator>Guodong Xu &lt;guodong@riscstar.com&gt;</dc:creator>
    </item>
<item>
        <title>c7a5e01e229d21e0560d78bd645b4f7398667ce4 - reset: canaan: k230: drop OF dependency and enable by default</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/Kconfig#c7a5e01e229d21e0560d78bd645b4f7398667ce4</link>
        <description>reset: canaan: k230: drop OF dependency and enable by defaultThe driver doesn&apos;t use any symbols depending on CONFIG_OF, so drop thedependency. Also, enable it by default when ARCH_CANAAN is selected.Fixes: 360a7a647759 (&quot;reset: canaan: add reset driver for Kendryte K230&quot;)Signed-off-by: Junhui Liu &lt;junhui.liu@pigmoral.tech&gt;Signed-off-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;

            List of files:
            /linux/drivers/reset/Kconfig</description>
        <pubDate>Sat, 17 Jan 2026 11:06:22 +0100</pubDate>
        <dc:creator>Junhui Liu &lt;junhui.liu@pigmoral.tech&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/reset/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/reset/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/reset/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/reset/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/reset/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/reset/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/reset/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/reset/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/reset/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/reset/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>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/Kconfig#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/drivers/reset/Kconfig</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&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/reset/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/reset/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/reset/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/reset/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>ba65a4e7120a616d9c592750d9147f6dcafedffa - Merge tag &apos;clk-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/Kconfig#ba65a4e7120a616d9c592750d9147f6dcafedffa</link>
        <description>Merge tag &apos;clk-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxPull clk updates from Stephen Boyd: &quot;This is entirely SoC clk drivers.  The majority diff wise is for the new Rockchip and Qualcomm clk  drivers which is mostly lines and lines of data structures to describe  the clk hardware in these SoCs. Beyond those two, Renesas continues to  incrementally add clks to their SoC drivers, causing them to show up  higher in the diffstat this time because they added quite a few clks  all over the place.  Overall it is a semi-quiet release that has some new clk drivers and  the usual fixes for clock data that was wrong or missing and  non-critical cleanups that plug error paths or fix typos.  New Drivers:   - Qualcomm IPQ5424 Network Subsystem Clock Controller   - Qualcomm SM8750 Video Clock Controller   - Rockchip RV1126B and RK3506 clock drivers   - i.MX8ULP SIM LPAV clock driver   - Samsung ACPM (firmware interface) clock driver   - Altera Agilex5 clock driver&quot;* tag &apos;clk-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (117 commits)  clk: keystone: fix compile testing  clk: keystone: syscon-clk: fix regmap leak on probe failure  clk: qcom: Mark camcc_sm7150_hws static  clk: samsung: exynos-clkout: Assign .num before accessing .hws  clk: rockchip: Add clock and reset driver for RK3506  dt-bindings: clock: rockchip: Add RK3506 clock and reset unit  clk: actions: Fix discarding const qualifier by &apos;container_of&apos; macro  clk: spacemit: Set clk_hw_onecell_data::num before using flex array  clk: visconti: Add VIIF clocks  dt-bindings: clock: tmpv770x: Add VIIF clocks  dt-bindings: clock: tmpv770x: Remove definition of number of clocks  clk: visconti: Do not define number of clocks in bindings  clk: rockchip: Add clock controller for the RV1126B  dt-bindings: clock, reset: Add support for rv1126b  clk: rockchip: Implement rockchip_clk_register_armclk_multi_pll()  clk: qcom: x1e80100-dispcc: Add USB4 router link resets  dt-bindings: clock: qcom: x1e80100-dispcc: Add USB4 router link resets  clk: qcom: videocc-sm8750: Add video clock controller driver for SM8750  dt-bindings: clock: qcom: Add SM8750 video clock controller  clk: qcom: branch: Extend invert logic for branch2 mem clocks  ...

            List of files:
            /linux/drivers/reset/Kconfig</description>
        <pubDate>Mon, 08 Dec 2025 01:38:52 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>6f172175b6f3fe35b5d519fc314f7a0b603a9af9 - Merge branches &apos;clk-visconti&apos;, &apos;clk-imx&apos;, &apos;clk-microchip&apos;, &apos;clk-rockchip&apos; and &apos;clk-qcom&apos; into clk-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/Kconfig#6f172175b6f3fe35b5d519fc314f7a0b603a9af9</link>
        <description>Merge branches &apos;clk-visconti&apos;, &apos;clk-imx&apos;, &apos;clk-microchip&apos;, &apos;clk-rockchip&apos; and &apos;clk-qcom&apos; into clk-next* clk-visconti:  clk: visconti: Add VIIF clocks  dt-bindings: clock: tmpv770x: Add VIIF clocks  dt-bindings: clock: tmpv770x: Remove definition of number of clocks  clk: visconti: Do not define number of clocks in bindings* clk-imx:  clk: imx: add driver for imx8ulp&apos;s sim lpav  dt-bindings: clock: document 8ULP&apos;s SIM LPAV  clk: imx: imx8mp-audiomix: use devm_auxiliary_device_create() to simple code  clk: imx: Add some delay before deassert the reset* clk-microchip:  reset: mpfs: add non-auxiliary bus probing  clk: lan966x: remove unused dt-bindings include  clk: microchip: mpfs: use regmap for clocks  dt-bindings: clk: microchip: mpfs: remove first reg region* clk-rockchip:  clk: rockchip: Add clock and reset driver for RK3506  dt-bindings: clock: rockchip: Add RK3506 clock and reset unit  clk: rockchip: Add clock controller for the RV1126B  dt-bindings: clock, reset: Add support for rv1126b  clk: rockchip: Implement rockchip_clk_register_armclk_multi_pll()  dt-bindings: clock: rk3568: Drop CLK_NR_CLKS define  clk: rockchip: rk3568: Drop CLK_NR_CLKS usage  dt-bindings: clock: rk3568: Add SCMI clock ids* clk-qcom: (48 commits)  clk: qcom: Mark camcc_sm7150_hws static  clk: qcom: x1e80100-dispcc: Add USB4 router link resets  dt-bindings: clock: qcom: x1e80100-dispcc: Add USB4 router link resets  clk: qcom: videocc-sm8750: Add video clock controller driver for SM8750  dt-bindings: clock: qcom: Add SM8750 video clock controller  clk: qcom: branch: Extend invert logic for branch2 mem clocks  clk: qcom: ecpricc-qdu100: Add mem_enable_mask to the clock memory branch  clk: qcom: clk_mem_branch: add enable mask and invert flags  clk: qcom: mmcc-sdm660: Add missing MDSS reset  dt-bindings: clock: mmcc-sdm660: Add missing MDSS reset  clk: qcom: use different Kconfig prompts for APSS IPQ5424/6018 drivers  clk: qcom: apss-ipq5424: remove unused &apos;apss_clk&apos; structure  dt-bindings: clock: qcom: Add Kaanapali Global clock controller  dt-bindings: clock: qcom: Document the Kaanapali TCSR Clock Controller  dt-bindings: clock: qcom-rpmhcc: Add RPMHCC for Kaanapali  clk: qcom: tcsrcc-glymur: Update register offsets for clock refs  clk: qcom: gcc-qcs615: Update the SDCC clock to use shared_floor_ops  clk: qcom: camcc-sm7150: Fix PLL config of PLL2  clk: qcom: camcc-sm6350: Fix PLL config of PLL2  clk: qcom: Add NSS clock controller driver for IPQ5424  ...

            List of files:
            /linux/drivers/reset/Kconfig</description>
        <pubDate>Wed, 03 Dec 2025 19:22:37 +0100</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b5b9e93bbfc0200d0480ccc03f83069254e73261 - Merge tag &apos;clk-microchip-6.19&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into clk-microchip</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/Kconfig#b5b9e93bbfc0200d0480ccc03f83069254e73261</link>
        <description>Merge tag &apos;clk-microchip-6.19&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into clk-microchipPull Microchip clk driver updates from Claudiu Beznea: - PolarFire SoC clock driver updates to use regmaps instead of iomem   addresses; with it, the reset control driver support for non-auxiliary   bus probing was included as it now depends on the regmap registered   by the clock controller driver - A cleanup patch for the LAN966X clk driver* tag &apos;clk-microchip-6.19&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:  reset: mpfs: add non-auxiliary bus probing  clk: lan966x: remove unused dt-bindings include  clk: microchip: mpfs: use regmap for clocks  dt-bindings: clk: microchip: mpfs: remove first reg region

            List of files:
            /linux/drivers/reset/Kconfig</description>
        <pubDate>Sun, 30 Nov 2025 20:35:42 +0100</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>781f60e45bdfe351aad692ac0fa89e36f8bf4a36 - reset: mpfs: add non-auxiliary bus probing</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/Kconfig#781f60e45bdfe351aad692ac0fa89e36f8bf4a36</link>
        <description>reset: mpfs: add non-auxiliary bus probingWhile the auxiliary bus was a nice bandaid, and meant that re-writingthe representation of the clock regions in devicetree was not required,it has run its course. The &quot;mss_top_sysreg&quot; region that contains theclock and reset regions, also contains pinctrl and an interruptcontroller, so the time has come rewrite the devicetree and probe thereset controller from an mfd devicetree node, rather than implementthose drivers using the auxiliary bus. Wanting to avoid propagating thisnaive/incorrect description of the hardware to the new pic64gx SoC is amajor motivating factor here.Reviewed-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;Acked-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;

            List of files:
            /linux/drivers/reset/Kconfig</description>
        <pubDate>Mon, 10 Nov 2025 12:23:50 +0100</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>208eed95fc710827b100266c9450ae84d46727bd - Merge tag &apos;soc-drivers-6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/Kconfig#208eed95fc710827b100266c9450ae84d46727bd</link>
        <description>Merge tag &apos;soc-drivers-6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull SoC driver updates from Arnd Bergmann: &quot;This is the first half of the driver changes:   - A treewide interface change to the &quot;syscore&quot; operations for power     management, as a preparation for future Tegra specific changes   - Reset controller updates with added drivers for LAN969x, eic770 and     RZ/G3S SoCs   - Protection of system controller registers on Renesas and Google     SoCs, to prevent trivially triggering a system crash from e.g.     debugfs access   - soc_device identification updates on Nvidia, Exynos and Mediatek   - debugfs support in the ST STM32 firewall driver   - Minor updates for SoC drivers on AMD/Xilinx, Renesas, Allwinner, TI   - Cleanups for memory controller support on Nvidia and Renesas&quot;* tag &apos;soc-drivers-6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (114 commits)  memory: tegra186-emc: Fix missing put_bpmp  Documentation: reset: Remove reset_controller_add_lookup()  reset: fix BIT macro reference  reset: rzg2l-usbphy-ctrl: Fix a NULL vs IS_ERR() bug in probe  reset: th1520: Support reset controllers in more subsystems  reset: th1520: Prepare for supporting multiple controllers  dt-bindings: reset: thead,th1520-reset: Add controllers for more subsys  dt-bindings: reset: thead,th1520-reset: Remove non-VO-subsystem resets  reset: remove legacy reset lookup code  clk: davinci: psc: drop unused reset lookup  reset: rzg2l-usbphy-ctrl: Add support for RZ/G3S SoC  reset: rzg2l-usbphy-ctrl: Add support for USB PWRRDY  dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document RZ/G3S support  reset: eswin: Add eic7700 reset driver  dt-bindings: reset: eswin: Documentation for eic7700 SoC  reset: sparx5: add LAN969x support  dt-bindings: reset: microchip: Add LAN969x support  soc: rockchip: grf: Add select correct PWM implementation on RK3368  soc/tegra: pmc: Add USB wake events for Tegra234  amba: tegra-ahb: Fix device leak on SMMU enable  ...

            List of files:
            /linux/drivers/reset/Kconfig</description>
        <pubDate>Sat, 06 Dec 2025 02:29:04 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>dc567f36f9adcb63b75c045a26b9dbb77c812472 - Merge tag &apos;reset-gpio-for-v6.19&apos; of https://git.pengutronix.de/git/pza/linux into soc/drivers-late</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/Kconfig#dc567f36f9adcb63b75c045a26b9dbb77c812472</link>
        <description>Merge tag &apos;reset-gpio-for-v6.19&apos; of https://git.pengutronix.de/git/pza/linux into soc/drivers-lateReset/GPIO/swnode changes for v6.19* Extend software node implementation, allowing its properties to reference  existing firmware nodes.* Update the GPIO property interface to use reworked swnode macros.* Rework reset-gpio code to use GPIO lookup via swnode.* Fix spi-cs42l43 driver to work with swnode changes.* tag &apos;reset-gpio-for-v6.19&apos; of https://git.pengutronix.de/git/pza/linux:  reset: gpio: use software nodes to setup the GPIO lookup  reset: gpio: convert the driver to using the auxiliary bus  reset: make the provider of reset-gpios the parent of the reset device  reset: order includes alphabetically in reset/core.c  gpio: swnode: allow referencing GPIO chips by firmware nodes  spi: cs42l43: Use actual ACPI firmware node for chip selects  software node: allow referencing firmware nodes  software node: increase the reference of the swnode by its fwnode  software node: read the reference args via the fwnode APISigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/drivers/reset/Kconfig</description>
        <pubDate>Thu, 27 Nov 2025 22:53:01 +0100</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
</channel>
</rss>
