<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>24a11a1e - pmdomain: imx: Move Kconfig options to the pmdomain subsystem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#24a11a1e</link>
        <description>pmdomain: imx: Move Kconfig options to the pmdomain subsystemThe Kconfig options belongs closer to the corresponding implementations,hence let&apos;s move them from the soc- and firmware subsystem to the pmdomainsubsystem.Cc: Shawn Guo &lt;shawnguo@kernel.org&gt;Cc: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;Cc: Fabio Estevam &lt;festevam@gmail.com&gt;Cc: Peng Fan &lt;peng.fan@nxp.com&gt;Cc: &lt;kernel@pengutronix.de&gt;Cc: &lt;linux-imx@nxp.com&gt;Acked-by: Peng Fan &lt;peng.fan@nxp.com&gt;Acked-by: Shawn Guo &lt;shawnguo@kernel.org&gt;Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Mon, 11 Sep 2023 22:45:34 +0000</pubDate>
        <dc:creator>Ulf Hansson &lt;ulf.hansson@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>8191455c - soc: imx8m: Support building imx8m soc driver as module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#8191455c</link>
        <description>soc: imx8m: Support building imx8m soc driver as moduleMake the imx8m soc driver as tristate so that it can be built as loadablemodule, module names are:soc-imx8m.ko, imx8m-blk-ctrl.ko and imx8mp-blk-ctrl.koSigned-off-by: Jindong Yue &lt;jindong.yue@nxp.com&gt;Reviewed-by: Peng Fan &lt;peng.fan@nxp.com&gt;Reviewed-by: Marco Felsch &lt;m.felsch@pengutronix.de&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Wed, 01 Mar 2023 13:05:57 +0000</pubDate>
        <dc:creator>Jindong Yue &lt;jindong.yue@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>2cbee26e - soc: imx: imx8mp-blk-ctrl: expose high performance PLL clock</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#2cbee26e</link>
        <description>soc: imx: imx8mp-blk-ctrl: expose high performance PLL clockExpose the high performance PLL as a regular Linux clock, so thePCIe PHY can use it when there is no external refclock provided.Signed-off-by: Lucas Stach &lt;l.stach@pengutronix.de&gt;Tested-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;Tested-by: Lukas F. Hartmann &lt;lukas@mntre.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Fri, 16 Dec 2022 20:08:20 +0000</pubDate>
        <dc:creator>Lucas Stach &lt;l.stach@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>9d3975f2 - soc: imx: add Kconfig symbols for blk-ctrl drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#9d3975f2</link>
        <description>soc: imx: add Kconfig symbols for blk-ctrl driversCurrently the dependencies of the blk-ctrl drivers are not fullydescribed in Kconfig, which can trip over the compile tests onplatforms where those drivers are not usually enabled. Add anon user-selectable symbol to be describe those dependencies.Signed-off-by: Lucas Stach &lt;l.stach@pengutronix.de&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Fri, 16 Dec 2022 20:08:18 +0000</pubDate>
        <dc:creator>Lucas Stach &lt;l.stach@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>0a0f7cc2 - soc: imx: add i.MX93 SRC power domain driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#0a0f7cc2</link>
        <description>soc: imx: add i.MX93 SRC power domain driverSupport controlling power domain managed by System ResetController(SRC). Current supported power domain is mediamix powerdomain.Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Tue, 06 Sep 2022 03:28:14 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>f617a871 - imx: soc: Select REGMAP_MMIO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#f617a871</link>
        <description>imx: soc: Select REGMAP_MMIOThe imx-gpcv2 driver needs Regmap MMIO. Select it, and fix:drivers/soc/imx/gpcv2.c:420:34: error: array type has incomplete element type &#8216;struct regmap_range&#8217;  420 | static const struct regmap_range imx7_yes_ranges[] = {      |                                  ^~~~~~~~~~~~~~~drivers/soc/imx/gpcv2.c:421:17: error: implicit declaration of function &#8216;regmap_reg_range&#8217;; did you mean &#8216;remap_pfn_range&#8217;? [-Werror=implicit-function-declaration]  421 |                 regmap_reg_range(GPC_LPCR_A_CORE_BSC,      |                 ^~~~~~~~~~~~~~~~      |                 remap_pfn_rangeSigned-off-by: Ezequiel Garcia &lt;ezequiel@vanguardiasur.com.ar&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Fri, 24 Sep 2021 14:01:46 +0000</pubDate>
        <dc:creator>Ezequiel Garcia &lt;ezequiel@vanguardiasur.com.ar&gt;</dc:creator>
    </item>
