<?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 Kconfig</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/aspeed/Kconfig#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/aspeed/Kconfig</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/aspeed/Kconfig#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/aspeed/Kconfig</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/aspeed/Kconfig#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/aspeed/Kconfig</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>fdc1eb624ddc2876079ce30218eed971b7953280 - clk: aspeed: add AST2700 clock driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/clk/aspeed/Kconfig#fdc1eb624ddc2876079ce30218eed971b7953280</link>
        <description>clk: aspeed: add AST2700 clock driverAdd AST2700 clock controller driver and also use axiliarydevice framework register the reset controller driver.Due to clock and reset using the same register region.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/aspeed/Kconfig</description>
        <pubDate>Wed, 24 Dec 2025 06:37:24 +0100</pubDate>
        <dc:creator>Ryan Chen &lt;ryan_chen@aspeedtech.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/aspeed/Kconfig#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/aspeed/Kconfig</description>
        <pubDate>Wed, 24 Dec 2025 06:37:22 +0100</pubDate>
        <dc:creator>Ryan Chen &lt;ryan_chen@aspeedtech.com&gt;</dc:creator>
    </item>
</channel>
</rss>
