<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>254d3a72 - pwm: Add Renesas RZ/G2L MTU3a PWM driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>901f8f54 - pwm: Add clock based PWM output driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</description>
        <pubDate>Thu, 03 Mar 2022 22:35:43 +0000</pubDate>
        <dc:creator>Sean Anderson &lt;sean.anderson@seco.com&gt;</dc:creator>
    </item>
<item>
        <title>721b5957 - pwm: visconti: Add Toshiba Visconti SoC PWM support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Makefile#721b5957</link>
        <description>pwm: visconti: Add Toshiba Visconti SoC PWM supportAdd driver for the PWM controller on Toshiba Visconti ARM SoC.Signed-off-by: Nobuhiro Iwamatsu &lt;nobuhiro1.iwamatsu@toshiba.co.jp&gt;Reviewed-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;[thierry.reding@gmail.com: fix up a couple of checkpatch warnings]Signed-off-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Makefile</description>
        <pubDate>Mon, 19 Apr 2021 00:00:07 +0000</pubDate>
        <dc:creator>Nobuhiro Iwamatsu &lt;nobuhiro1.iwamatsu@toshiba.co.jp&gt;</dc:creator>
    </item>
<item>
        <title>79caa362 - pwm: Add Raspberry Pi Firmware based PWM bus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Makefile#79caa362</link>
        <description>pwm: Add Raspberry Pi Firmware based PWM busAdds support to control the PWM bus available in official Raspberry PiPoE HAT. Only RPi&apos;s co-processor has access to it, so commands have tobe sent through RPi&apos;s firmware mailbox interface.Signed-off-by: Nicolas Saenz Julienne &lt;nsaenzjulienne@suse.de&gt;Reviewed-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Acked-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Makefile</description>
        <pubDate>Mon, 18 Jan 2021 12:32:44 +0000</pubDate>
        <dc:creator>Nicolas Saenz Julienne &lt;nsaenzjulienne@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9fc0486f - pwm: ntxec: Add driver for PWM function in Netronix EC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Makefile#9fc0486f</link>
        <description>pwm: ntxec: Add driver for PWM function in Netronix ECThe Netronix EC provides a PWM output which is used for the backlighton some ebook readers. This patches adds a driver for the PWM output.The .get_state callback is not implemented, because the PWM state can&apos;tbe read back from the hardware.Signed-off-by: Jonathan Neusch&#228;fer &lt;j.neuschaefer@gmx.net&gt;Reviewed-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Acked-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pwm/Makefile</description>
        <pubDate>Sun, 24 Jan 2021 21:41:24 +0000</pubDate>
        <dc:creator>Jonathan Neusch&#228;fer &lt;j.neuschaefer@gmx.net&gt;</dc:creator>
    </item>
<item>
        <title>a2bc9b21 - pwm: Remove ZTE ZX driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Makefile#a2bc9b21</link>
        <description>pwm: Remove ZTE ZX driverThe ZTE ZX platform is getting removed, so this driver is no longerneeded.Cc: Jun Nie &lt;jun.nie@linaro.org&gt;Cc: Shawn Guo &lt;shawnguo@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Makefile</description>
        <pubDate>Wed, 20 Jan 2021 15:09:22 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>97960add - pwm: Add PWM fan controller driver for LGM SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Makefile#97960add</link>
        <description>pwm: Add PWM fan controller driver for LGM SoCIntel Lightning Mountain(LGM) SoC contains a PWM fan controller. ThisPWM controller does not have any other consumer, it is a dedicated PWMcontroller for fan attached to the system. Add driver for this PWM fancontroller.Signed-off-by: Rahul Tanwar &lt;rahul.tanwar@linux.intel.com&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@intel.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/Makefile</description>
        <pubDate>Thu, 05 Nov 2020 05:49:40 +0000</pubDate>
        <dc:creator>Rahul Tanwar &lt;rahul.tanwar@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1ed2b3fc - pwm: Add DesignWare PWM Controller Driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Makefile#1ed2b3fc</link>
        <description>pwm: Add DesignWare PWM Controller DriverIntroduce driver for Synopsys DesignWare PWM Controller used on IntelElkhart Lake.Initial implementation is done by Felipe Balbi while he was working atIntel with later changes from Raymond Tan and me.Co-developed-by: Felipe Balbi (Intel) &lt;balbi@kernel.org&gt;Signed-off-by: Felipe Balbi (Intel) &lt;balbi@kernel.org&gt;Co-developed-by: Raymond Tan &lt;raymond.tan@intel.com&gt;Signed-off-by: Raymond Tan &lt;raymond.tan@intel.com&gt;Signed-off-by: Jarkko Nikula &lt;jarkko.nikula@linux.intel.com&gt;Signed-off-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pwm/Makefile</description>
        <pubDate>Fri, 02 Oct 2020 13:56:13 +0000</pubDate>
        <dc:creator>Jarkko Nikula &lt;jarkko.nikula@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bd899ceb - pwm: Add PWM driver for Intel Keem Bay</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Makefile#bd899ceb</link>
        <description>pwm: Add PWM driver for Intel Keem BayThe Intel Keem Bay SoC requires PWM support.Add the pwm-keembay driver to enable this.Signed-off-by: Lai, Poey Seng &lt;poey.seng.lai@intel.com&gt;Co-developed-by: Vineetha G. Jaya Kumaran &lt;vineetha.g.jaya.kumaran@intel.com&gt;Signed-off-by: Vineetha G. Jaya Kumaran &lt;vineetha.g.jaya.kumaran@intel.com&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Co-developed-by: Vijayakannan Ayyathurai &lt;vijayakannan.ayyathurai@intel.com&gt;Signed-off-by: Vijayakannan Ayyathurai &lt;vijayakannan.ayyathurai@intel.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/Makefile</description>
        <pubDate>Thu, 22 Oct 2020 07:14:46 +0000</pubDate>
        <dc:creator>Vijayakannan Ayyathurai &lt;vijayakannan.ayyathurai@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9db33d22 - pwm: Add support for sl28cpld PWM controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pwm/Makefile#9db33d22</link>
        <description>pwm: Add support for sl28cpld PWM controllerAdd support for the PWM controller of the sl28cpld board managementcontroller. This is part of a multi-function device driver.The controller has one PWM channel and can just generate four distinctfrequencies.Signed-off-by: Michael Walle &lt;michael@walle.cc&gt;Acked-by: Thierry Reding &lt;thierry.reding@gmail.com&gt;Reviewed-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pwm/Makefile</description>
        <pubDate>Mon, 14 Sep 2020 21:43:34 +0000</pubDate>
        <dc:creator>Michael Walle &lt;michael@walle.cc&gt;</dc:creator>
    </item>
</channel>
</rss>
