<?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>e7b012cb - clk: lan966x: make it selectable for ARCH_LAN969X</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#e7b012cb</link>
        <description>clk: lan966x: make it selectable for ARCH_LAN969XLAN969x uses the same LAN966x clock driver so make it selectable forARCH_LAN969X.Signed-off-by: Robert Marko &lt;robert.marko@sartura.hr&gt;Link: https://lore.kernel.org/r/20241108112355.20251-1-robert.marko@sartura.hrSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Fri, 08 Nov 2024 11:22:34 +0000</pubDate>
        <dc:creator>Robert Marko &lt;robert.marko@sartura.hr&gt;</dc:creator>
    </item>
<item>
        <title>25d90494 - clk: eyeq: add driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#25d90494</link>
        <description>clk: eyeq: add driverAdd Mobileye EyeQ5, EyeQ6L and EyeQ6H clock controller driver. It isboth a platform driver and a hook onto of_clk_init() used for clocksrequired early (GIC timer, UARTs).For some compatible, it is both at the same time. eqc_early_init()initialises early PLLs and exposes its own clock provider. It marksother clocks as deferred. eqc_probe() adds all remaining clocks usinganother clock provider.It exposes read-only PLLs derived from the main crystal on board.It also exposes another type of clocks: divider clocks.They always have even divisors and have one PLL as parent.This driver also bears the responsability for optional reset and pinctrlauxiliary devices. The match data attached to the devicetree nodecompatible indicate if such devices should be created. They all getpassed a pointer to the start of the OLB region.Signed-off-by: Th&#233;o Lebrun &lt;theo.lebrun@bootlin.com&gt;Link: https://lore.kernel.org/r/20241023-mbly-clk-v6-1-ca83e43daf93@bootlin.comSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Wed, 23 Oct 2024 10:58:40 +0000</pubDate>
        <dc:creator>Th&#233;o Lebrun &lt;theo.lebrun@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>94e6fdd0 - clk: Allow kunit tests to run without OF_OVERLAY enabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#94e6fdd0</link>
        <description>clk: Allow kunit tests to run without OF_OVERLAY enabledSome configurations want to enable CONFIG_KUNIT without enablingCONFIG_OF_OVERLAY. The kunit overlay code already skips ifCONFIG_OF_OVERLAY isn&apos;t enabled, so these selects here aren&apos;t reallydoing anything besides making it easier to run the tests without themskipping. Remove the select and move the config setting to thedrivers/clk/.kunitconfig file so that the clk tests can be run with orwithout CONFIG_OF_OVERLAY set to test either behavior.Fixes: 5776526beb95 (&quot;clk: Add KUnit tests for clk fixed rate basic type&quot;)Fixes: 274aff8711b2 (&quot;clk: Add KUnit tests for clks registered with struct clk_parent_data&quot;)Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Link: https://lore.kernel.org/r/20241016212738.897691-1-sboyd@kernel.org

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Wed, 16 Oct 2024 21:27:37 +0000</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e0b255df - clk: npcm8xx: add clock controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#e0b255df</link>
        <description>clk: npcm8xx: add clock controllerAdd auxiliary driver to support Nuvoton Arbel BMC NPCM8XX contains anintegrated clock controller which generates and supplies clocks to allmodules within the BMC.The NPCM8xx clock controller is created using the auxiliary deviceframework and set up in the npcm reset driver since the NPCM8xx clock isusing the same register region.Signed-off-by: Tomer Maimon &lt;tmaimon77@gmail.com&gt;Tested-by: Benjamin Fair &lt;benjaminfair@google.com&gt;Reviewed-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Link: https://lore.kernel.org/r/20240912191038.981105-4-tmaimon77@gmail.comSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Thu, 12 Sep 2024 19:10:38 +0000</pubDate>
        <dc:creator>Tomer Maimon &lt;tmaimon77@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9abc1eb6 - clk: twl: add TWL6030 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#9abc1eb6</link>
        <description>clk: twl: add TWL6030 supportThe TWL6030 has similar clocks, so add support for it. Take care of theresource grouping handling needed.Signed-off-by: Andreas Kemnade &lt;andreas@kemnade.info&gt;Link: https://lore.kernel.org/r/20241014161109.2222-4-andreas@kemnade.infoReviewed-by: Roger Quadros &lt;rogerq@kernel.org&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Mon, 14 Oct 2024 16:11:09 +0000</pubDate>
        <dc:creator>Andreas Kemnade &lt;andreas@kemnade.info&gt;</dc:creator>
    </item>
