<?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>5224b189 - clk: imx: add i.MX95 BLK CTL clk driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#5224b189</link>
        <description>clk: imx: add i.MX95 BLK CTL clk driveri.MX95 has BLK CTL modules in various MIXes, the BLK CTL modulessupport clock features such as mux/gate/div. This patchis to add the clock feature of BLK CTL modulesSigned-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Reviewed-by: Abel Vesa &lt;abel.vesa@linaro.org&gt;Link: https://lore.kernel.org/r/20240401-imx95-blk-ctl-v6-4-84d4eca1e759@nxp.comSigned-off-by: Abel Vesa &lt;abel.vesa@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Mon, 01 Apr 2024 13:28:18 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>d3a0946d - clk: imx: imx8: add audio clock mux driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#d3a0946d</link>
        <description>clk: imx: imx8: add audio clock mux driverThe Audio Clock Mux (ACM) is a collection of control registersand multiplexers that are used to route the audio source clocksto the audio peripherals.Each audio peripheral has its dedicated audio clock mux(which differ based on usage) and control register.Signed-off-by: Shengjiu Wang &lt;shengjiu.wang@nxp.com&gt;Reviewed-by: Peng Fan &lt;peng.fan@nxp.com&gt;Reviewed-by: Abel Vesa &lt;abel.vesa@linaro.org&gt;Link: https://lore.kernel.org/r/1690260984-25744-3-git-send-email-shengjiu.wang@nxp.comSigned-off-by: Abel Vesa &lt;abel.vesa@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Tue, 25 Jul 2023 04:56:24 +0000</pubDate>
        <dc:creator>Shengjiu Wang &lt;shengjiu.wang@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>6cd95f7b - clk: imx: imx8mp: Add audiomix block control</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#6cd95f7b</link>
        <description>clk: imx: imx8mp: Add audiomix block controlUnlike the other block control IPs in i.MX8M, the audiomix is mostly aseries of clock gates and muxes. Model it as a large static table ofgates and muxes with one exception, which is the PLL14xx . The PLL14xxSAI PLL has to be registered separately.Reviewed-by: Marco Felsch &lt;m.felsch@pengutronix.de&gt;Reviewed-by: Peng Fan &lt;peng.fan@nxp.com&gt;Reviewed-by: Fabio Estevam &lt;festevam@gmail.com&gt;Tested-by: Adam Ford &lt;aford173@gmail.com&gt; #imx8mp-beacon-kitTested-by: Alexander Stein &lt;alexander.stein@ew.tq-group.com&gt;Tested-by: Luca Ceresoli &lt;luca.ceresoli@bootlin.com&gt;Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;Tested-by: Richard Leitner &lt;richard.leitner@skidata.com&gt;Signed-off-by: Abel Vesa &lt;abel.vesa@linaro.org&gt;Link: https://lore.kernel.org/r/20230301163257.49005-2-marex@denx.de

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Wed, 01 Mar 2023 16:32:54 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marex@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>ee394f63 - clk: imx: add clk-gpr-mux driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#ee394f63</link>
        <description>clk: imx: add clk-gpr-mux driverAlmost(?) every i.MX variant has clk mux for ethernet (rgmii/rmii) referenceclock located in the GPR1 register. So far this clk is configured indifferent ways:- mach-imx6q is doing mux configuration based on ptp vs enet_ref clk  comparison.- mach-imx7d is setting mux to PAD for all boards- mach-imx6ul is setting mux to internal clock for all boards.Since we have imx7d and imx6ul board variants which do not work withconfigurations forced by kernel mach code, we need to implement this clkmux properly as part of the clk framework. Which is done by this patch.Signed-off-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;Reviewed-by: Abel Vesa &lt;abel.vesa@linaro.org&gt;Signed-off-by: Abel Vesa &lt;abel.vesa@linaro.org&gt;Link: https://lore.kernel.org/r/20230131084642.709385-2-o.rempel@pengutronix.de

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Tue, 31 Jan 2023 08:46:24 +0000</pubDate>
        <dc:creator>Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>0836c860 - clk: imx: add i.MX93 clk gate</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#0836c860</link>
        <description>clk: imx: add i.MX93 clk gatei.MX93 LPCG is different from i.MX8M CCGR. Although imx_clk_hw_gate4_flagsis used here, it not strictly match i.MX93. i.MX93 has such design: - LPCG_DIRECT use BIT0 as on/off gate when LPCG_AUTHEN CPU_LPM is 0 - LPCG_LPM_CUR use BIT[2:0] as on/off gate when LPCG_AUTHEN CPU_LPM is 1The current implementation suppose CPU_LPM is 0, and use LPCG_DIRECTBIT[1:0] as on/off gate. Although BIT1 is touched, actually BIT1 isreserved.And imx_clk_hw_gate4_flags use mask 0x3 to determine whether the clkis enabled or not, but i.MX93 LPCG only use BIT0 to control when CPU_LPMis 0. So clk disabled unused during kernel boot not able to gate offthe unused clocks.To match i.MX93 LPCG, introduce imx93_clk_gate.Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Reviewed-by: Ye Li &lt;ye.li@nxp.com&gt;Reviewed-by: Jacky Bai &lt;ping.bai@nxp.com&gt;Reviewed-by: Abel Vesa &lt;abel.vesa@linaro.org&gt;Signed-off-by: Abel Vesa &lt;abel.vesa@linaro.org&gt;Link: https://lore.kernel.org/r/20220830033137.4149542-6-peng.fan@oss.nxp.com

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Tue, 30 Aug 2022 03:31:34 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>24defbe1 - clk: imx: add i.MX93 clk</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#24defbe1</link>
        <description>clk: imx: add i.MX93 clkAdd i.MX93 clk driver. i.MX93 clk hardware design is different comparedwith i.MX8M. It supports 4 sources for each clk root and the sourcesare separated into a few groups, low speed/fast io/audio and etc.Reviewed-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Link: https://lore.kernel.org/r/20220228020908.2810346-6-peng.fan@oss.nxp.com[abel.vesa@nxp.com: Added missing module license and description]Signed-off-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Mon, 28 Feb 2022 02:09:08 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>1b26cb8a - clk: imx: support fracn gppll</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#1b26cb8a</link>
        <description>clk: imx: support fracn gppllThis PLL module is a Fractional-N synthesizer,supporting 30-bit numerator and denominator. Numerator is a signednumber. It has feature to adjust fractional portion of feedbackdivider dynamically. This fracn gppll is used in i.MX93.Reviewed-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;Reviewed-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Link: https://lore.kernel.org/r/20220228020908.2810346-5-peng.fan@oss.nxp.comSigned-off-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Mon, 28 Feb 2022 02:09:07 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>11994196 - clk: imx: add i.MX93 composite clk</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#11994196</link>
        <description>clk: imx: add i.MX93 composite clki.MX93 CCM ROOT clock has a mux, gate and divider in one register, hereis to combine all these into one composite clk and simplify clk tree.i.MX93 CCM is a new IP compared with i.MX8M, so introduce a new file.Reviewed-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;Reviewed-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Link: https://lore.kernel.org/r/20220228020908.2810346-4-peng.fan@oss.nxp.comSigned-off-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Mon, 28 Feb 2022 02:09:06 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>036a4b4b - clk: imx: Add imx8dxl clk driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#036a4b4b</link>
        <description>clk: imx: Add imx8dxl clk driverAdd files for imx8dxl clk driver which is based on imx8qxp clock driver.Signed-off-by: Jacky Bai &lt;ping.bai@nxp.com&gt;Signed-off-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;Acked-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Link: https://lore.kernel.org/r/1639747533-9778-1-git-send-email-abel.vesa@nxp.com

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Fri, 17 Dec 2021 13:25:33 +0000</pubDate>
        <dc:creator>Jacky Bai &lt;ping.bai@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>7154b046 - clk: imx: Add initial support for i.MXRT1050 clock driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#7154b046</link>
        <description>clk: imx: Add initial support for i.MXRT1050 clock driverAdd clock driver support for i.MXRT1050.Signed-off-by: Jesse Taube &lt;Mr.Bossman075@gmail.com&gt;Suggested-by: Giulio Benetti &lt;giulio.benetti@benettiengineering.com&gt;Reviewed-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Link: https://lore.kernel.org/r/20220111215415.2075257-6-Mr.Bossman075@gmail.comSigned-off-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Tue, 11 Jan 2022 21:54:13 +0000</pubDate>
        <dc:creator>Jesse Taube &lt;mr.bossman075@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c43a801a - clk: imx: Add clock driver for imx8ulp</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#c43a801a</link>
        <description>clk: imx: Add clock driver for imx8ulpAdd clock driver for i.MX8ULP.Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Signed-off-by: Jacky Bai &lt;ping.bai@nxp.com&gt;Reviewed-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;Link: https://lore.kernel.org/r/20210914065208.3582128-9-ping.bai@nxp.comSigned-off-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Tue, 14 Sep 2021 06:52:07 +0000</pubDate>
        <dc:creator>Jacky Bai &lt;ping.bai@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>afd0406b - clk: imx8qm: add clock valid resource checking</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#afd0406b</link>
        <description>clk: imx8qm: add clock valid resource checkingAdd imx8qm clock valid resource checking mechanismSigned-off-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Reviewed-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;Signed-off-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Fri, 23 Apr 2021 03:33:34 +0000</pubDate>
        <dc:creator>Dong Aisheng &lt;aisheng.dong@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>5964012c - clk: imx8qxp: add clock valid checking mechnism</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#5964012c</link>
        <description>clk: imx8qxp: add clock valid checking mechnismclk-imx8qxp is a common SCU clock driver used by both QM and QXPplatforms. The clock numbers vary a bit between those two platforms.This patch introduces a mechanism to only register the valid clocksfor one platform by checking the clk resource id table.Signed-off-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Reviewed-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;Signed-off-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Fri, 23 Apr 2021 03:33:33 +0000</pubDate>
        <dc:creator>Dong Aisheng &lt;aisheng.dong@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>80583774 - clk: imx: imx21: Remove clock driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#80583774</link>
        <description>clk: imx: imx21: Remove clock driverAs i.MX21 support has been removed, get rid of its clock driver too.Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;Acked-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/clk/imx/Makefile</description>
        <pubDate>Thu, 17 Sep 2020 00:41:25 +0000</pubDate>
        <dc:creator>Fabio Estevam &lt;festevam@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e0d0d4d8 - clk: imx8qxp: Support building i.MX8QXP clock driver as module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#e0d0d4d8</link>
        <description>clk: imx8qxp: Support building i.MX8QXP clock driver as moduleChange configuration to &quot;tristate&quot;, add module author, description andlicense to support building i.MX8QXP clock drivers as module.Signed-off-by: Anson Huang &lt;Anson.Huang@nxp.com&gt;Reviewed-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Thu, 30 Jul 2020 01:22:54 +0000</pubDate>
        <dc:creator>Anson Huang &lt;Anson.Huang@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>f1f018dc - clk: imx: Add clock configuration for ARMv7 platforms</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#f1f018dc</link>
        <description>clk: imx: Add clock configuration for ARMv7 platformsAdd CONFIG_CLK_xxx for i.MX ARMv7 platforms, and use it as build optioninstead of CONFIG_SOC_xxx, the CONFIG_CLK_xxx will be selected by defaultaccording to CONFIG_SOC_xxx.Signed-off-by: Anson Huang &lt;Anson.Huang@nxp.com&gt;Reviewed-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Reviewed-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Thu, 30 Jul 2020 01:22:52 +0000</pubDate>
        <dc:creator>Anson Huang &lt;Anson.Huang@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>870ed5e2 - clk: imx: Support building i.MX common clock driver as module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#870ed5e2</link>
        <description>clk: imx: Support building i.MX common clock driver as moduleThere are more and more requirements of building SoC specific driversas modules, add support for building i.MX common clock driver as moduleto meet the requirement.Signed-off-by: Anson Huang &lt;Anson.Huang@nxp.com&gt;Reviewed-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Thu, 30 Jul 2020 01:22:51 +0000</pubDate>
        <dc:creator>Anson Huang &lt;Anson.Huang@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>9c140d99 - clk: imx: Add support for i.MX8MP clock driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#9c140d99</link>
        <description>clk: imx: Add support for i.MX8MP clock driverAdd clock driver support for i.MX8MP which is a new SoC of i.MX8Mfamily.Signed-off-by: Anson Huang &lt;Anson.Huang@nxp.com&gt;Reviewed-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Wed, 08 Jan 2020 01:53:36 +0000</pubDate>
        <dc:creator>Anson Huang &lt;Anson.Huang@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>ba7928d9 - clk: imx: Rename the SCCG to SSCG</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#ba7928d9</link>
        <description>clk: imx: Rename the SCCG to SSCGAccording to the manual the acronym stands forSpread Sprectum Clock Generator.Signed-off-by: Abel Vesa &lt;abel.vesa@nxp.com&gt;Signed-off-by: Shawn Guo &lt;shawnguo@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/imx/Makefile</description>
        <pubDate>Wed, 11 Dec 2019 09:25:41 +0000</pubDate>
        <dc:creator>Abel Vesa &lt;abel.vesa@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>96d6392b - clk: imx: Add support for i.MX8MN clock driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/imx/Makefile#96d6392b</link>
        <description>clk: imx: Add support for i.MX8MN clock driverThis patch adds i.MX8MN clock driver support.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/clk/imx/Makefile</description>
        <pubDate>Wed, 19 Jun 2019 05:52:46 +0000</pubDate>
        <dc:creator>Anson Huang &lt;Anson.Huang@nxp.com&gt;</dc:creator>
    </item>
</channel>
</rss>
