<?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 smem_dramc.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/qcom/smem_dramc.c#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/soc/qcom/smem_dramc.c</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>368cf60c36a3a311474de08e52dc6314df3b06ce - Merge tag &apos;soc-drivers-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/qcom/smem_dramc.c#368cf60c36a3a311474de08e52dc6314df3b06ce</link>
        <description>Merge tag &apos;soc-drivers-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull SoC driver updates from Arnd Bergmann: &quot;The SoC driver changes once more consist of many small fixes and  cleanups, that are to a large part the result of automated testing.  On platform specific drivers, this includes SoC specific code for  xilinx, freescale/nxp, qualcomm, TI, aspeed, omap, tegra, samsung,  rockchip, renesas, ixp4xx. In firmware drivers, we see a similar  picture for SCMI and qcomtee.  Aside from these, we see actual new hardware support in a few areas:   - The Apple platform gets a new driver for low power states   - Updates to Qualcomm platform drivers add several new hardware     specific features and additional SoCs.   - Amlogic SoC support for A1 and T7 is added   - The Mediatek MMSYS driver is refactored as a cleanup&quot;* tag &apos;soc-drivers-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (157 commits)  soc: qcom: make QCOM_PDR_MSG selectable  soc: qcom: ubwc: Fix missing include  soc: qcom: ubwc: Fix link error when QCOM_SMEM=n  media: iris: Guard the QCOM_UBWC_CONFIG select with QCOM_SMEM  drm/msm: Guard the QCOM_UBWC_CONFIG select with QCOM_SMEM  dt-bindings: arm: qcom,ids: Add SoC ID for Snapdragon SDM 850  firmware: xilinx: Clear firmware notifiers across kexec transitions  firmware: xilinx: Release all peripheral devices from firmware  firmware: xilinx: Add support to clear EL3 PM state  firmware: xilinx: Propagate actual error from feature check  firmware: xilinx: Use TF-A feature check for TF-A-specific APIs  bus: fsl-mc: drop unused assignment of acpi_device_id::driver_data  soc: fsl: qe: check platform_driver_register() in qe_ic_of_init()  phy: lynx-10g: use RCW override procedure for dynamic protocol change  soc: fsl: guts: implement the RCW override procedure  dt-bindings: fsl: layerscape-dcfg: define DCFG_DCSR region  soc: fsl: guts: make fsl_soc_data available after fsl_guts_init()  soc: fsl: guts: make it easier to determine on which SoC we are running  soc: fsl: guts: add a central fsl_guts_read() function  soc: fsl: guts: add a global structure to hold state  ...

            List of files:
            /linux/drivers/soc/qcom/smem_dramc.c</description>
        <pubDate>Wed, 19 Aug 2026 04:40:29 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>93d524fb91fdd1f03e7523fb361c1ff249dc2684 - Merge tag &apos;qcom-drivers-for-7.3-2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/qcom/smem_dramc.c#93d524fb91fdd1f03e7523fb361c1ff249dc2684</link>
        <description>Merge tag &apos;qcom-drivers-for-7.3-2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/driversMore Qualcomm driver updates for v7.3Add SMEM parsing for DDR configuration data and use its highest bankaddress bit to select the appropriate UBWC configuration.Enable generic PAS trusted-zone APIs for the Iris and Venus media drivers.Fix SCM probe retry state, reserved-memory cleanup, and an early IRQ-handlerNULL dereference. Enable QSEECOM EFI variable access on the Asus Zenbook A16.Correct GENI firmware-size validation using the hardware CFG RAM depth andcorrect the PMIC GLINK Thunderbolt extradata layout.Document the Nord AOSS side channel and the IMEM minidump SRAM property.Clean up Qualcomm statistics macros and the WCNSS binding schema.* tag &apos;qcom-drivers-for-7.3-2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:  media: qcom: Switch to generic PAS TZ APIs  dt-bindings: soc: qcom,aoss-qmp: Document Nord AOSS side channel  dt-bindings: sram: qcom,imem: Add minidump-sram pattern property  soc: qcom: qcom_stats: Replace CLIENT_VOTES_OFFSET macro with sizeof()  soc: qcom: qcom_stats: Remove unused macro definitions  soc: qcom: ubwc: Get HBB from SMEM  soc: qcom: smem: Expose DDR data from SMEM  soc: qcom: smem: Use &apos;unsigned int&apos; instead of &apos;unsigned&apos;  firmware: qcom: scm: Fix tzmem state on probe retry  firmware: qcom: scm: Fix reserved memory cleanup on probe failure  firmware: qcom: scm: Fix NULL dereference in IRQ handler before __scm is published  firmware: qcom: scm: Allow QSEECOM on Asus Zenbook A16 (UX3607OA)  soc: qcom: geni-se: Use HW PROG_RAM_DEPTH to validate firmware size  soc: qcom: pmic_glink_altmode: Define the TBT extradata properly  dt-bindings: soc: qcom,wcnss: Drop redundant $ref of firmware-name propertySigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/drivers/soc/qcom/smem_dramc.c</description>
        <pubDate>Mon, 10 Aug 2026 10:00:14 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>1d234eeafc56af8c9af6eee857f41a4310615e78 - soc: qcom: smem: Expose DDR data from SMEM</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/qcom/smem_dramc.c#1d234eeafc56af8c9af6eee857f41a4310615e78</link>
        <description>soc: qcom: smem: Expose DDR data from SMEMMost modern Qualcomm platforms (&gt;= SM8150) expose information about theDDR memory present on the system via SMEM.Details from this information is used in various scenarios, such asmultimedia drivers configuring the hardware based on the &quot;Highest Bankaddress Bit&quot; (hbb), or the list of valid frequencies in validationscenarios...Add support for parsing v3-v7 version of the structs. Unforunately,they are not versioned, so some elbow grease is necessary to determinewhich one is present. See for reference:ver 3: https://git.codelinaro.org/clo/la/abl/tianocore/edk2/-/commit/1d11897d2cfcc7b85f28ff74c445018dbbecac7aver 4: https://git.codelinaro.org/clo/la/abl/tianocore/edk2/-/commit/f6e9aa549260bbc0bdcb156c2b05f48dc5963203ver 5: https://git.codelinaro.org/clo/la/abl/tianocore/edk2/-/commit/617d3297abe8b1b8dd3de3d1dd69c3961e6f343fver 5 with 6regions: https://git.codelinaro.org/clo/la/abl/tianocore/edk2/-/commit/d770e009f9bae58d56d926f7490bbfb45af8341fver 6: https://git.codelinaro.org/clo/la/abl/tianocore/edk2/-/commit/62659b557fdb1551b20fae8073d1d701dfa8a62ever 7: https://git.codelinaro.org/clo/la/abl/tianocore/edk2/-/commit/734d95599c5ebb1ca0d4e1639142e65c590532b7Reviewed-by: Bjorn Andersson &lt;andersson@kernel.org&gt;Signed-off-by: Konrad Dybcio &lt;konrad.dybcio@oss.qualcomm.com&gt;Link: https://git.codelinaro.org/clo/la/abl/tianocore/edk2/-/commit/1d11897d2cfcc7b85f28ff74c445018dbbecac7aLink: https://lore.kernel.org/r/20260727-topic-smem_dramc-v5-2-66188b3e338d@oss.qualcomm.comSigned-off-by: Bjorn Andersson &lt;andersson@kernel.org&gt;

            List of files:
            /linux/drivers/soc/qcom/smem_dramc.c</description>
        <pubDate>Mon, 27 Jul 2026 11:59:28 +0200</pubDate>
        <dc:creator>Konrad Dybcio &lt;konrad.dybcio@oss.qualcomm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