<item>
        <title>8a6b7e2b - clk: ep93xx: add DT support for Cirrus EP93xx</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#8a6b7e2b</link>
        <description>clk: ep93xx: add DT support for Cirrus EP93xxRewrite EP93xx clock driver located in arch/arm/mach-ep93xx/clock.ctrying to do everything the device tree way:- provide clock acces via of- drop clk_hw_register_clkdev- drop init code and use module_auxiliary_driverCo-developed-by: Alexander Sverdlin &lt;alexander.sverdlin@gmail.com&gt;Signed-off-by: Alexander Sverdlin &lt;alexander.sverdlin@gmail.com&gt;Signed-off-by: Nikita Shubin &lt;nikita.shubin@maquefel.me&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Mon, 09 Sep 2024 08:10:28 +0000</pubDate>
        <dc:creator>Nikita Shubin &lt;nikita.shubin@maquefel.me&gt;</dc:creator>
    </item>
<item>
        <title>274aff87 - clk: Add KUnit tests for clks registered with struct clk_parent_data</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#274aff87</link>
        <description>clk: Add KUnit tests for clks registered with struct clk_parent_dataTest that clks registered with &apos;struct clk_parent_data&apos; work asintended and can find their parents.Cc: Christian Marangi &lt;ansuelsmth@gmail.com&gt;Cc: Brendan Higgins &lt;brendan.higgins@linux.dev&gt;Reviewed-by: David Gow &lt;davidgow@google.com&gt;Cc: Rae Moar &lt;rmoar@google.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Link: https://lore.kernel.org/r/20240718210513.3801024-9-sboyd@kernel.org

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Thu, 18 Jul 2024 21:05:07 +0000</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5776526b - clk: Add KUnit tests for clk fixed rate basic type</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#5776526b</link>
        <description>clk: Add KUnit tests for clk fixed rate basic typeTest that the fixed rate basic type clk works as intended.Cc: Brendan Higgins &lt;brendan.higgins@linux.dev&gt;Cc: David Gow &lt;davidgow@google.com&gt;Cc: Rae Moar &lt;rmoar@google.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Link: https://lore.kernel.org/r/20240718210513.3801024-8-sboyd@kernel.org

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Thu, 18 Jul 2024 21:05:06 +0000</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ae81b69f - clk: thead: Add support for T-Head TH1520 AP_SUBSYS clocks</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#ae81b69f</link>
        <description>clk: thead: Add support for T-Head TH1520 AP_SUBSYS clocksAdd support for the AP sub-system clock controller in the T-Head TH1520.This include CPU, DPU, GMAC and TEE PLLs.Link: https://openbeagle.org/beaglev-ahead/beaglev-ahead/-/blob/main/docs/TH1520%20System%20User%20Manual.pdfCo-developed-by: Yangtao Li &lt;frank.li@vivo.com&gt;Signed-off-by: Yangtao Li &lt;frank.li@vivo.com&gt;Co-developed-by: Jisheng Zhang &lt;jszhang@kernel.org&gt;Signed-off-by: Jisheng Zhang &lt;jszhang@kernel.org&gt;Link: https://git.beagleboard.org/beaglev-ahead/beaglev-ahead/-/tree/main/docsSigned-off-by: Drew Fustini &lt;dfustini@tenstorrent.com&gt;Link: https://lore.kernel.org/r/20240711-th1520-clk-v3-2-6ff17bb318fb@tenstorrent.comSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Thu, 11 Jul 2024 16:56:20 +0000</pubDate>
        <dc:creator>Drew Fustini &lt;dfustini@tenstorrent.com&gt;</dc:creator>
    </item>
<item>
        <title>a6c3da03 - clk: disable clk gate tests for s390</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#a6c3da03</link>
        <description>clk: disable clk gate tests for s390Currently clk-gate tests for s390 fail as the tests create a pretendclk-gate and use a &quot;fake_reg&quot; to emulate the expected behavior of theclk_gate-&gt;reg. I added some debug statements to the driver and noticedthat the reg changes after initialization to -1, which is coming from anerror coming from zpci_load(). This is likely because the test is usingfake iomem and the s390 architecture likely isn&apos;t designed to handlethat. Turn off the clk-gate tests for s390 for now as there is no clearwork around for this problem as discussed in upstream conversation [1].[1] https://lore.kernel.org/all/301cd41e6283c12ac67fb8c0f8d5c929.sboyd@kernel.org/T/#tSigned-off-by: Audra Mitchell &lt;audra@redhat.com&gt;Link: https://lore.kernel.org/r/20240702125539.524489-1-audra@redhat.comSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Tue, 02 Jul 2024 12:55:39 +0000</pubDate>
        <dc:creator>Audra Mitchell &lt;audra@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>80fd61ec - clk: sophgo: Add clock support for CV1800 SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#80fd61ec</link>
        <description>clk: sophgo: Add clock support for CV1800 SoCAdd clock definition and driver code for CV1800 SoC.Signed-off-by: Inochi Amaoto &lt;inochiama@outlook.com&gt;Link: https://github.com/milkv-duo/duo-files/blob/6f4e9b8ecb459e017cca1a8df248a19ca70837a3/duo/datasheet/CV180X-Clock-v1.xlsxLink: https://github.com/milkv-duo/duo-files/blob/6f4e9b8ecb459e017cca1a8df248a19ca70837a3/duo/datasheet/CV1800B-CV1801B-Preliminary-Datasheet-full-en.pdfLink: https://lore.kernel.org/r/IA1PR20MB49534F37F802CAF117364D66BB262@IA1PR20MB4953.namprd20.prod.outlook.comSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Sat, 09 Mar 2024 09:02:52 +0000</pubDate>
        <dc:creator>Inochi Amaoto &lt;inochiama@outlook.com&gt;</dc:creator>
    </item>
