<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5ae1a434 - clk: amlogic: axg-audio: revert reset implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#5ae1a434</link>
        <description>clk: amlogic: axg-audio: revert reset implementationThe audio subsystem of axg based platform is not probing anymore.This is due to the introduction of RESET_MESON_AUX and the confignot being enabled with the default arm64 defconfig.This brought another discussion around proper decoupling betweenthe clock and reset part. While this discussion gets sorted out,revert back to the initial implementation.This reverts * commit 681ed497d676 (&quot;clk: amlogic: axg-audio: fix Kconfig dependency on RESET_MESON_AUX&quot;) * commit 664988eb47dd (&quot;clk: amlogic: axg-audio: use the auxiliary reset driver&quot;)Both are reverted with single change to avoid creating more compilationproblems.Fixes: 681ed497d676 (&quot;clk: amlogic: axg-audio: fix Kconfig dependency on RESET_MESON_AUX&quot;)Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Reported-by: Mark Brown &lt;broonie@kernel.org&gt;Signed-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;Link: https://lore.kernel.org/r/20241128-clk-audio-fix-rst-missing-v2-1-cf437d1a73da@baylibre.comSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Thu, 28 Nov 2024 17:30:42 +0000</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>681ed497 - clk: amlogic: axg-audio: fix Kconfig dependency on RESET_MESON_AUX</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#681ed497</link>
        <description>clk: amlogic: axg-audio: fix Kconfig dependency on RESET_MESON_AUXAs in most cases, using &apos;imply&apos; is wrong here and does not preventbuild failures since that code may not be visible to a built-inclk driver:axg-audio.c:(.text+0x15c): undefined reference to `devm_meson_rst_aux_register&apos;Replace the incorrt &apos;imply&apos; with the necessary &apos;depends on&apos;.Fixes: 664988eb47dd (&quot;clk: amlogic: axg-audio: use the auxiliary reset driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20241111102932.3209861-1-arnd@kernel.orgReviewed-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Mon, 11 Nov 2024 10:29:21 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>664988eb - clk: amlogic: axg-audio: use the auxiliary reset driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#664988eb</link>
        <description>clk: amlogic: axg-audio: use the auxiliary reset driverRemove the implementation of the reset driver in axg audioclock driver and migrate to the one provided by the reset frameworkon the auxiliary busReviewed-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20241008-meson-clk-rst-aux-v2-1-682ab9151f4f@baylibre.comSigned-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Tue, 08 Oct 2024 07:48:29 +0000</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>f06ac3ed - clk: meson: c3: add c3 clock peripherals controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#f06ac3ed</link>
        <description>clk: meson: c3: add c3 clock peripherals controller driverAdd the C3 peripherals clock controller driver in the C3 SoC family.[jbrunet: fix Kconfig select order and probe function name]Co-developed-by: Chuan Liu &lt;chuan.liu@amlogic.com&gt;Signed-off-by: Chuan Liu &lt;chuan.liu@amlogic.com&gt;Signed-off-by: Xianwei Zhao &lt;xianwei.zhao@amlogic.com&gt;Link: https://lore.kernel.org/r/20240522082727.3029656-6-xianwei.zhao@amlogic.comSigned-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Wed, 22 May 2024 08:27:27 +0000</pubDate>
        <dc:creator>Xianwei Zhao &lt;xianwei.zhao@amlogic.com&gt;</dc:creator>
    </item>
<item>
        <title>8a9a129d - clk: meson: c3: add support for the C3 SoC PLL clock</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#8a9a129d</link>
        <description>clk: meson: c3: add support for the C3 SoC PLL clockAdd the C3 PLL clock controller driver for the Amlogic C3 SoC family.[jbrunet: fixed probe function name]Co-developed-by: Chuan Liu &lt;chuan.liu@amlogic.com&gt;Signed-off-by: Chuan Liu &lt;chuan.liu@amlogic.com&gt;Signed-off-by: Xianwei Zhao &lt;xianwei.zhao@amlogic.com&gt;Link: https://lore.kernel.org/r/20240522082727.3029656-5-xianwei.zhao@amlogic.comSigned-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Wed, 22 May 2024 08:27:26 +0000</pubDate>
        <dc:creator>Xianwei Zhao &lt;xianwei.zhao@amlogic.com&gt;</dc:creator>
    </item>
<item>
        <title>b70cb1a2 - clk: meson: g12a: make VCLK2 and ENCL clock path configurable by CCF</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#b70cb1a2</link>
        <description>clk: meson: g12a: make VCLK2 and ENCL clock path configurable by CCFIn order to setup the DSI clock, let&apos;s make the unused VCLK2 clock pathconfiguration via CCF.The nocache option is removed from following clocks:- vclk2_sel- vclk2_input- vclk2_div- vclk2- vclk_div1- vclk2_div2_en- vclk2_div4_en- vclk2_div6_en- vclk2_div12_en- vclk2_div2- vclk2_div4- vclk2_div6- vclk2_div12- cts_encl_selvclk2 and vclk2_div uses the newly introduced vclk regmap driverto handle the enable and reset bits.In order to set a rate on cts_encl via the vclk2 clock path,the NO_REPARENT flag is set on cts_encl_sel &amp; vclk2_sel in orderto keep CCF from selection a parent.The parents of cts_encl_sel &amp; vclk2_sel are expected to be definedin DT or manually set by the display driver at some point.The following clock scheme is to be used for DSI:xtal\_ gp0_pll_dco   \_ gp0_pll      |- vclk2_sel      |  \_ vclk2_input      |     \_ vclk2_div      |        \_ vclk2      |           \_ vclk2_div1      |              \_ cts_encl_sel      |                 \_ cts_encl	-&gt; to VPU LCD Encoder      |- mipi_dsi_pxclk_sel      \_ mipi_dsi_pxclk_div         \_ mipi_dsi_pxclk		-&gt; to DSI controllerThe mipi_dsi_pxclk_div is set as bypass with a single /1 entry in div_tablein order to use the same GP0 for mipi_dsi_pxclk and vclk2_input.The SET_RATE_PARENT is only set on the mipi_dsi_pxclk_sel clock so theDSI bitclock is the reference base clock to calculate the vclk2_div valuewhen pixel clock is set on the cts_encl endpoint.Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20240403-amlogic-v6-4-upstream-dsi-ccf-vim3-v12-3-99ecdfdc87fc@linaro.orgSigned-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Wed, 03 Apr 2024 07:46:34 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;neil.armstrong@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>bb5aa085 - clk: meson: add vclk driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#bb5aa085</link>
        <description>clk: meson: add vclk driverThe VCLK and VCLK_DIV clocks have supplementary bits.The VCLK gate has a &quot;SOFT RESET&quot; bit to toggle after the wholeVCLK sub-tree rate has been set, this is implemented inthe gate enable callback.The VCLK_DIV clocks as enable and reset bits used to disableand reset the divider, associated with CLK_SET_RATE_GATE it ensuresthe rate is set while the divider is disabled and in reset mode.The VCLK_DIV enable bit isn&apos;t implemented as a gate since it&apos;s partof the divider logic and vendor does this exact sequence to ensurethe divider is correctly set.Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20240403-amlogic-v6-4-upstream-dsi-ccf-vim3-v12-2-99ecdfdc87fc@linaro.orgSigned-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Wed, 03 Apr 2024 07:46:33 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;neil.armstrong@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>98408df6 - clk: meson: S4: select CONFIG_COMMON_CLK_MESON_CLKC_UTILS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#98408df6</link>
        <description>clk: meson: S4: select CONFIG_COMMON_CLK_MESON_CLKC_UTILSWithout this, the newly added drivers fail to link:aarch64-linux-ld: drivers/clk/meson/s4-pll.o: in function `meson_s4_pll_probe&apos;:s4-pll.c:(.text+0x13c): undefined reference to `meson_clk_hw_get&apos;aarch64-linux-ld: drivers/clk/meson/s4-peripherals.o: in function `meson_s4_periphs_probe&apos;:s4-peripherals.c:(.text+0xb0): undefined reference to `meson_clk_hw_get&apos;Fixes: e787c9c55eda (&quot;clk: meson: S4: add support for Amlogic S4 SoC PLL clock driver&quot;)Reviewed-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;Reviewed-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20231023102810.4001943-1-arnd@kernel.org[jbrunet: use 12 char for the Fixes as recommended ]Signed-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Mon, 23 Oct 2023 10:28:02 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>57b55c76 - clk: meson: S4: add support for Amlogic S4 SoC peripheral clock controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#57b55c76</link>
        <description>clk: meson: S4: add support for Amlogic S4 SoC peripheral clock controllerAdd the peripherals clock controller driver in the S4 SoC family.[jbrunet: remove extra new line at end of s4-peripherals.h]Signed-off-by: Yu Tu &lt;yu.tu@amlogic.com&gt;Link: https://lore.kernel.org/r/20230904075504.23263-5-yu.tu@amlogic.comSigned-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Mon, 04 Sep 2023 07:55:04 +0000</pubDate>
        <dc:creator>Yu Tu &lt;yu.tu@amlogic.com&gt;</dc:creator>
    </item>
<item>
        <title>e787c9c5 - clk: meson: S4: add support for Amlogic S4 SoC PLL clock driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#e787c9c5</link>
        <description>clk: meson: S4: add support for Amlogic S4 SoC PLL clock driverAdd the S4 PLL clock controller driver in the S4 SoC family.Signed-off-by: Yu Tu &lt;yu.tu@amlogic.com&gt;Link: https://lore.kernel.org/r/20230904075504.23263-4-yu.tu@amlogic.comSigned-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Mon, 04 Sep 2023 07:55:03 +0000</pubDate>
        <dc:creator>Yu Tu &lt;yu.tu@amlogic.com&gt;</dc:creator>
    </item>
<item>
        <title>05d3b7c6 - clk: meson: migrate axg-audio out of hw_onecell_data to drop NR_CLKS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#05d3b7c6</link>
        <description>clk: meson: migrate axg-audio out of hw_onecell_data to drop NR_CLKSThe way hw_onecell_data is declared:struct clk_hw_onecell_data {	unsigned int num;	struct clk_hw *hws[];};makes it impossible to have the clk_hw table declared outside whileusing ARRAY_SIZE() to determine &quot;.num&quot; due to &quot;.hws&quot; being a flexiblearray member.Completely move out of hw_onecell_data and add a customdevm_of_clk_add_hw_provider() &quot;get&quot; callback to retrieve the clk_hwin order to finally get rid on the NR_CLKS define.Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20230607-topic-amlogic-upstream-clkid-public-migration-v2-6-38172d17c27a@linaro.orgSigned-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Mon, 12 Jun 2023 09:57:23 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;neil.armstrong@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>5e4e4804 - clk: meson: migrate meson8b out of hw_onecell_data to drop NR_CLKS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#5e4e4804</link>
        <description>clk: meson: migrate meson8b out of hw_onecell_data to drop NR_CLKSThe way hw_onecell_data is declared:struct clk_hw_onecell_data {	unsigned int num;	struct clk_hw *hws[];};makes it impossible to have the clk_hw table declared outside whileusing ARRAY_SIZE() to determine &quot;.num&quot; due to &quot;.hws&quot; being a flexiblearray member.Completely move out of hw_onecell_data and add a customdevm_of_clk_add_hw_provider() &quot;get&quot; callback to retrieve the clk_hwin order to finally get rid on the NR_CLKS define.Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20230607-topic-amlogic-upstream-clkid-public-migration-v2-5-38172d17c27a@linaro.orgSigned-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Mon, 12 Jun 2023 09:57:22 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;neil.armstrong@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>c3f2801b - clk: meson: migrate a1 clock drivers out of hw_onecell_data to drop NR_CLKS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#c3f2801b</link>
        <description>clk: meson: migrate a1 clock drivers out of hw_onecell_data to drop NR_CLKSThe way hw_onecell_data is declared:struct clk_hw_onecell_data {	unsigned int num;	struct clk_hw *hws[];};makes it impossible to have the clk_hw table declared outside whileusing ARRAY_SIZE() to determine &quot;.num&quot; due to &quot;.hws&quot; being a flexiblearray member.Completely move out of hw_onecell_data and add a customdevm_of_clk_add_hw_provider() &quot;get&quot; callback to retrieve the clk_hwin order to finally get rid on the NR_CLKS define.Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Reviewed-by: Dmitry Rokosov &lt;ddrokosov@sberdevices.ru&gt;Link: https://lore.kernel.org/r/20230607-topic-amlogic-upstream-clkid-public-migration-v2-4-38172d17c27a@linaro.orgSigned-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Mon, 12 Jun 2023 09:57:21 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;neil.armstrong@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>7e1723fd - clk: meson: migrate meson-aoclk out of hw_onecell_data to drop NR_CLKS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#7e1723fd</link>
        <description>clk: meson: migrate meson-aoclk out of hw_onecell_data to drop NR_CLKSThe way hw_onecell_data is declared:  struct clk_hw_onecell_data {          unsigned int num;          struct clk_hw *hws[];  };makes it impossible to have the clk_hw table declared outside whileusing ARRAY_SIZE() to determine &quot;.num&quot; due to &quot;.hws&quot; being a flexiblearray member.Completely move out of hw_onecell_data and add a customdevm_of_clk_add_hw_provider() &quot;get&quot; callback to retrieve the clk_hwfrom the meson_aoclk_data struct to finally get rid on theNR_CLKS define.[jbrunet: Fixed whitespace checkpatch warning]Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20230607-topic-amlogic-upstream-clkid-public-migration-v2-3-38172d17c27a@linaro.orgSigned-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Mon, 12 Jun 2023 09:57:20 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;neil.armstrong@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>141fbc27 - clk: meson: migrate meson-eeclk out of hw_onecell_data to drop NR_CLKS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#141fbc27</link>
        <description>clk: meson: migrate meson-eeclk out of hw_onecell_data to drop NR_CLKSThe way hw_onecell_data is declared:      struct clk_hw_onecell_data {              unsigned int num;              struct clk_hw *hws[];      };makes it impossible to have the clk_hw table declared outside whileusing ARRAY_SIZE() to determine &quot;.num&quot; due to &quot;.hws&quot; being a flexiblearray member.Completely move out of hw_onecell_data and add a customdevm_of_clk_add_hw_provider() &quot;get&quot; callback to retrieve the clk_hwfrom the meson_eeclkc_data struct to finally get rid on theNR_CLKS define.Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20230607-topic-amlogic-upstream-clkid-public-migration-v2-2-38172d17c27a@linaro.orgSigned-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Mon, 12 Jun 2023 09:57:19 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;neil.armstrong@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>230b6f3a - clk: meson: introduce meson-clkc-utils</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#230b6f3a</link>
        <description>clk: meson: introduce meson-clkc-utilsLet&apos;s introduce a new module called meson-clkc-utils thatwill contain shared utility functions for all Amlogic clockcontroller drivers.The first utility function is a replacement of of_clk_hw_onecell_getin order to get rid of the NR_CLKS define in all Amlogic clockdrivers.The goal is to move all duplicate probe and init code in this module.[jbrunet: Fixed MODULE_LICENCE checkpatch warning]Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20230607-topic-amlogic-upstream-clkid-public-migration-v2-1-38172d17c27a@linaro.orgSigned-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Mon, 12 Jun 2023 09:57:18 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;neil.armstrong@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>84af9144 - clk: meson: a1: add Amlogic A1 Peripherals clock controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#84af9144</link>
        <description>clk: meson: a1: add Amlogic A1 Peripherals clock controller driverIntroduce Peripherals clock controller for Amlogic A1 SoC family.A1 SoC has four clock controllers on the board: PLL, Peripherals, CPU,and Audio.This patchset adds support for Amlogic A1 Peripherals clock driver andallows to generate clocks for all A1 SoC peripheral IPs.Signed-off-by: Jian Hu &lt;jian.hu@amlogic.com&gt;Signed-off-by: Dmitry Rokosov &lt;ddrokosov@sberdevices.ru&gt;Reviewed-by: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;Link: https://lore.kernel.org/r/20230523135351.19133-7-ddrokosov@sberdevices.ruSigned-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Tue, 23 May 2023 13:53:51 +0000</pubDate>
        <dc:creator>Dmitry Rokosov &lt;ddrokosov@sberdevices.ru&gt;</dc:creator>
    </item>
<item>
        <title>28f3be51 - clk: meson: a1: add Amlogic A1 PLL clock controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#28f3be51</link>
        <description>clk: meson: a1: add Amlogic A1 PLL clock controller driverIntroduce PLL clock controller for Amlogic A1 SoC family.The clock unit is an APB slave module that is designed for generating allof the internal and system clocks.The SoC uses an external 24MHz crystal; there are 4 internal PLLs:SYS_PLL/HIFI_PLL/USB_PLL/(FIXPLL), these PLLs generate 27 clock sources.Signed-off-by: Jian Hu &lt;jian.hu@amlogic.com&gt;Signed-off-by: Dmitry Rokosov &lt;ddrokosov@sberdevices.ru&gt;Reviewed-by: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;Link: https://lore.kernel.org/r/20230523135351.19133-5-ddrokosov@sberdevices.ruSigned-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Tue, 23 May 2023 13:53:49 +0000</pubDate>
        <dc:creator>Dmitry Rokosov &lt;ddrokosov@sberdevices.ru&gt;</dc:creator>
    </item>
<item>
        <title>20425f63 - clk: meson: enable building as modules</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#20425f63</link>
        <description>clk: meson: enable building as modulesMake it possible to build all clk drivers as modules, but defaultremains built-in.No functional changes.Signed-off-by: Kevin Hilman &lt;khilman@baylibre.com&gt;Signed-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;Acked-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Link: https://lore.kernel.org/r/20201118191405.36798-1-khilman@baylibre.com

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Wed, 18 Nov 2020 19:14:05 +0000</pubDate>
        <dc:creator>Kevin Hilman &lt;khilman@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>bae69bfa - clk: meson: Kconfig: fix dependency for G12A</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/meson/Kconfig#bae69bfa</link>
        <description>clk: meson: Kconfig: fix dependency for G12AWhen building only G12A, ensure that VID_PLL_DIV clock driver isselected, otherwise results in this build error:ERROR: modpost: &quot;meson_vid_pll_div_ro_ops&quot; [drivers/clk/meson/g12a.ko] undefined!Fixes: 085a4ea93d54 (&quot;clk: meson: g12a: add peripheral clock controller&quot;)Signed-off-by: Kevin Hilman &lt;khilman@baylibre.com&gt;Signed-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;Link: https://lore.kernel.org/r/20201118190930.34352-1-khilman@baylibre.com

            List of files:
            /linux-6.15/drivers/clk/meson/Kconfig</description>
        <pubDate>Wed, 18 Nov 2020 19:09:30 +0000</pubDate>
        <dc:creator>Kevin Hilman &lt;khilman@baylibre.com&gt;</dc:creator>
    </item>
</channel>
</rss>
