<?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>a2b8191a - pwm: stmpe: Allow to compile as a module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#a2b8191a</link>
        <description>pwm: stmpe: Allow to compile as a modulepwm-stmpe is the only driver that cannot be built as a module. Add thenecessary boilerplate to also make this driver modular.Signed-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@baylibre.com&gt;Link: https://lore.kernel.org/r/20250215143723.636591-2-u.kleine-koenig@baylibre.comSigned-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Sat, 15 Feb 2025 14:37:22 +0000</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>e8af7c08 - pwm: Strengthen dependency for PWM_SIFIVE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#e8af7c08</link>
        <description>pwm: Strengthen dependency for PWM_SIFIVEBack when the sifive pwm driver was added there was no symbol for sifiveSoCs yet. Today there is ARCH_SIFIVE however. Let PWM_SIFIVE depend onthat to ensure the driver is only build for platforms where there is achance that the hardware is available.Signed-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@baylibre.com&gt;Link: https://lore.kernel.org/r/20250127105001.587610-2-u.kleine-koenig@baylibre.comSigned-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Mon, 27 Jan 2025 10:50:01 +0000</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>c98e6614 - pwm: sophgo: add driver for Sophgo SG2042 PWM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#c98e6614</link>
        <description>pwm: sophgo: add driver for Sophgo SG2042 PWMAdd a PWM driver for PWM controller in Sophgo SG2042 SoC.Signed-off-by: Sean Young &lt;sean@mess.org&gt;Signed-off-by: Chen Wang &lt;unicorn_wang@outlook.com&gt;Link: https://lore.kernel.org/r/ae8ea1bf0bb0a09336cd8b7f627a994630524bba.1738737617.git.unicorn_wang@outlook.com[ukleinek: Drop unneeded reset_control_assert() from error path]Signed-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Wed, 05 Feb 2025 07:01:13 +0000</pubDate>
        <dc:creator>Chen Wang &lt;unicorn_wang@outlook.com&gt;</dc:creator>
    </item>
<item>
        <title>e9b50387 - pwm: adp5585: Add Analog Devices ADP5585 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#e9b50387</link>
        <description>pwm: adp5585: Add Analog Devices ADP5585 supportThe ADP5585 is a 10/11 input/output port expander with a built in keypadmatrix decoder, programmable logic, reset generator, and PWM generator.This driver supports the PWM function using the platform deviceregistered by the core MFD driver.The driver is derived from an initial implementation from NXP, availablein commit 113113742208 (&quot;MLK-25922-1 pwm: adp5585: add adp5585 PWMsupport&quot;) in their BSP kernel tree. It has been extensively rewritten.Signed-off-by: Clark Wang &lt;xiaoning.wang@nxp.com&gt;Reviewed-by: Frank Li &lt;Frank.Li@nxp.com&gt;Co-developed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Acked-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;Link: https://lore.kernel.org/r/20240722121100.2855-5-laurent.pinchart@ideasonboard.comSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Mon, 22 Jul 2024 12:11:00 +0000</pubDate>
        <dc:creator>Clark Wang &lt;xiaoning.wang@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>7f61257c - pwm: Add GPIO PWM driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#7f61257c</link>
        <description>pwm: Add GPIO PWM driverAdd a software PWM which toggles a GPIO from a high-resolution timer.This will naturally not be as accurate or as efficient as a hardwarePWM, but it is useful in some cases.  I have for example used it forevaluating LED brightness handling (via leds-pwm) on a board where theLED was just hooked up to a GPIO, and for a simple verification of thetimer frequency on another platform.Since high-resolution timers are used, sleeping GPIO chips are notsupported and are rejected in the probe function.Signed-off-by: Vincent Whitchurch &lt;vincent.whitchurch@axis.com&gt;Co-developed-by: Stefan Wahren &lt;wahrenst@gmx.net&gt;Signed-off-by: Stefan Wahren &lt;wahrenst@gmx.net&gt;Co-developed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Reviewed-by: Andy Shevchenko &lt;andy@kernel.org&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Reviewed-by: Dhruva Gole &lt;d-gole@ti.com&gt;Link: https://lore.kernel.org/r/20240604-pwm-gpio-v7-2-6b67cf60db92@linaro.orgSigned-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Tue, 04 Jun 2024 21:00:41 +0000</pubDate>
        <dc:creator>Vincent Whitchurch &lt;vincent.whitchurch@axis.com&gt;</dc:creator>
    </item>