<item>
        <title>8e5b7234 - clk: k210: Deprecate SOC_CANAAN and use SOC_CANAAN_K210</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#8e5b7234</link>
        <description>clk: k210: Deprecate SOC_CANAAN and use SOC_CANAAN_K210Since SOC_FOO should be deprecated from patch [1], and cleanup for otherSoCs is already in the mailing list [2,3,4], we remove the use ofSOC_CANAAN and introduced SOC_CANAAN_K210 for K210-specific drivers,Thus, we replace its drivers depends on SOC_CANAAN_K210 and default selectwhen it has the symbol SOC_CANAAN_K210.[1] https://lore.kernel.org/linux-riscv/20221121221414.109965-1-conor@kernel.org/[2] https://lore.kernel.org/linux-riscv/20240305-praying-clad-c4fbcaa7ed0a@spud/[3] https://lore.kernel.org/linux-riscv/20240305-fled-undrilled-41dc0c46bb29@spud/[4] https://lore.kernel.org/linux-riscv/20240305-stress-earflap-d7ddb8655a4d@spud/Signed-off-by: Yangyu Chen &lt;cyy@cyyself.name&gt;Acked-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Thu, 28 Mar 2024 17:06:11 +0000</pubDate>
        <dc:creator>Yangyu Chen &lt;cyy@cyyself.name&gt;</dc:creator>
    </item>
<item>
        <title>3ac7ca59 - clk: stm32mp1: move stm32mp1 clock driver into stm32 directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#3ac7ca59</link>
        <description>clk: stm32mp1: move stm32mp1 clock driver into stm32 directoryMove all STM32MP clock drivers into same directory (stm32).Signed-off-by: Gabriel Fernandez &lt;gabriel.fernandez@foss.st.com&gt;Link: https://lore.kernel.org/r/20231208143700.354785-2-gabriel.fernandez@foss.st.comSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Fri, 08 Dec 2023 14:36:56 +0000</pubDate>
        <dc:creator>Gabriel Fernandez &lt;gabriel.fernandez@foss.st.com&gt;</dc:creator>
    </item>
<item>
        <title>4eb15b03 - clk: twl: add clock driver for TWL6032</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#4eb15b03</link>
        <description>clk: twl: add clock driver for TWL6032The TWL6032 has some clock outputs which are controlled likefixed-voltage regulators, in some drivers for these chipsfound in the wild, just the regulator api is abused for controllingthem, so simply use something similar to the regulator functions.Due to a lack of hardware available for testing, leave out theTWL6030-specific part of those functions.Signed-off-by: Andreas Kemnade &lt;andreas@kemnade.info&gt;Link: https://lore.kernel.org/r/20230916100515.1650336-5-andreas@kemnade.infoSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Sat, 16 Sep 2023 10:05:14 +0000</pubDate>
        <dc:creator>Andreas Kemnade &lt;andreas@kemnade.info&gt;</dc:creator>
    </item>
<item>
        <title>2790e2a3 - clk: fractional-divider: tests: Add test suite for edge cases</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#2790e2a3</link>
        <description>clk: fractional-divider: tests: Add test suite for edge casesIn light of the recent discovery that the fractional divisorapproximation does not utilize the full available range for clocks thatare flagged CLK_FRAC_DIVIDER_ZERO_BASED [1], implement tests for theedge cases of this clock type.Signed-off-by: Frank Oltmanns &lt;frank@oltmanns.dev&gt;Link: https://lore.kernel.org/lkml/20230529133433.56215-1-frank@oltmanns.dev [1]Link: https://lore.kernel.org/r/20230617131041.18313-3-frank@oltmanns.dev[sboyd@kernel.org: Rename suite and tests slightly, drop unusedincludes, store parent rate to compare instead of repeating equation]Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Sat, 17 Jun 2023 13:10:41 +0000</pubDate>
        <dc:creator>Frank Oltmanns &lt;frank@oltmanns.dev&gt;</dc:creator>
    </item>
