<?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>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#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/clk/Makefile</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>13c916af3abf98f4a2a00b9463d2fc00cc6bc00e - 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/Makefile#13c916af3abf98f4a2a00b9463d2fc00cc6bc00e</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;Not much changed in the clk framework this time except the clk.h  consumer API moved the context saving APIs around to fix a build error  in certain configurations.  There was a change to the core framework for CLK_OPS_PARENT_ENABLE  behavior during registration, but it wrecked existing drivers that  didn&apos;t expect things to be turned off during clk registration so it  got reverted.  This cycle is really a large collection of new clk drivers, primarily  for Qualcomm SoCs but also for Amlogic, SpacemiT, Google, and Aspeed.  Another big change in here is support for automatic hardware clock  gating on Samsung SoCs where the clks turn on and off when needed.  Ideally more vendors move to this method for better power savings. The  highlights are in the updates section below.  Beyond all the new drivers we have a bunch of cleanups like converting  drivers from divider_round_rate() to divider_determine_rate() and  using scoped for each OF child loops. Otherwise it&apos;s the usual data  fixes and plugging reference leaks, etc. that&apos;s all pretty ordinary  but not critical enough to fix until the next release.  New Drivers:   - Qualcomm Kaanapali global, tcsr, rpmh, display, gpu, camera, and     video clk controllers   - Qualcomm SM8750 camera clk controllers   - Qualcomm MSM8940 and SDM439 global clk controllers   - Google GS101 Display Process Unit (DPU) clk controllers   - SpacemiT K3 clk controllers   - Amlogic t7 clk controllers   - Aspeed AST2700 clk controllers  Updates:   - Convert clock dividers from round_rate() to determine_rate()   - Fix sparse warnings, kernel-doc warnings, and plug leaked OF refs   - Automatic hardware clk gating on Google GS101 SoCs   - Amlogic s4 video clks   - CAN-FD clks and resets on Renesas RZ/T2H, RZ/N2H, RZ/V2H, and     RZ/V2N   - Expanded Serial Peripheral Interface (xSPI) clocks and resets on     Renesas RZ/T21H and RZ/N2H   - DMAC, interrupt controller (ICU), SPI, and thermal (TSU) clocks and     resets on Renesas RZ/V2N   - More serial (RSCI) clocks and resets on Renesas RZ/V2H and RZ/V2N   - CPU frequency scaling on T-HEAD TH1520&quot;* tag &apos;clk-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (165 commits)  clk: aspeed: Add reset for HACE/VIDEO  dt-bindings: clock: aspeed: Add VIDEO reset definition  clk: aspeed: add AST2700 clock driver  MAINTAINERS: Add entry for ASPEED clock drivers.  clk: aspeed: Move the existing ASPEED clk drivers into aspeed subdirectory.  Revert &quot;clk: Respect CLK_OPS_PARENT_ENABLE during recalc&quot;  clk: Disable KUNIT_UML_PCI  dt-bindings: clk: rs9: Fix DIF pattern match  clk: rs9: Convert to DEFINE_SIMPLE_DEV_PM_OPS()  clk: rs9: Reserve 8 struct clk_hw slots for for 9FGV0841  clk: qcom: sm8750: Constify &apos;qcom_cc_desc&apos; in SM8750 camcc  clk: zynqmp: pll: Fix zynqmp_clk_divider_determine_rate kerneldoc  clk: zynqmp: divider: Fix zynqmp_clk_divider_determine_rate kerneldoc  clk: mediatek: Fix error handling in runtime PM setup  clk: mediatek: don&apos;t select clk-mt8192 for all ARM64 builds  clk: mediatek: Add mfg_eb as parent to mt8196 mfgpll clocks  clk: mediatek: Refactor pllfh registration to pass device  clk: mediatek: Pass device to clk_hw_register for PLLs  clk: mediatek: Refactor pll registration to pass device  clk: Respect CLK_OPS_PARENT_ENABLE during recalc  ...

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Sun, 15 Feb 2026 17:18:57 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>5921ae27ea7b0e8cda621f8951ca79b34c36ce49 - Merge branches &apos;clk-aspeed&apos; and &apos;clk-qcom&apos; into clk-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#5921ae27ea7b0e8cda621f8951ca79b34c36ce49</link>
        <description>Merge branches &apos;clk-aspeed&apos; and &apos;clk-qcom&apos; into clk-next* clk-aspeed:  clk: aspeed: Add reset for HACE/VIDEO  dt-bindings: clock: aspeed: Add VIDEO reset definition  clk: aspeed: add AST2700 clock driver  MAINTAINERS: Add entry for ASPEED clock drivers.  clk: aspeed: Move the existing ASPEED clk drivers into aspeed subdirectory.* clk-qcom: (49 commits)  clk: qcom: sm8750: Constify &apos;qcom_cc_desc&apos; in SM8750 camcc  clk: qcom: gfx3d: add parent to parent request map  clk: qcom: dispcc-sm7150: Fix dispcc_mdss_pclk1_clk_src  clk: qcom: dispcc-sdm845: Enable parents for pixel clocks  clk: qcom: regmap-divider: convert from divider_round_rate() to divider_determine_rate()  clk: qcom: regmap-divider: convert from divider_ro_round_rate() to divider_ro_determine_rate()  clk: qcom: alpha-pll: convert from divider_round_rate() to divider_determine_rate()  clk: qcom: Add support for GPUCC and GXCLK for Kaanapali  clk: qcom: Add support for VideoCC driver for Kaanapali  clk: qcom: camcc: Add support for camera clock controller for Kaanapali  clk: qcom: dispcc: Add support for display clock controller Kaanapali  clk: qcom: clk-alpha-pll: Add support for controlling Pongo EKO_T PLL  clk: qcom: clk-alpha-pll: Update the PLL support for cal_l  clk: qcom: camcc: Add camera clock controller driver for SM8750 SoC  clk: qcom: clk-alpha-pll: Add support for controlling Rivian PLL  dt-bindings: clock: qcom: document the Kaanapali GPU Clock Controller  dt-bindings: clock: qcom: Add Kaanapali video clock controller  dt-bindings: clock: qcom: Add support for CAMCC for Kaanapali  dt-bindings: clock: qcom: document Kaanapali DISPCC clock controller  dt-bindings: clock: qcom: Add camera clock controller for SM8750 SoC  ...

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Sat, 14 Feb 2026 19:23:59 +0100</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec496f77b4c11036cc835d6f045fb5e5ef1e6530 - Merge branch &apos;for-6.20/sony&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#ec496f77b4c11036cc835d6f045fb5e5ef1e6530</link>
        <description>Merge branch &apos;for-6.20/sony&apos; into for-linus- Support for Rock band 4 PS4 and PS5 guitars (Rosalie Wanders)

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Mon, 09 Feb 2026 17:33:26 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>03b3faa12c25140d00f9dca4ed44a6184600d9d8 - clk: aspeed: Move the existing ASPEED clk drivers into aspeed subdirectory.</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#03b3faa12c25140d00f9dca4ed44a6184600d9d8</link>
        <description>clk: aspeed: Move the existing ASPEED clk drivers into aspeed subdirectory.Prepare for long-term maintenance and future additions by introducing adedicated drivers/clk/aspeed/ subdirectory for ASPEED clock drivers.Move the existing ASPEED clock drivers into the newdrivers/clk/aspeed/ subdirectory.No functional change, file move only.Signed-off-by: Ryan Chen &lt;ryan_chen@aspeedtech.com&gt;Reviewed-by: Brian Masney &lt;bmasney@redhat.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Wed, 24 Dec 2025 06:37:22 +0100</pubDate>
        <dc:creator>Ryan Chen &lt;ryan_chen@aspeedtech.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>ba65a4e7120a616d9c592750d9147f6dcafedffa - 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/Makefile#ba65a4e7120a616d9c592750d9147f6dcafedffa</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;This is entirely SoC clk drivers.  The majority diff wise is for the new Rockchip and Qualcomm clk  drivers which is mostly lines and lines of data structures to describe  the clk hardware in these SoCs. Beyond those two, Renesas continues to  incrementally add clks to their SoC drivers, causing them to show up  higher in the diffstat this time because they added quite a few clks  all over the place.  Overall it is a semi-quiet release that has some new clk drivers and  the usual fixes for clock data that was wrong or missing and  non-critical cleanups that plug error paths or fix typos.  New Drivers:   - Qualcomm IPQ5424 Network Subsystem Clock Controller   - Qualcomm SM8750 Video Clock Controller   - Rockchip RV1126B and RK3506 clock drivers   - i.MX8ULP SIM LPAV clock driver   - Samsung ACPM (firmware interface) clock driver   - Altera Agilex5 clock driver&quot;* tag &apos;clk-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: (117 commits)  clk: keystone: fix compile testing  clk: keystone: syscon-clk: fix regmap leak on probe failure  clk: qcom: Mark camcc_sm7150_hws static  clk: samsung: exynos-clkout: Assign .num before accessing .hws  clk: rockchip: Add clock and reset driver for RK3506  dt-bindings: clock: rockchip: Add RK3506 clock and reset unit  clk: actions: Fix discarding const qualifier by &apos;container_of&apos; macro  clk: spacemit: Set clk_hw_onecell_data::num before using flex array  clk: visconti: Add VIIF clocks  dt-bindings: clock: tmpv770x: Add VIIF clocks  dt-bindings: clock: tmpv770x: Remove definition of number of clocks  clk: visconti: Do not define number of clocks in bindings  clk: rockchip: Add clock controller for the RV1126B  dt-bindings: clock, reset: Add support for rv1126b  clk: rockchip: Implement rockchip_clk_register_armclk_multi_pll()  clk: qcom: x1e80100-dispcc: Add USB4 router link resets  dt-bindings: clock: qcom: x1e80100-dispcc: Add USB4 router link resets  clk: qcom: videocc-sm8750: Add video clock controller driver for SM8750  dt-bindings: clock: qcom: Add SM8750 video clock controller  clk: qcom: branch: Extend invert logic for branch2 mem clocks  ...

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Mon, 08 Dec 2025 01:38:52 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0999df60329e3e643ef3f9de72d85e712e481766 - Merge branches &apos;clk-socfpga&apos;, &apos;clk-renesas&apos;, &apos;clk-cleanup&apos;, &apos;clk-samsung&apos; and &apos;clk-mediatek&apos; into clk-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#0999df60329e3e643ef3f9de72d85e712e481766</link>
        <description>Merge branches &apos;clk-socfpga&apos;, &apos;clk-renesas&apos;, &apos;clk-cleanup&apos;, &apos;clk-samsung&apos; and &apos;clk-mediatek&apos; into clk-next* clk-socfpga:  clk: socfpga: agilex5: add clock driver for Agilex5* clk-renesas: (35 commits)  clk: renesas: r9a09g077: Add SPI module clocks  clk: renesas: r9a09g056: Add USB3.0 clocks/resets  clk: renesas: r9a09g057: Add USB3.0 clocks/resets  clk: renesas: r9a09g047: Add RSCI clocks/resets  dt-bindings: clock: renesas,r9a09g056-cpg: Add USB3.0 core clocks  dt-bindings: clock: renesas,r9a09g057-cpg: Add USB3.0 core clocks  clk: renesas: r9a06g032: Fix memory leak in error path  clk: renesas: r9a09g077: Use devm_ helpers for divider clock registration  clk: renesas: r9a09g077: Remove stray blank line  clk: renesas: r9a09g077: Propagate rate changes to parent clocks  clk: renesas: r8a779a0: Add 3DGE module clock  clk: renesas: r8a779a0: Add ZG Core clock  clk: renesas: rcar-gen4: Add support for clock dividers in FRQCRB  dt-bindings: clock: r8a779a0: Add ZG core clock  clk: renesas: r9a09g056: Add clock and reset entries for ISP  clk: renesas: r9a09g056: Add support for PLLVDO, CRU clocks, and resets  clk: renesas: r9a09g056: Add clocks and resets for DSI and LCDC modules  clk: renesas: r9a09g077: Add TSU module clock  clk: renesas: r9a09g057: Add clock and reset entries for DSI and LCDC  clk: renesas: rzv2h: Add support for DSI clocks  ...* clk-cleanup:  clk: keystone: fix compile testing  clk: keystone: syscon-clk: fix regmap leak on probe failure  clk: samsung: exynos-clkout: Assign .num before accessing .hws  clk: actions: Fix discarding const qualifier by &apos;container_of&apos; macro  clk: spacemit: Set clk_hw_onecell_data::num before using flex array  clk: spacemit: fix comment typo  clk: keystone: Fix discarded const qualifiers  clk: sprd: sc9860: Simplify with of_device_get_match_data()* clk-samsung:  firmware: exynos-acpm: add empty method to allow compile test  MAINTAINERS: add ACPM clock bindings and driver  clk: samsung: add Exynos ACPM clock driver  firmware: exynos-acpm: register ACPM clocks pdev  firmware: exynos-acpm: add DVFS protocol  dt-bindings: firmware: google,gs101-acpm-ipc: add ACPM clocks  clk: samsung: clk-pll: simplify samsung_pll_lock_wait()  clk: samsung: exynosautov920: add block mfc clock support  clk: samsung: exynosautov920: add clock support  dt-bindings: clock: exynosautov920: add mfc clock definitions  dt-bindings: clock: exynosautov920: add m2m clock definitions  dt-bindings: clock: google,gs101-clock: add power-domains* clk-mediatek:  clk: en7523: Add reset-controller support for EN7523 SoC  dt-bindings: clock: airoha: Add reset support to EN7523 clock binding

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Wed, 03 Dec 2025 19:22:24 +0100</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b276445e98fe28609688fb85b89a81b803910e63 - clk: keystone: fix compile testing</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#b276445e98fe28609688fb85b89a81b803910e63</link>
        <description>clk: keystone: fix compile testingSome keystone clock drivers can be selected when COMPILE_TEST isenabled but since commit b745c0794e2f (&quot;clk: keystone: Add sci-clkdriver support&quot;) they are never actually built.Enable compile testing by allowing the build system to process thekeystone drivers.Fixes: b745c0794e2f (&quot;clk: keystone: Add sci-clk driver support&quot;)Signed-off-by: Johan Hovold &lt;johan@kernel.org&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Thu, 27 Nov 2025 14:53:25 +0100</pubDate>
        <dc:creator>Johan Hovold &lt;johan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>82ee50252dc891e3f3b32d923bb4f656d300b772 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#82ee50252dc891e3f3b32d923bb4f656d300b772</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.18-rc1.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Tue, 14 Oct 2025 11:31:49 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2acee98fcc61052d63fab4539fcb6ee677555645 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#2acee98fcc61052d63fab4539fcb6ee677555645</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.18-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Tue, 14 Oct 2025 09:37:11 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9b966ae42235a88eaea714be09ff3d698535bdfe - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/Makefile#9b966ae42235a88eaea714be09ff3d698535bdfe</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/clk/Makefile</description>
        <pubDate>Mon, 13 Oct 2025 09:19:19 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