<item>
        <title>41814fe5 - pwm: Add driver for AXI PWM generator</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#41814fe5</link>
        <description>pwm: Add driver for AXI PWM generatorAdd support for the Analog Devices AXI PWM Generator. This device is anFPGA-implemented peripheral used as PWM signal generator and can beinterfaced with AXI4. The register map of this peripheral makes itpossible to configure the period and duty cycle of the output signal.Link: https://analogdevicesinc.github.io/hdl/library/axi_pwm_gen/index.htmlCo-developed-by: Sergiu Cuciurean &lt;sergiu.cuciurean@analog.com&gt;Signed-off-by: Sergiu Cuciurean &lt;sergiu.cuciurean@analog.com&gt;Co-developed-by: David Lechner &lt;dlechner@baylibre.com&gt;Signed-off-by: David Lechner &lt;dlechner@baylibre.com&gt;Signed-off-by: Drew Fustini &lt;dfustini@baylibre.com&gt;Acked-by: Nuno Sa &lt;nuno.sa@analog.com&gt;Co-developed-by: Trevor Gamblin &lt;tgamblin@baylibre.com&gt;Signed-off-by: Trevor Gamblin &lt;tgamblin@baylibre.com&gt;Link: https://lore.kernel.org/r/20240605203507.1934434-3-tgamblin@baylibre.comSigned-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Wed, 05 Jun 2024 20:35:06 +0000</pubDate>
        <dc:creator>Drew Fustini &lt;dfustini@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>e9cc807f - pwm: Move contents of sysfs.c into core.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#e9cc807f</link>
        <description>pwm: Move contents of sysfs.c into core.cWith the upcoming restructuring having all in a single file simplifiesthings a bit. The relevant and somewhat visible changes are: - Some dropped prototypes from include/linux/pwm.h that were only   necessary that core.c has a declaration of the symbols defined in   sysfs.c. The respective functions are static now. - The pwm class now also exists if CONFIG_SYSFS isn&apos;t enabled. Having   CONFIG_SYSFS is not very relevant today, but even without it the   class and device stuff still provides lifetime tracking. - Both files had an initcall, these are merged into a single one now.   Instead of a big #ifdef block for CONFIG_DEBUG_FS, a single   if (IS_ENABLED(CONFIG_DEBUG_FS)) is used now. This increases compile   coverage a bit and is a tad nicer on the eyes.Link: https://lore.kernel.org/r/9e2d39a5280d7dda5bfc6682a8aef510148635b2.1710670958.git.u.kleine-koenig@pengutronix.deSigned-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Sun, 17 Mar 2024 10:40:34 +0000</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>721ee188 - pwm: dwc: split pci out of core driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#721ee188</link>
        <description>pwm: dwc: split pci out of core driverMoving towards adding non-pci support for the driver, move the pciparts out of the core into their own module. This is partly due tothe module_driver() code only being allowed once in a module and alsoto avoid a number of #ifdef if we build a single file in a systemwithout pci support.Signed-off-by: Ben Dooks &lt;ben.dooks@codethink.co.uk&gt;Acked-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Link: https://lore.kernel.org/r/20230907161242.67190-2-ben.dooks@codethink.co.ukSigned-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Thu, 07 Sep 2023 16:12:37 +0000</pubDate>
        <dc:creator>Ben Dooks &lt;ben.dooks@codethink.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>91a69d38 - pwm: crc: Allow compilation as module and with COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#91a69d38</link>
        <description>pwm: crc: Allow compilation as module and with COMPILE_TESTThe driver compiles just fine as a module. The parent driver&apos;s Kconfigsymbol already depends on X86 || COMPILE_TEST, so X86 can just bedropped from the dependencies allowing compilation on other platformsthan x86.Link: https://lore.kernel.org/r/20230804142707.412137-3-u.kleine-koenig@pengutronix.deReviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Fri, 04 Aug 2023 14:27:07 +0000</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>16284474 - pwm: microchip-core: Convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#16284474</link>
        <description>pwm: microchip-core: Convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREAs part of converting RISC-V SOC_FOO symbols to ARCH_FOO to match theuse of such symbols on other architectures, convert the Microchip FPGAPWM driver to use the new symbol.Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Acked-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Mon, 18 Sep 2023 10:23:27 +0000</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>10d33404 - mfd: rz-mtu3: Link time dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#10d33404</link>
        <description>mfd: rz-mtu3: Link time dependenciesThe new set of drivers for RZ/G2L MTU3a tries to enable compile-testing theindividual client drivers even when the MFD portion is disabled but gets itwrong, causing a link failure when the core is in a loadable module but theother drivers are built-in:x86_64-linux-ld: drivers/pwm/pwm-rz-mtu3.o: in function `rz_mtu3_pwm_apply&apos;:pwm-rz-mtu3.c:(.text+0x4bf): undefined reference to `rz_mtu3_8bit_ch_write&apos;x86_64-linux-ld: pwm-rz-mtu3.c:(.text+0x509): undefined reference to `rz_mtu3_disable&apos;arm-linux-gnueabi-ld: drivers/counter/rz-mtu3-cnt.o: in function `rz_mtu3_cascade_counts_enable_get&apos;:rz-mtu3-cnt.c:(.text+0xbec): undefined reference to `rz_mtu3_shared_reg_read&apos;It seems better not to add the extra complexity here but instead just usea normal hard dependency, so remove the #else portion in the header alongwith the &quot;|| COMPILE_TEST&quot;. This could also be fixed by having slightly moreelaborate Kconfig dependencies or using the cursed &apos;IS_REACHABLE()&apos; helper,but in practice it&apos;s already possible to compile-test all these driversby enabling the mtd portion.Fixes: 254d3a727421c (&quot;pwm: Add Renesas RZ/G2L MTU3a PWM driver&quot;)Fixes: 0be8907359df4 (&quot;counter: Add Renesas RZ/G2L MTU3a counter driver&quot;)Fixes: 654c293e1687b (&quot;mfd: Add Renesas RZ/G2L MTU3a core driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;Reviewed-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Link: https://lore.kernel.org/r/20230719090430.1925182-1-arnd@kernel.orgSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Wed, 19 Jul 2023 09:02:23 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>254d3a72 - pwm: Add Renesas RZ/G2L MTU3a PWM driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#254d3a72</link>
        <description>pwm: Add Renesas RZ/G2L MTU3a PWM driverThe RZ/G2L Multi-Function Timer Pulse Unit 3 (a.k.a MTU3a) usesone counter and two match components to configure duty_cycleand period to generate PWM output waveform.Add basic support for RZ/G2L MTU3a PWM driver by creating separatePWM channels for each IOs.Signed-off-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Reviewed-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Fri, 02 Jun 2023 10:11:21 +0000</pubDate>
        <dc:creator>Biju Das &lt;biju.das.jz@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>2bf7ecf7 - pwm: add microchip soft ip corePWM driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#2bf7ecf7</link>
        <description>pwm: add microchip soft ip corePWM driverAdd a driver that supports the Microchip FPGA &quot;soft&quot; PWM IP core.Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Reviewed-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Thu, 18 May 2023 12:29:20 +0000</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>bafbbef8 - pwm: Add Apple PWM controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#bafbbef8</link>
        <description>pwm: Add Apple PWM controllerAdds the Apple PWM controller driver.Signed-off-by: Sasha Finkelstein &lt;fnkl.kernel@gmail.com&gt;Acked-by: Sven Peter &lt;sven@svenpeter.dev&gt;Reviewed-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Mon, 03 Apr 2023 14:19:20 +0000</pubDate>
        <dc:creator>Sasha Finkelstein &lt;fnkl.kernel@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>958f0307 - pwm: pxa: Enable for MMP platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#958f0307</link>
        <description>pwm: pxa: Enable for MMP platformThe PXA168, which is part of the MMP platform, also uses this driver.Signed-off-by: Doug Brown &lt;doug@schmorgal.com&gt;Acked-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Link: https://lore.kernel.org/r/20221113233639.24244-7-doug@schmorgal.comSigned-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Fri, 02 Dec 2022 18:35:25 +0000</pubDate>
        <dc:creator>Doug Brown &lt;doug@schmorgal.com&gt;</dc:creator>
    </item>
<item>
        <title>69ba53da - pwm: jz4740: Depend on MACH_INGENIC instead of MIPS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#69ba53da</link>
        <description>pwm: jz4740: Depend on MACH_INGENIC instead of MIPSThe MACH_INGENIC Kconfig option will be selected when building a kerneltargeting Ingenic SoCs, but also when compiling a generic MIPS kernelthat happens to support Ingenic SoCs.Therefore, if MACH_INGENIC is not set, we know that we&apos;re not eventrying to build a generic kernel that supports these SoCs, and we canhide the options to compile the SoC-specific drivers.Signed-off-by: Paul Cercueil &lt;paul@crapouillou.net&gt;Acked-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Reviewed-by: Philippe Mathieu-Daud&#233; &lt;philmd@linaro.org&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Mon, 24 Oct 2022 20:52:12 +0000</pubDate>
        <dc:creator>Paul Cercueil &lt;paul@crapouillou.net&gt;</dc:creator>
    </item>
<item>
        <title>731c4793 - pwm: jz4740: Force dependency on Device Tree</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#731c4793</link>
        <description>pwm: jz4740: Force dependency on Device TreeIngenic SoCs all require CONFIG_OF, so there is no case where we want touse this driver without CONFIG_OF.Signed-off-by: Paul Cercueil &lt;paul@crapouillou.net&gt;Acked-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Mon, 24 Oct 2022 20:52:11 +0000</pubDate>
        <dc:creator>Paul Cercueil &lt;paul@crapouillou.net&gt;</dc:creator>
    </item>
<item>
        <title>901f8f54 - pwm: Add clock based PWM output driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#901f8f54</link>
        <description>pwm: Add clock based PWM output driverSome systems have clocks exposed to external devices. If the clockcontroller supports duty-cycle configuration, such clocks can be used aspwm outputs. In fact PWM and CLK subsystems are interfaced with in asimilar way and an &quot;opposite&quot; driver already exists (clk-pwm). Add adriver that would enable pwm devices to be used via clk subsystem.Acked-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Signed-off-by: Nikita Travkin &lt;nikita@trvn.ru&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Mon, 11 Jul 2022 20:33:40 +0000</pubDate>
        <dc:creator>Nikita Travkin &lt;nikita@trvn.ru&gt;</dc:creator>
    </item>
<item>
        <title>b3c4af85 - pwm: sunplus-pwm: Add Sunplus SoC SP7021 PWM Driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#b3c4af85</link>
        <description>pwm: sunplus-pwm: Add Sunplus SoC SP7021 PWM DriverAdd Sunplus SoC SP7021 PWM DriverSigned-off-by: Hammer Hsieh &lt;hammerh0314@gmail.com&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Tue, 22 Mar 2022 10:43:01 +0000</pubDate>
        <dc:creator>Hammer Hsieh &lt;hammerh0314@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bc1ce713 - pwm: Add support for Xilinx AXI Timer</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Kconfig#bc1ce713</link>
        <description>pwm: Add support for Xilinx AXI TimerThis adds PWM support for Xilinx LogiCORE IP AXI soft timers commonlyfound on Xilinx FPGAs. At the moment clock control is very basic: wejust enable the clock during probe and pin the frequency. In the future,someone could add support for disabling the clock when not in use.Some common code has been specially demarcated. While currently onlyused by the PWM driver, it is anticipated that it may be split off inthe future to be used by the timer driver as well.This driver was written with reference to Xilinx DS764 for v1.03.a [1].[1] https://www.xilinx.com/support/documentation/ip_documentation/axi_timer/v1_03_a/axi_timer_ds764.pdfSigned-off-by: Sean Anderson &lt;sean.anderson@seco.com&gt;Acked-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Kconfig</description>
        <pubDate>Thu, 03 Mar 2022 22:35:43 +0000</pubDate>
        <dc:creator>Sean Anderson &lt;sean.anderson@seco.com&gt;</dc:creator>
    </item>
</channel>
</rss>
