<?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>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/spacemit/Kconfig#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/drivers/reset/spacemit/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/reset/spacemit/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/reset/spacemit/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>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/spacemit/Kconfig#42d3b66d4cdbacfc9d120d2301b8de89cc29a914</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 7.00-rc3. Important ahead GPU SVM merging THPsupport.Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;

            List of files:
            /linux/drivers/reset/spacemit/Kconfig</description>
        <pubDate>Thu, 12 Mar 2026 15:17:56 +0100</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/spacemit/Kconfig#f09812b85fa6f41058bcc46e70ac406bf9b0493a</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.0-rc1 which contains a few treewide changes affecting i915.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/reset/spacemit/Kconfig</description>
        <pubDate>Wed, 25 Feb 2026 12:23:04 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8b85987d3cf50178f67618122d9f3bb202f62f42 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/spacemit/Kconfig#8b85987d3cf50178f67618122d9f3bb202f62f42</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s merge 7.0-rc1 to start the new drm-misc-next windowSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/reset/spacemit/Kconfig</description>
        <pubDate>Mon, 23 Feb 2026 11:48:20 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/spacemit/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/spacemit/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/spacemit/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/spacemit/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>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/spacemit/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/spacemit/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>938ce3b16582657e67f3bd8a7efa59089c467c90 - reset: spacemit: Add SpacemiT K3 reset driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/spacemit/Kconfig#938ce3b16582657e67f3bd8a7efa59089c467c90</link>
        <description>reset: spacemit: Add SpacemiT K3 reset driverAdd support for the SpacemiT K3 SoC reset controller. The K3 resetdriver reuses the common reset controller code and provides K3-specificreset data for devices managed by the following units: - MPMU (Main Power Management Unit) - APBC (APB clock unit) - APMU (Application Subsystem Power Management Unit) - DCIU (DMA Control and Interface Unit)Acked-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/spacemit/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 12:10:52 +0100</pubDate>
        <dc:creator>Guodong Xu &lt;guodong@riscstar.com&gt;</dc:creator>
    </item>
<item>
        <title>aba86f7bff0bfd6956aff9bbbfb0c6ea6d56809e - reset: spacemit: Extract common K1 reset code</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/spacemit/Kconfig#aba86f7bff0bfd6956aff9bbbfb0c6ea6d56809e</link>
        <description>reset: spacemit: Extract common K1 reset codeExtract the common reset controller code from the K1 driver intoseparate reset-spacemit-common.{c,h} files to prepare for additionalSpacemiT SoCs that share the same reset controller architecture.The common code includes handlers for reset assert and deassertoperations and probing for auxiliary bus devices.Changes during extraction:- Module ownership: Use dev-&gt;driver-&gt;owner instead of THIS_MODULE in  spacemit_reset_controller_register() to correctly reference the  calling driver&apos;s module.- Rename spacemit_reset_ids to spacemit_k1_reset_ids.- Define new namespace &quot;RESET_SPACEMIT&quot; for the exported common  functions (spacemit_reset_probe) and update K1 driver to import it.This prepares for additional SpacemiT SoCs (K3) that share the same resetcontroller architecture.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/spacemit/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 12:10:51 +0100</pubDate>
        <dc:creator>Guodong Xu &lt;guodong@riscstar.com&gt;</dc:creator>
    </item>
<item>
        <title>2875b4b5d2657ff2fd979103d88e9afcae51481c - reset: Create subdirectory for SpacemiT drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/spacemit/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/spacemit/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 12:10:50 +0100</pubDate>
        <dc:creator>Guodong Xu &lt;guodong@riscstar.com&gt;</dc:creator>
    </item>
</channel>
</rss>
