<?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 reset-sky1.c</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/reset/reset-sky1.c#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/reset/reset-sky1.c</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>fbf57f25f032bfccbf74eb1898646c9fbd862d2f - Merge tag &apos;reset-for-v7.1&apos; of https://git.pengutronix.de/git/pza/linux into soc/drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/reset-sky1.c#fbf57f25f032bfccbf74eb1898646c9fbd862d2f</link>
        <description>Merge tag &apos;reset-for-v7.1&apos; of https://git.pengutronix.de/git/pza/linux into soc/driversReset controller updates for v7.1* Rework the reset core to support firmware nodes, add more fine  grained locking, and use guard() helpers.* Change the reset-gpio driver to use firmware nodes.* Add support for the Cix Sky1 SoC reset controller.* Add support for the RZ/G3E SoC to the reset-rzv2h-usb2phy driver and  convert it to regmap. Prepare registering a VBUS mux controller.* Replace use of the deprecated register_restart_handler() function in  the ath79, intel-gw, lpc18xx, ma35d1, npcm, and sunplus reset drivers.* Combine two allocations into one in the sti/reset-syscfg driver.* Fix the reset-rzg2l-usbphy-ctrl MODULE_AUTHOR email.* Fix the reset_control_rearm() kerneldoc comment.The last commit is a merge of reset-fixes-for-v7.0-2 into reset/next,to solve a merge conflict between commits a9b95ce36de4 (&quot;reset: gpio: add adevlink between reset-gpio and its consumer&quot;) and fbffb8c7c7bb (&quot;reset: gpio:fix double free in reset_add_gpio_aux_device() error path&quot;).* tag &apos;reset-for-v7.1&apos; of https://git.pengutronix.de/git/pza/linux: (35 commits)  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  reset: core: Drop unnecessary double quote  reset: rzv2h-usb2phy: Keep PHY clock enabled for entire device lifetime  reset: spacemit: k3: Decouple composite reset lines  reset: gpio: fix double free in reset_add_gpio_aux_device() error path  reset: rzg2l-usbphy-ctrl: Fix malformed MODULE_AUTHOR string  reset: sti: kzalloc + kcalloc to kzalloc  reset: don&apos;t overwrite fwnode_reset_n_cells  reset: core: Fix indentation  reset: add Sky1 soc reset support  dt-bindings: soc: cix: document the syscon on Sky1 SoC  reset: gpio: make the driver fwnode-agnostic  reset: convert reset core to using firmware nodes  reset: convert the core API to using firmware nodes  reset: convert of_reset_control_get_count() to using firmware nodes  reset: protect struct reset_control with its own mutex  reset: protect struct reset_controller_dev with its own mutex  ...Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/drivers/reset/reset-sky1.c</description>
        <pubDate>Thu, 02 Apr 2026 23:15:26 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>7cd3ca90d92110cb6a57fcc286c193cf7fd048d2 - reset: add Sky1 soc reset support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/reset/reset-sky1.c#7cd3ca90d92110cb6a57fcc286c193cf7fd048d2</link>
        <description>reset: add Sky1 soc reset supportAdd support for the resets on Cix&apos;s Sky1 SoC.There are two reset controllers on Cix Sky1 Soc. One is located in S0domain, and the other is located in S5 domain.Signed-off-by: Gary Yang &lt;gary.yang@cixtech.com&gt;Reviewed-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;Signed-off-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;

            List of files:
            /linux/drivers/reset/reset-sky1.c</description>
        <pubDate>Mon, 02 Mar 2026 07:44:06 +0100</pubDate>
        <dc:creator>Gary Yang &lt;gary.yang@cixtech.com&gt;</dc:creator>
    </item>
</channel>
</rss>
