<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>3cdb50e61826b9de0e070cec703df08a030e5624 - UPSTREAM: reset: add reset controller driver for SCMI agents</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#3cdb50e61826b9de0e070cec703df08a030e5624</link>
        <description>UPSTREAM: reset: add reset controller driver for SCMI agentsThis change introduces a reset controller driver for SCMI agent devices.When SCMI agent and SCMI reset domain drivers are enabled, SCMI agentbinds a reset controller device for each SCMI reset domain protocoldevices enabled in the FDT.SCMI reset driver is embedded upon CONFIG_RESET_SCMI=y. If enabled,CONFIG_SCMI_AGENT is also enabled.SCMI Reset Domain protocol is defined in the SCMI specification [1].Links: [1] https://developer.arm.com/architectures/system-architectures/software-standards/scmiSigned-off-by: Etienne Carriere &lt;etienne.carriere@linaro.org&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;Cc: Peng Fan &lt;peng.fan@nxp.com&gt;Cc: Sudeep Holla &lt;sudeep.holla@arm.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Conflicts:       drivers/reset/Kconfig       drivers/reset/Makefile(cherry picked from commit 34d76fefb2667d0ca138ff4fcf8bc8443032449f)Signed-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: I8c6dd9bb49e58cd9df9a67c1cd101d8da27f3691

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Wed, 09 Sep 2020 16:44:06 +0000</pubDate>
        <dc:creator>Etienne Carriere &lt;etienne.carriere@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>8fce363f2785acb29fe43f847ab80140d2906edb - dm: reset: add reset support for SPL</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#8fce363f2785acb29fe43f847ab80140d2906edb</link>
        <description>dm: reset: add reset support for SPLSigned-off-by: Joseph Chen &lt;chenjh@rock-chips.com&gt;Change-Id: I8210b7f656b99bf7cbf4a6708696ebbf91aa7685

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Mon, 27 Jul 2020 03:11:04 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>5754b8c90d015fc03621bb60be9865b4dc276bc4 - drivers/reset: support rockchip reset drivers</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#5754b8c90d015fc03621bb60be9865b4dc276bc4</link>
        <description>drivers/reset: support rockchip reset driversCreate driver to support all Rockchip SoCs soft reset.Example of usage:i2c driver:	ret = reset_get_by_name(dev, &quot;i2c&quot;, &amp;reset_ctl);	if (ret) {		error(&quot;reset_get_by_name() failed: %d\n&quot;, ret);	}	reset_assert(&amp;reset_ctl);	udelay(50);	reset_deassert(&amp;reset_ctl);i2c dts node:resets = &lt;&amp;cru SRST_P_I2C1&gt;, &lt;&amp;cru SRST_I2C1&gt;;reset-names = &quot;p_i2c&quot;, &quot;i2c&quot;;Change-Id: I7db97619e33447d6130e349e90799cd398e29d72Signed-off-by: Elaine Zhang &lt;zhangqing@rock-chips.com&gt;Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Tue, 10 Oct 2017 07:04:07 +0000</pubDate>
        <dc:creator>Elaine Zhang &lt;zhangqing@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>102d86552abc82818c22b39fdef4b3a280a60643 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#102d86552abc82818c22b39fdef4b3a280a60643</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Wed, 10 May 2017 19:50:21 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>18393f70f6854e80d34b3b12d3a9eca84bae0a45 - dm: reset: add BCM6345 reset driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#18393f70f6854e80d34b3b12d3a9eca84bae0a45</link>
        <description>dm: reset: add BCM6345 reset driverThis is a simplified version of linux/arch/mips/bcm63xx/reset.cSigned-off-by: &#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Wed, 03 May 2017 13:10:21 +0000</pubDate>
        <dc:creator>&#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-bootSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Tue, 09 May 2017 16:03:44 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>858d4976293f0b3d72e5dcf0e8a1a973efafeee3 - aspeed: Reset Driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#858d4976293f0b3d72e5dcf0e8a1a973efafeee3</link>
        <description>aspeed: Reset DriverAdd Reset Driver for ast2500 SoC. This driver uses Watchdog Timer toperform resets and thus depends on it. The actual Watchdog device usedneeds to be configured in Device Tree using &quot;aspeed,wdt&quot; property, whichmust be WDT phandle, for example:rst: reset-controller {    compatible = &quot;aspeed,ast2500-reset&quot;;    aspeed,wdt = &lt;&amp;wdt1&gt;;}Signed-off-by: Maxim Sloyko &lt;maxims@google.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Mon, 17 Apr 2017 19:00:24 +0000</pubDate>
        <dc:creator>maxims@google.com &lt;maxims@google.com&gt;</dc:creator>
    </item>