<item>
        <title>6e9aff55 - clk: Add support for versa3 clock driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#6e9aff55</link>
        <description>clk: Add support for versa3 clock driverAdd support for Renesas versa3 clock driver(5p35023).The clock generator provides 6 output clocks.Signed-off-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Link: https://lore.kernel.org/r/20230705171000.85786-3-biju.das.jz@bp.renesas.com[sboyd@kernel.org: Add newline to printk]Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Wed, 05 Jul 2023 17:10:00 +0000</pubDate>
        <dc:creator>Biju Das &lt;biju.das.jz@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>22250dca - clk: oxnas: remove obsolete clock driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#22250dca</link>
        <description>clk: oxnas: remove obsolete clock driverDue to lack of maintenance and stall of development for a few years now,and since no new features will ever be added upstream, remove supportfor OX810 and OX820 clock driver.Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Daniel Golle &lt;daniel@makrotopia.org&gt;Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20230630-topic-oxnas-upstream-remove-v2-1-fb6ab3dea87c@linaro.orgSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Fri, 30 Jun 2023 16:58:26 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;neil.armstrong@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>e7dd44f4 - clk: fixed-mmio: make COMMON_CLK_FIXED_MMIO depend on HAS_IOMEM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#e7dd44f4</link>
        <description>clk: fixed-mmio: make COMMON_CLK_FIXED_MMIO depend on HAS_IOMEMOn s390 systems (aka mainframes), it has classic channel devices fornetworking and permanent storage that are currently even more commonthan PCI devices. Hence it could have a fully functional s390 kernelwith CONFIG_PCI=n, then the relevant iomem mapping functions[including ioremap(), devm_ioremap(), etc.] are not available.Here let COMMON_CLK_FIXED_MMIO depend on HAS_IOMEM so that it won&apos;tbe built to cause below compiling error if PCI is unset:------ld: drivers/clk/clk-fixed-mmio.o: in function `fixed_mmio_clk_setup&apos;:clk-fixed-mmio.c:(.text+0x5e): undefined reference to `of_iomap&apos;ld: clk-fixed-mmio.c:(.text+0xba): undefined reference to `iounmap&apos;------Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202306211329.ticOJCSv-lkp@intel.com/Signed-off-by: Baoquan He &lt;bhe@redhat.com&gt;Cc: Michael Turquette &lt;mturquette@baylibre.com&gt;Cc: Stephen Boyd &lt;sboyd@kernel.org&gt;Cc: linux-clk@vger.kernel.orgLink: https://lore.kernel.org/r/20230707135852.24292-8-bhe@redhat.comSigned-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Fri, 07 Jul 2023 13:58:51 +0000</pubDate>
        <dc:creator>Baoquan He &lt;bhe@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>691521a3 - clk: nuvoton: Add clock driver for ma35d1 clock controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#691521a3</link>
        <description>clk: nuvoton: Add clock driver for ma35d1 clock controllerThe clock controller generates clocks for the whole chip, includingsystem clocks and all peripheral clocks. This driver support ma35d1clock gating, divider, and individual PLL configuration.There are 6 PLLs in ma35d1 SoC:  - CA-PLL for the two Cortex-A35 CPU clock  - SYS-PLL for system bus, which comes from the companion MCU    and cannot be programmed by clock controller.  - DDR-PLL for DDR  - EPLL for GMAC and GFX, Display, and VDEC IPs.  - VPLL for video output pixel clock  - APLL for SDHC, I2S audio, and other IPs.CA-PLL has only one operation mode.DDR-PLL, EPLL, VPLL, and APLL are advanced PLLs which have 3operation modes: integer mode, fraction mode, and spread specturm mode.Signed-off-by: Jacky Huang &lt;ychuang3@nuvoton.com&gt;Acked-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Mon, 05 Jun 2023 04:07:47 +0000</pubDate>
        <dc:creator>Jacky Huang &lt;ychuang3@nuvoton.com&gt;</dc:creator>
    </item>
<item>
        <title>c20e8c5b - mfd: rk808: Split into core and i2c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/clk/Kconfig#c20e8c5b</link>
        <description>mfd: rk808: Split into core and i2cSplit rk808 into a core and an i2c part in preparation forSPI support.Acked-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt; # for RTCTested-by: Diederik de Haas &lt;didi.debian@cknow.org&gt; # Rock64, Quartz64 Model A + BTested-by: Vincent Legoll &lt;vincent.legoll@gmail.com&gt; # Pine64 QuartzPro64Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;Link: https://lore.kernel.org/r/20230504173618.142075-6-sebastian.reichel@collabora.comSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/clk/Kconfig</description>
        <pubDate>Thu, 04 May 2023 17:36:09 +0000</pubDate>
        <dc:creator>Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;</dc:creator>
    </item>
</channel>
</rss>
