<?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>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/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/soc/ti/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/soc/ti/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/soc/ti/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>599efa093ffcc342b8ec18e9c77a8c959efd4b9b - Merge tag &apos;ti-driver-soc-for-v6.20&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#599efa093ffcc342b8ec18e9c77a8c959efd4b9b</link>
        <description>Merge tag &apos;ti-driver-soc-for-v6.20&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/driversTI SoC driver updates for v6.20Bug Fixes:- pruss: Fix double free in pruss_clk_mux_setup()- k3-socinfo: Fix regmap leak on probe failure- k3-socinfo: Fix compile testing dependency issueCleanups:- knav_dma/knav_qmss: Remove redundant ENOMEM printks and simplify error messages- knav_dma/knav: Simplify code with scoped for each OF child loops- ti_sci.h: Fix all kernel-doc warnings* tag &apos;ti-driver-soc-for-v6.20&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux:  soc: ti: pruss: Fix double free in pruss_clk_mux_setup()  soc: ti: k3-socinfo: Fix regmap leak on probe failure  soc: ti: k3-socinfo: Fix compile testing  soc: ti: knav_dma: Simplify with scoped for each OF child loop  soc: ti: knav: Simplify with scoped for each OF child loop  soc: ti: knav_dma: Simplify error messages in probe  soc: ti: knav_dma: Remove ENOMEM printks  soc: ti: knav_qmss: Remove ENOMEM printks  firmware: ti_sci.h: fix all kernel-doc warningsSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Wed, 21 Jan 2026 16:43:45 +0100</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>3fec51b89d603f2d8ebf50f815b5e159efc381da - soc: ti: k3-socinfo: Fix compile testing</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#3fec51b89d603f2d8ebf50f815b5e159efc381da</link>
        <description>soc: ti: k3-socinfo: Fix compile testingThere seems to be nothing preventing this driver from being compiletested so enable that by adding the missing input prompt.Fixes: 907a2b7e2fc7 (&quot;soc: ti: add k3 platforms chipid module driver&quot;)Signed-off-by: Johan Hovold &lt;johan@kernel.org&gt;Link: https://patch.msgid.link/20251127135455.2497-1-johan@kernel.orgSigned-off-by: Nishanth Menon &lt;nm@ti.com&gt;

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Thu, 27 Nov 2025 14:54:54 +0100</pubDate>
        <dc:creator>Johan Hovold &lt;johan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a23e1966932464e1c5226cb9ac4ce1d5fc10ba22 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Mon, 15 Jul 2024 23:03:44 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f47c7ae8c7afaf9ad291d39f0d3974f191a7946 - Merge tag &apos;v6.9&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#6f47c7ae8c7afaf9ad291d39f0d3974f191a7946</link>
        <description>Merge tag &apos;v6.9&apos; into nextSync up with the mainline to bring in the new cleanup API.

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Tue, 28 May 2024 06:37:18 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>60a2f25de7b8b785baee2932db932ae9a5b8c86d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#60a2f25de7b8b785baee2932db932ae9a5b8c86d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextSome display refactoring patches are needed in order to allow conflict-less merging.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Thu, 16 May 2024 09:33:01 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>0ea5c948cb64bab5bc7a5516774eb8536f05aa0d - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#0ea5c948cb64bab5bc7a5516774eb8536f05aa0d</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to bring Xe driver to drm-intel-next.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Mon, 15 Jan 2024 08:38:05 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>03c11eb3b16dc0058589751dfd91f254be2be613 - Merge tag &apos;v6.8-rc4&apos; into x86/percpu, to resolve conflicts and refresh the branch</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#03c11eb3b16dc0058589751dfd91f254be2be613</link>
        <description>Merge tag &apos;v6.8-rc4&apos; into x86/percpu, to resolve conflicts and refresh the branchConflicts:	arch/x86/include/asm/percpu.h	arch/x86/include/asm/text-patching.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Wed, 14 Feb 2024 10:45:07 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ab1c247094e323177a578b38f0325bf79f0317ac - Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#ab1c247094e323177a578b38f0325bf79f0317ac</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-nextTo pick up fixes that went thru perf-tools for v6.7 and to get in syncwith upstream to check for drift in the copies of headers, etc.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Tue, 19 Dec 2023 01:37:07 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>3bf3e21c15d4386a5f15118ec39bbc1b67ea5759 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#3bf3e21c15d4386a5f15118ec39bbc1b67ea5759</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.8 release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Wed, 15 Nov 2023 10:45:19 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5d2d4a9f603a47403395408f64b1261ca61f6d50 - Merge branch &apos;tip/perf/urgent&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#5d2d4a9f603a47403395408f64b1261ca61f6d50</link>
        <description>Merge branch &apos;tip/perf/urgent&apos;Avoid conflicts, base on fixes.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Wed, 15 Nov 2023 10:15:40 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>cdd5b5a9761fd66d17586e4f4ba6588c70e640ea - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#cdd5b5a9761fd66d17586e4f4ba6588c70e640ea</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.7 merge window.

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Tue, 07 Nov 2023 00:42:08 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3c86a44d623ee8734a02636d3544812e31496460 - Merge tag &apos;pmdomain-v6.7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#3c86a44d623ee8734a02636d3544812e31496460</link>
        <description>Merge tag &apos;pmdomain-v6.7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pmPull pmdomain updates from Ulf Hansson: - Move Kconfig files into the pmdomain subsystem - Drop use of genpd&apos;s redundant -&gt;opp_to_performance_state() callback - amlogic:    - Add support for the T7 power-domains controller    - Fix mask for the second NNA mem power-domain - bcm: Fixup ASB register read and comparison for bcm2835-power - imx: Fix device link problem for consumers of the pgc power-domain - mediatek: Add support for the MT8365 power domains - qcom:    - Add support for the rpmhpds for SC8380XP power-domains    - Add support for the rpmhpds for SM8650 power-domains    - Add support for the rpmhpd clocks for SM7150    - Add support for the rpmpds for MSM8917 (families) power-domains - starfive: Add support for the JH7110 AON PMU* tag &apos;pmdomain-v6.7&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm: (56 commits)  pmdomain: amlogic: Fix mask for the second NNA mem PD domain  pmdomain: qcom: rpmhpd: Add SC8380XP power domains  pmdomain: qcom: rpmhpd: Add SM8650 RPMh Power Domains  dt-bindings: power: rpmpd: Add SC8380XP support  dt-bindings: power: qcom,rpmhpd: Add GMXC PD index  dt-bindings: power: qcom,rpmpd: document the SM8650 RPMh Power Domains  pmdomain: imx: Make imx pgc power domain also set the fwnode  pmdomain: qcom: rpmpd: Add QM215 power domains  pmdomain: qcom: rpmpd: Add MSM8917 power domains  dt-bindings: power: rpmpd: Add MSM8917, MSM8937 and QM215  pmdomain: bcm: bcm2835-power: check if the ASB register is equal to enable  pmdomain: qcom: rpmhpd: Drop the -&gt;opp_to_performance_state() callback  pmdomain: qcom: rpmpd: Drop the -&gt;opp_to_performance_state() callback  pmdomain: qcom: cpr: Drop the -&gt;opp_to_performance_state() callback  pmdomain: Use device_get_match_data()  pmdomain: ti: add missing of_node_put  pmdomain: mediatek: Add support for MT8365  pmdomain: mediatek: Add support for MTK_SCPD_STRICT_BUS_PROTECTION cap  pmdomain: mediatek: Add support for WAY_EN operations  pmdomain: mediatek: Unify configuration for infracfg and smi  ...

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Thu, 02 Nov 2023 00:09:46 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>02c24a120374b8beb3078a40ce1e7fd326518fcf - pmdomain: ti: Move and add Kconfig options to the pmdomain subsystem</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#02c24a120374b8beb3078a40ce1e7fd326518fcf</link>
        <description>pmdomain: ti: Move and add Kconfig options to the pmdomain subsystemThe TI_SCI_PM_DOMAINS Kconfig option belongs closer to its correspondingimplementation, hence let&apos;s move it from the soc subsystem to the pmdomainsubsystem.While at it, let&apos;s also add a Kconfig option the omap_prm driver, ratherthan using ARCH_OMAP2PLUS directly.Cc: Nishanth Menon &lt;nm@ti.com&gt;Cc: Santosh Shilimkar &lt;ssantosh@kernel.org&gt;Cc: Tero Kristo &lt;kristo@kernel.org&gt;Cc: Tony Lindgren &lt;tony@atomide.com&gt;Reviewed-by: Dhruva Gole &lt;d-gole@ti.com&gt;Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Tue, 12 Sep 2023 15:35:25 +0200</pubDate>
        <dc:creator>Ulf Hansson &lt;ulf.hansson@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>34069d12e239ae8f36dd96c378e4622fb1c42a76 - Merge tag &apos;v6.5&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#34069d12e239ae8f36dd96c378e4622fb1c42a76</link>
        <description>Merge tag &apos;v6.5&apos; into nextSync up with mainline to bring in updates to the shared infrastructure.

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Tue, 05 Sep 2023 23:08:14 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2612e3bbc0386368a850140a6c9b990cd496a5ec - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#2612e3bbc0386368a850140a6c9b990cd496a5ec</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching-up with drm-next and drm-intel-gt-next.It will unblock a code refactor around the platformdefinitions (names vs acronyms).Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Mon, 07 Aug 2023 23:14:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9f771739a04919226081a107167596de75108fbb - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#9f771739a04919226081a107167596de75108fbb</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in b3e4aae612ec (&quot;drm/i915/hdcp: Modify hdcp_gsc_message msg sending mechanism&quot;) asa dependency for https://patchwork.freedesktop.org/series/121735/Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Mon, 07 Aug 2023 12:29:40 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>61b7369483efb5e0a9f3b48e75fac00d46d661e0 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#61b7369483efb5e0a9f3b48e75fac00d46d661e0</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get v6.5-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Mon, 24 Jul 2023 15:44:47 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>0791faebfe750292a8a842b64795a390ca4a3b51 - ASoC: Merge v6.5-rc2</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/soc/ti/Kconfig#0791faebfe750292a8a842b64795a390ca4a3b51</link>
        <description>ASoC: Merge v6.5-rc2Get a similar baseline to my other branches, and fixes for people usingthe branch.

            List of files:
            /linux/drivers/soc/ti/Kconfig</description>
        <pubDate>Mon, 17 Jul 2023 07:12:31 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