<item>
        <title>7d67bb1daf2daae7bce49147494f8c45001e76b1 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#7d67bb1daf2daae7bce49147494f8c45001e76b1</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Tue, 04 Apr 2017 13:18:57 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>584861ffebbb46260e9dd48bb0243fc6772ba12a - reset: Add STi reset support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#584861ffebbb46260e9dd48bb0243fc6772ba12a</link>
        <description>reset: Add STi reset supportThis patch adds a reset controller implementation for STMicroelectronicsSTi family SoCs; it allows a group of related reset like controls foundin multiple system configuration registers to be represented by a singlecontroller device.Driver code has been mainly extracted from kerneldrivers/reset/sti/reset-stih407.cSigned-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Wed, 22 Mar 2017 09:54:03 +0000</pubDate>
        <dc:creator>Patrice Chotard &lt;patrice.chotard@st.com&gt;</dc:creator>
    </item>
<item>
        <title>3c594d34c4addc962b2bd6ed2d16f3ce24ab1627 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#3c594d34c4addc962b2bd6ed2d16f3ce24ab1627</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-uniphier

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Wed, 12 Oct 2016 12:30:38 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>4fb96c48c183128c00b21c7858bb05897a1b80de - reset: uniphier: add reset controller driver for UniPhier SoCs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#4fb96c48c183128c00b21c7858bb05897a1b80de</link>
        <description>reset: uniphier: add reset controller driver for UniPhier SoCsThis is the initial commit for UniPhier reset controller driver.Most code was ported from Linux.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Sat, 08 Oct 2016 04:25:31 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>40e1236afeeacdadfa3865f70fc7e3b8016acbe2 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-tegra</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#40e1236afeeacdadfa3865f70fc7e3b8016acbe2</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-tegra

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Tue, 27 Sep 2016 16:47:25 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>fe60f06dcdee82b41f47e56ccb99cced91f1d2ac - reset: implement a driver for the Tegra CAR</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#fe60f06dcdee82b41f47e56ccb99cced91f1d2ac</link>
        <description>reset: implement a driver for the Tegra CARImplement a reset uclass driver for the Tegra CAR. This allows clients touse standard reset APIs on Tegra. This device is intended to beinstantiated by the core Tegra CAR driver, rather than being instantiateddirectly from DT. The implementation uses the existing custom Tegra-specific reset APIs to avoid coupling the series with significantrefactoring of the existing Tegra clock/reset code.Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Tue, 13 Sep 2016 16:45:58 +0000</pubDate>
        <dc:creator>Stephen Warren &lt;swarren@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>4dd99d140cf061478d1ac9e0a961a3874b759f1d - reset: add Tegra186 reset driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#4dd99d140cf061478d1ac9e0a961a3874b759f1d</link>
        <description>reset: add Tegra186 reset driverIn Tegra186, on-SoC reset signals are manipulated using IPC requests tothe BPMP (Boot and Power Management Processor). This change implements adriver that does that. It is unconditionally selected by CONFIG_TEGRA186since virtually any Tegra186 build of U-Boot will need the feature.Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Mon, 08 Aug 2016 17:28:25 +0000</pubDate>
        <dc:creator>Stephen Warren &lt;swarren@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>09849f4a7779a247be8af5cfae44f7aad30e1222 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#09849f4a7779a247be8af5cfae44f7aad30e1222</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Mon, 20 Jun 2016 09:14:01 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>4581b717b1bf0fb04e7d9fcaf3d4c23d357154ac - reset: implement a reset test</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#4581b717b1bf0fb04e7d9fcaf3d4c23d357154ac</link>
        <description>reset: implement a reset testThis adds a sandbox reset implementation (provider), a test clientdevice, instantiates them both from Sandbox&apos;s DT, and adds a DM testthat excercises everything.Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Fri, 17 Jun 2016 15:43:59 +0000</pubDate>
        <dc:creator>Stephen Warren &lt;swarren@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>89c1e2da78f82a09685006291ce8bb44f635fa25 - Add a reset driver framework/uclass</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/reset/Makefile#89c1e2da78f82a09685006291ce8bb44f635fa25</link>
        <description>Add a reset driver framework/uclassA reset controller is a hardware module that controls reset signals thataffect other hardware modules or chips.This patch defines a standard API that connects reset clients (i.e. thedrivers for devices affected by reset signals) to drivers for resetcontrollers/providers. Initially, DT is the only supported method forconnecting the two.The DT binding specification (reset.txt) was taken from Linux kernelv4.5&apos;s Documentation/devicetree/bindings/reset/reset.txt.Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/reset/Makefile</description>
        <pubDate>Fri, 17 Jun 2016 15:43:58 +0000</pubDate>
        <dc:creator>Stephen Warren &lt;swarren@nvidia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
