<?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 stm32_dbg_bus.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bus/stm32_dbg_bus.c#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/bus/stm32_dbg_bus.c</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<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/bus/stm32_dbg_bus.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/bus/stm32_dbg_bus.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>dc26ea325f9c8d264bffd7d7600a31d01065302d - Merge tag &apos;stm32-bus-firewall-for-7.1-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32 into soc/drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bus/stm32_dbg_bus.c#dc26ea325f9c8d264bffd7d7600a31d01065302d</link>
        <description>Merge tag &apos;stm32-bus-firewall-for-7.1-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32 into soc/driversSTM32 Firewall bus for v7.1, round 1Highlights:----------Stm32 SoCs embed debug peripherals such as Coresight. These peripheralscan monitor the activity of the cores. Because of that, they can beused only if some features in the debug configuration are enabled.Else, errors or firewall exceptions can be observed. Similarly tothe ETZPC(on stm32mp1x platforms) or the RIFSC(on stm32mp2x platforms),debug-related peripherals access can be assessed at bus level toprevent these issues from happening.The debug configuration can only be accessed by the secure world.That means that a service must be implemented in the secure world forthe kernel to check the firewall configuration. On OpenSTLinux, it isdone through a Debug access PTA in OP-TEE [1].To represent the debug peripherals present on a dedicated debug bus,create a debug bus node in the device tree and the associated driverthat will interact with this PTA.Plus some fixes.* tag &apos;stm32-bus-firewall-for-7.1-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32:  pinctrl: stm32: add firewall checks before probing the HDP driver  drivers: bus: add the stm32 debug bus driver  bus: stm32_firewall: add stm32_firewall_get_grant_all_access() API  bus: stm32_firewall: allow check on different firewall controllers  dt-bindings: bus: document the stm32 debug bus  dt-bindings: pinctrl: document access-controllers property for stm32 HDP  dt-bindings: document access-controllers property for coresight peripherals  bus: rifsc: fix RIF configuration check for peripherals  bus: rifsc: Replace snprintf(&quot;%s&quot;) with strscpy  bus: stm32_firewall: Simplify with scoped for each OF child loop  bus: firewall: move stm32_firewall header file in include folderSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/drivers/bus/stm32_dbg_bus.c</description>
        <pubDate>Wed, 01 Apr 2026 23:49:16 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>f1939c6a0bed6a4af8339fd0aeb28a17b7a0d4c7 - drivers: bus: add the stm32 debug bus driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/bus/stm32_dbg_bus.c#f1939c6a0bed6a4af8339fd0aeb28a17b7a0d4c7</link>
        <description>drivers: bus: add the stm32 debug bus driverAdd the stm32 debug bus driver that is responsible of checking thedebug subsystem accessibility before probing the related peripheraldrivers.This driver is OP-TEE dependent and relies on the STM32 debug accessPTA.Signed-off-by: Gatien Chevallier &lt;gatien.chevallier@foss.st.com&gt;Link: https://lore.kernel.org/r/20260226-debug_bus-v6-6-5d794697798d@foss.st.comSigned-off-by: Alexandre Torgue &lt;alexandre.torgue@foss.st.com&gt;

            List of files:
            /linux/drivers/bus/stm32_dbg_bus.c</description>
        <pubDate>Thu, 26 Feb 2026 11:30:21 +0100</pubDate>
        <dc:creator>Gatien Chevallier &lt;gatien.chevallier@foss.st.com&gt;</dc:creator>
    </item>
</channel>
</rss>
