<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0b4dc355 - soc: imx: Add SoC device register for i.MX9</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Makefile#0b4dc355</link>
        <description>soc: imx: Add SoC device register for i.MX9i.MX9 SoCs have SoC ID, SoC revision number and chip unique identifierwhich are provided by the corresponding ARM trusted firmware API. Thispatch intends to use SMC call to obtain these information and thenregister i.MX9 SoC as a device.Signed-off-by: Alice Guo &lt;alice.guo@nxp.com&gt;Tested-by: Alexander Stein &lt;alexander.stein@ew.tq-group.com&gt;Reviewed-by: Stefan Wahren &lt;wahrenst@gmx.net&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Makefile</description>
        <pubDate>Mon, 18 Nov 2024 02:17:16 +0000</pubDate>
        <dc:creator>alice.guo &lt;alice.guo@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>e5300b2c - soc: imx: Move power-domain drivers to the genpd dir</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Makefile#e5300b2c</link>
        <description>soc: imx: Move power-domain drivers to the genpd dirTo simplify with maintenance let&apos;s move the imx power-domain drivers to thenew genpd directory. Going forward, patches are intended to be managedthrough a separate git tree, according to MAINTAINERS.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: &lt;kernel@pengutronix.de&gt;Cc: &lt;linux-imx@nxp.com&gt;Reviewed-by: Fabio Estevam &lt;festevam@gmail.com&gt;Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Makefile</description>
        <pubDate>Wed, 05 Jul 2023 12:17:29 +0000</pubDate>
        <dc:creator>Ulf Hansson &lt;ulf.hansson@linaro.org&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/Makefile#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/Makefile</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>e9aa77d4 - soc: imx: add i.MX93 media blk ctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Makefile#e9aa77d4</link>
        <description>soc: imx: add i.MX93 media blk ctrl driverAdd i.MX93 mediamix blk ctrl support.i.MX93 mediamix blk ctrl has registers to set QoS(priority) value.It support default QoS value and cfg QoS value. Set an initialvalue from i.MX design team. If LCDIF/ISI/PXP wanna a different QoSvalue in future, they could use interconnect to request bandwidth.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/Makefile</description>
        <pubDate>Tue, 06 Sep 2022 03:28:15 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&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/Makefile#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/Makefile</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>556f5cf9 - soc: imx: add i.MX8MP HSIO blk-ctrl</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Makefile#556f5cf9</link>
        <description>soc: imx: add i.MX8MP HSIO blk-ctrlThe i.MX8MP added some blk-ctrl peripherals that don&apos;t follow the regularstructure of the blk-ctrls in the previous SoCs. Add a new file for thosewith currently only the HSIO blk-ctrl being supported. Others will be addedlater on.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/Makefile</description>
        <pubDate>Wed, 06 Apr 2022 15:33:53 +0000</pubDate>
        <dc:creator>Lucas Stach &lt;l.stach@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>2684ac05 - soc: imx: add i.MX8M blk-ctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Makefile#2684ac05</link>
        <description>soc: imx: add i.MX8M blk-ctrl driverThis adds a driver for the blk-ctrl blocks found in the i.MX8M* line ofSoCs. The blk-ctrl is a top-level peripheral located in the various *MIXpower domains and interacts with the GPC power controller to provide theperipherals in the power domain access to the NoC and ensures that thoseperipherals are properly reset when their respective power domain isbrought back to life.Software needs to do different things to make the bus handshake happenafter the GPC *MIX domain is powered up and before it is powered down.As the requirements are quite different between the various blk-ctrlsthere is a callback function provided to hook in the proper sequence.The peripheral domains are quite uniform, they handle the soft clockenables and resets in the blk-ctrl address space and sequencing with theupstream GPC power domains.Signed-off-by: Lucas Stach &lt;l.stach@pengutronix.de&gt;Acked-by: Frieder Schrempf &lt;frieder.schrempf@kontron.de&gt;Reviewed-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/soc/imx/Makefile</description>
        <pubDate>Sat, 02 Oct 2021 00:59:46 +0000</pubDate>
        <dc:creator>Lucas Stach &lt;l.stach@pengutronix.de&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/Makefile#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/Makefile</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>52102a3b - soc: imx: move cpu code to drivers/soc/imx</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Makefile#52102a3b</link>
        <description>soc: imx: move cpu code to drivers/soc/imxMove the soc device register code to drivers/soc/imx to align withi.MX8.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/Makefile</description>
        <pubDate>Wed, 20 May 2020 05:51:29 +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/Makefile#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/Makefile</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>15f5276a - soc: imx: Add SCU SoC info driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Makefile#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/Makefile</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/Makefile#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/Makefile</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>a7e26f35 - soc: imx: Add generic i.MX8 SoC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Makefile#a7e26f35</link>
        <description>soc: imx: Add generic i.MX8 SoC driverAdd generic i.MX8 SoC driver along with the i.MX8MQ SoC specific code.For now, only i.MX8MQ revision B1 is supported. For any other, i.MX8MQrevision it will print &apos;unknown&apos;.Signed-off-by: Abel Vesa &lt;abel.vesa@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/Makefile</description>
        <pubDate>Fri, 22 Mar 2019 16:49:20 +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/Makefile#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/Makefile</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>c465a32f - soc: imx: gpc: build gpc only if hardware has gpc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Makefile#c465a32f</link>
        <description>soc: imx: gpc: build gpc only if hardware has gpcAdd CONFIG_HAVE_IMX_GPC to goal definition of gpc.o,to avoid building it for hardware that does not need it.Signed-off-by: Marc Ohlf &lt;ohlf@mkt-sys.de&gt;Reviewed-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/Makefile</description>
        <pubDate>Thu, 11 May 2017 16:12:19 +0000</pubDate>
        <dc:creator>Marc Ohlf &lt;ohlf@mkt-sys.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/Makefile#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/Makefile</description>
        <pubDate>Tue, 28 Mar 2017 15:19:45 +0000</pubDate>
        <dc:creator>Andrey Smirnov &lt;andrew.smirnov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>721cabf6 - soc: imx: move PGC handling to a new GPC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/imx/Makefile#721cabf6</link>
        <description>soc: imx: move PGC handling to a new GPC driverThis is an almost complete re-write of the previous GPC power gating controlcode found in the IMX architecture code. It supports both the old and the newDT binding, allowing more domains to be added later and generally makes thedriver easier to extend, while keeping compatibility with existing DTBs.As the result, all functionality regarding the power gating controllergets removed from the IMX architecture GPC driver.  It keeps only theIRQ controller code in the architecture, as this is closely coupled tothe CPU idle implementation.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/Makefile</description>
        <pubDate>Fri, 17 Feb 2017 19:02:44 +0000</pubDate>
        <dc:creator>Lucas Stach &lt;l.stach@pengutronix.de&gt;</dc:creator>
    </item>
</channel>
</rss>
