<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/tenstorrent/Makefile#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/clk/tenstorrent/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>4ee64205ffaa587e8114d84a67ac721399ccb369 - Merge tag &apos;clk-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/tenstorrent/Makefile#4ee64205ffaa587e8114d84a67ac721399ccb369</link>
        <description>Merge tag &apos;clk-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxPull clk updates from Stephen Boyd: &quot;We&apos;ve finally gotten rid of the struct clk_ops::round_rate() code  after months of effort from Brian Masney. Now the only option is to  use determine_rate(), which is good because that takes a struct  argument instead of just a couple unsigned longs, allowing us to  easily modify the way we determine and set rates in the clk tree.  Beyond that core framework change we&apos;ve got the typical pile of new  SoC clk driver additions, fixes for clk data and/or adding missing  clks because the consumer driver using those clks wasn&apos;t ready, etc.  The usual suspects are all here: Qualcomm, Samsung, Mediatek, and  Rockchip along with some newcomers making RISC-V SoCs like ESWIN&apos;s  eic700 and Tenstorrent&apos;s Atlantis. The clk driver side of this looks  pretty normal.  Core:   - Remove the round_rate() clk op (yay!)  New Drivers:   - ESWIN eic700 SoC clk support   - Econet EN751221 SoC clock/reset support   - Global TCSR, RPMh, and display clock controller support for the     Qualcomm Eliza platform   - TCSR, the multiple global, and the RPMh clock controller support     for the Qualcomm Nord platform   - GPU clock controller support for Qualcomm SM8750   - Video and GPU clock controller support for Qualcomm Glymur   - Global clock controller support for Qualcomm IPQ5210   - Axis ARTPEC-9: Add new PLL clocks and new drivers for eight clock     controllers on the SoC   - ExynosAutov920: Add G3D (GPU) clock controller   - Clock driver for the Rockchip RV1103B SoC   - Initial support for the Renesas RZ/G3L (R9A08G046) SoC   - Clock and reset controllers (e.g. PRCM) in the Tenstorrent Atlantis SoC&quot;* tag &apos;clk-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (132 commits)  clk: visconti: pll: initialize clk_init_data to zero  clk: fsl-sai: Add MCLK generation support  clk: fsl-sai: Extract clock setup into fsl_sai_clk_register()  dt-bindings: clock: fsl-sai: Document clock-cells = &lt;1&gt; support  clk: fsl-sai: Add i.MX8M support with 8 byte register offset  clk: fsl-sai: Sort the headers  dt-bindings: clock: fsl-sai: Document i.MX8M support  clk: qcom: gcc: Add multiple global clock controller driver for Nord SoC  clk: qcom: rpmh: Add support for Nord rpmh clocks  clk: qcom: Add TCSR clock driver for Nord SoC  dt-bindings: clock: qcom: Add Nord Global Clock Controller  dt-bindings: clock: qcom-rpmhcc: Add support for Nord SoCs  dt-bindings: clock: qcom: Document the Nord SoC TCSR Clock Controller  clk: qcom: gcc-x1e80100: Keep GCC USB QTB clock always ON  clk: qcom: Constify list of critical CBCR registers  clk: qcom: Constify qcom_cc_driver_data  clk: qcom: videocc-glymur: Constify qcom_cc_desc  clk: qcom: Add a driver for SM8750 GPU clocks  dt-bindings: clock: qcom: Add SM8750 GPU clocks  clk: qcom: ipq-cmn-pll: Add IPQ8074 SoC support  ...

            List of files:
            /linux/drivers/clk/tenstorrent/Makefile</description>
        <pubDate>Tue, 21 Apr 2026 17:33:26 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>522a83abc36eb374d532a3db326ee1d3aab1d367 - Merge branches &apos;clk-tenstorrent&apos;, &apos;clk-rockchip&apos;, &apos;clk-imx&apos; and &apos;clk-allwinner&apos; into clk-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/tenstorrent/Makefile#522a83abc36eb374d532a3db326ee1d3aab1d367</link>
        <description>Merge branches &apos;clk-tenstorrent&apos;, &apos;clk-rockchip&apos;, &apos;clk-imx&apos; and &apos;clk-allwinner&apos; into clk-next* clk-tenstorrent:  clk: tenstorrent: Add Atlantis clock controller driver  reset: tenstorrent: Add reset controller for Atlantis  dt-bindings: clk: tenstorrent: Add tenstorrent,atlantis-prcm-rcpu* clk-rockchip:  clk: rockchip: rk3568: Add PCIe pipe clock gates  clk: rockchip: Add clock controller for the RV1103B  dt-bindings: clock: rockchip: Add RV1103B CRU support* clk-imx:  clk: imx8mq: Correct the CSI PHY sels  clk: vf610: Add support for the Ethernet switch clocks  dt-bindings: clock: vf610: Add definitions for MTIP L2 switch  dt-bindings: clock: vf610: Drop VF610_CLK_END define  clk: vf610: Move VF610_CLK_END define to clk-vf610 driver  clk: imx: imx8-acm: fix flags for acm clocks  clk: imx: imx6q: Fix device node reference leak in of_assigned_ldb_sels()  clk: imx: imx6q: Fix device node reference leak in pll6_bypassed()  clk: imx: fracn-gppll: Add 477.4MHz support  clk: imx: fracn-gppll: Add 333.333333 MHz support  clk: imx: pll14xx: Use unsigned format specifier  dt-bindings: clock: imx6q[ul]-clock: add optional clock enet[1]_ref_pad* clk-allwinner:  clk: sunxi-ng: sun55i-a523-r: Add missing r-spi module clock

            List of files:
            /linux/drivers/clk/tenstorrent/Makefile</description>
        <pubDate>Thu, 16 Apr 2026 19:12:33 +0200</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5aa81ab21de30b7b058202102f052289115298ef - Merge tag &apos;tenstorrent-clk-for-v7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tenstorrent/linux into clk-tenstorrent</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/tenstorrent/Makefile#5aa81ab21de30b7b058202102f052289115298ef</link>
        <description>Merge tag &apos;tenstorrent-clk-for-v7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tenstorrent/linux into clk-tenstorrentPull Tenstorrent clk driver updates from Drew Fustini: - Clock and reset controllers (e.g. PRCM) in the Tenstorrent Atlantis SoC* tag &apos;tenstorrent-clk-for-v7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tenstorrent/linux:  clk: tenstorrent: Add Atlantis clock controller driver  reset: tenstorrent: Add reset controller for Atlantis  dt-bindings: clk: tenstorrent: Add tenstorrent,atlantis-prcm-rcpu

            List of files:
            /linux/drivers/clk/tenstorrent/Makefile</description>
        <pubDate>Sun, 12 Apr 2026 00:55:13 +0200</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>23c8ebc952849b3ba47d04d0ec95daf5cc136061 - clk: tenstorrent: Add Atlantis clock controller driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/tenstorrent/Makefile#23c8ebc952849b3ba47d04d0ec95daf5cc136061</link>
        <description>clk: tenstorrent: Add Atlantis clock controller driverAdd driver for clock controller in Tenstorrent Atlantis SoC. This versionof the driver covers clocks from RCPU subsystem.5 types of clocks generated by this controller: PLLs (PLLswith bypass functionality and an additional Gate clk at output), SharedGates (Multiple Gate clks that share an enable bit), standard Muxes,Dividers and Gates. All clocks are implemented using custom clk ops anduse the regmap interface associated with the syscon. All clocks are derivedfrom a 24 Mhz oscillator.The reset controller is also setup as an auxiliary device of the clockcontroller.Signed-off-by: Anirudh Srinivasan &lt;asrinivasan@oss.tenstorrent.com&gt;Reviewed-by: Brian Masney &lt;bmasney@redhat.com&gt;Reviewed-by: Drew Fustini &lt;fustini@kernel.org&gt;Signed-off-by: Drew Fustini &lt;fustini@kernel.org&gt;

            List of files:
            /linux/drivers/clk/tenstorrent/Makefile</description>
        <pubDate>Fri, 06 Mar 2026 18:12:19 +0100</pubDate>
        <dc:creator>Anirudh Srinivasan &lt;asrinivasan@oss.tenstorrent.com&gt;</dc:creator>
    </item>
</channel>
</rss>