<item>
        <title>097530bf - ARM: imx: fix imx8m dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#097530bf</link>
        <description>ARM: imx: fix imx8m dependenciesSelecting ARM_GIC_V3 on non-CP15 processors leads to build failureslikearch/arm/include/asm/arch_gicv3.h: In function &apos;write_ICC_AP1R3_EL1&apos;:arch/arm/include/asm/arch_gicv3.h:36:40: error: &apos;c12&apos; undeclared (first use in this function)   36 | #define __ICC_AP1Rx(x)   __ACCESS_CP15(c12, 0, c9, x)      |                                        ^~~Add a dependency to only enable the gic driver when building forat an ARMv7 target, which is the closes approximation to the ARMv8processor that is actually in this chip.Fixes: fc40200ebf82 (&quot;soc: imx: increase build coverage for imx8m soc driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Wed, 30 Dec 2020 15:17:51 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>d82bcef5 - soc: imx: select ARM_GIC_V3 for i.MX8M</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#d82bcef5</link>
        <description>soc: imx: select ARM_GIC_V3 for i.MX8MSelect ARM_GIC_V3, then it is able to use gic v3 driver in aarch32mode linux on aarch64 hardware. For aarch64 mode, it not hurtsto select ARM_GIC_V3.Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Fri, 10 Jul 2020 01:43:53 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>a24015fa - firmware: imx: Move i.MX SCU soc driver into imx firmware folder</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#a24015fa</link>
        <description>firmware: imx: Move i.MX SCU soc driver into imx firmware folderThe i.MX SCU soc driver depends on SCU firmware driver, so it has touse platform driver model for proper defer probe operation, sinceit has no device binding in DT file, a simple platform device iscreated together inside the platform driver. To make it more clean,we can just move the entire SCU soc driver into imx firmware folderand initialized by i.MX SCU firmware driver.Signed-off-by: Anson Huang &lt;Anson.Huang@nxp.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Thu, 25 Jun 2020 21:14:07 +0000</pubDate>
        <dc:creator>Anson Huang &lt;Anson.Huang@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>4517f481 - soc: imx8: select SOC_BUS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#4517f481</link>
        <description>soc: imx8: select SOC_BUSCompile-testing the driver can result in a link failurewhen CONFIG_SOC_BUS is disabled:x86_64-linux-ld: drivers/soc/imx/soc-imx8m.o: in function `imx8_soc_init&apos;:soc-imx8m.c:(.init.text+0x28d): undefined reference to `soc_device_register&apos;Select it from Kconfig, as we do from the other SoC drivers.Link: https://lore.kernel.org/r/20200409075208.2824062-1-arnd@arndb.deFixes: fc40200ebf82 (&quot;soc: imx: increase build coverage for imx8m soc driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Peng Fan &lt;peng.fan@nxp.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Thu, 09 Apr 2020 07:51:48 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>2a526512 - soc: imx: drop COMPILE_TEST for IMX_SCU_SOC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#2a526512</link>
        <description>soc: imx: drop COMPILE_TEST for IMX_SCU_SOCWith COMPILE_TEST, there will be build error, because IMX_SCUmight be set to n, so drop COMPILE_TEST.Suggested-by: Shawn Guo &lt;shawnguo@kernel.org&gt;Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Mon, 16 Mar 2020 03:09:02 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>fc40200e - soc: imx: increase build coverage for imx8m soc driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#fc40200e</link>
        <description>soc: imx: increase build coverage for imx8m soc driverThe soc-imx8.c driver is actually for i.MX8M family, so rename itto soc-imx8m.c.Use CONFIG_SOC_IMX8M as build gate, not CONFIG_ARCH_MXC, to controlwhether build this driver, also make it possible for compile test.Default set it to y for ARCH_MXC &amp;&amp; ARM64Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Reviewed-by: Leonard Crestez &lt;leonard.crestez@nxp.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Fri, 21 Feb 2020 02:32:19 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>83a4c74c - soc: imx: Enable compile testing of IMX_SCU_SOC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#83a4c74c</link>
        <description>soc: imx: Enable compile testing of IMX_SCU_SOCIMX_SCU_SOC can be compile tested to increase build coverage.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Fri, 03 Jan 2020 22:05:57 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>15f5276a - soc: imx: Add SCU SoC info driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#15f5276a</link>
        <description>soc: imx: Add SCU SoC info driver supportAdd i.MX SCU SoC info driver to support i.MX8QXP SoC, introducedriver dependency into Kconfig as CONFIG_IMX_SCU must beselected to support i.MX SCU SoC driver, also need to useplatform driver model to make sure IMX_SCU driver is probedbefore i.MX SCU SoC driver.With this patch, SoC info can be read from sysfs:i.mx8qxp-mek# cat /sys/devices/soc0/familyFreescale i.MXi.mx8qxp-mek# cat /sys/devices/soc0/soc_id0x2i.mx8qxp-mek# cat /sys/devices/soc0/machineFreescale i.MX8QXP MEKi.mx8qxp-mek# cat /sys/devices/soc0/revision1.1Signed-off-by: Anson Huang &lt;Anson.Huang@nxp.com&gt;Reviewed-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;Reviewed-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Fri, 24 May 2019 01:52:36 +0000</pubDate>
        <dc:creator>Anson Huang &lt;anson.huang@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>9b0bb073 - soc: imx: Break dependency on SOC_IMX8MQ for GPCv2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#9b0bb073</link>
        <description>soc: imx: Break dependency on SOC_IMX8MQ for GPCv2Since this is going to be used on more SoCs than just i.MX8MQ, makethe dependency here more generic by using ARCH_MXC instead.Also remove the SOC_IMX7D since it is also included by the ARCH_MXC.Signed-off-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;Reviewed-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Sat, 12 Jan 2019 08:56:31 +0000</pubDate>
        <dc:creator>Abel Vesa &lt;abel.vesa@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>685efffe - soc: imx: gpcv2: add support for i.MX8MQ SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#685efffe</link>
        <description>soc: imx: gpcv2: add support for i.MX8MQ SoCThe GPCv2 on the Freescale i.MX8MQ SoC works in the same way as theGPCv2 on the i.MX7, but only controls more power domains with adifferent mapping.Signed-off-by: Lucas Stach &lt;l.stach@pengutronix.de&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Fri, 16 Nov 2018 15:49:27 +0000</pubDate>
        <dc:creator>Lucas Stach &lt;l.stach@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>e23c7f7d - soc: imx: add PM dependency for IMX7_PM_DOMAINS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#e23c7f7d</link>
        <description>soc: imx: add PM dependency for IMX7_PM_DOMAINSThe new pm domain driver causes a build failure when CONFIG_PMis not set:warning: (IMX7_PM_DOMAINS) selects PM_GENERIC_DOMAINS which has unmet direct dependencies (PM)drivers/base/power/domain_governor.c: In function &apos;default_suspend_ok&apos;:drivers/base/power/domain_governor.c:75:17: error: &apos;struct dev_pm_info&apos; has no member named &apos;ignore_children&apos;This adds a dependency to ensure that we don&apos;t attempt to build thedriver without CONFIG_PM.Fixes: 03aa12629fc4 (&quot;soc: imx: Add GPCv2 power gating driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Thu, 11 May 2017 11:37:47 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>03aa1262 - soc: imx: Add GPCv2 power gating driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Kconfig#03aa1262</link>
        <description>soc: imx: Add GPCv2 power gating driverAdd code allowing for control of various power domains managed by GPCv2IP block found in i.MX7 series of SoCs. Power domains covered by thispatch are:    - PCIE PHY    - MIPI PHY    - USB HSIC PHY    - USB OTG1/2 PHYSupport for any other power domain controlled by GPC is not present, andcan be added at some later point.Testing of this code was done against a PCIe driver.Cc: yurovsky@gmail.comCc: Lucas Stach &lt;l.stach@pengutronix.de&gt;Cc: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;Cc: Dong Aisheng &lt;dongas86@gmail.com&gt;Cc: linux-arm-kernel@lists.infradead.orgCc: linux-kernel@vger.kernel.orgSigned-off-by: Andrey Smirnov &lt;andrew.smirnov@gmail.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Kconfig</description>
        <pubDate>Tue, 28 Mar 2017 15:19:45 +0000</pubDate>
        <dc:creator>Andrey Smirnov &lt;andrew.smirnov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
