<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c436e3e9c265a1f012008ef5da6fd28863f8025c - pwm: Driver for qualcomm ipq6018 pwm block</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#c436e3e9c265a1f012008ef5da6fd28863f8025c</link>
        <description>pwm: Driver for qualcomm ipq6018 pwm blockDriver for the PWM block in Qualcomm IPQ6018 line of SoCs. Based ondriver from downstream Codeaurora kernel tree. Removed support for older(V1) variants because I have no access to that hardware.Tested on IPQ5018 and IPQ6010 based hardware.Co-developed-by: Baruch Siach &lt;baruch.siach@siklu.com&gt;Signed-off-by: Baruch Siach &lt;baruch.siach@siklu.com&gt;Signed-off-by: Devi Priya &lt;quic_devipriy@quicinc.com&gt;Reviewed-by: Bjorn Andersson &lt;andersson@kernel.org&gt;Signed-off-by: George Moussalem &lt;george.moussalem@outlook.com&gt;Link: https://patch.msgid.link/20260406-ipq-pwm-v21-2-6ed1e868e4c2@outlook.com[ukleinek: Fixed a few nitpicks as agreed on the mailing list]Signed-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;

            List of files:
            /linux/drivers/pwm/Makefile</description>
        <pubDate>Mon, 06 Apr 2026 22:24:39 +0200</pubDate>
        <dc:creator>Devi Priya &lt;quic_devipriy@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>a5d51e02d6fa550aed4b31ed67d230e82a771ed5 - Merge branch &apos;pwm/th1520&apos; into pwm/for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#a5d51e02d6fa550aed4b31ed67d230e82a771ed5</link>
        <description>Merge branch &apos;pwm/th1520&apos; into pwm/for-next

            List of files:
            /linux/drivers/pwm/Makefile</description>
        <pubDate>Fri, 07 Nov 2025 10:33:34 +0100</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b55bbc2872eb8d6ccb5011133e05f6349351fa37 - pwm: airoha: Add support for EN7581 SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#b55bbc2872eb8d6ccb5011133e05f6349351fa37</link>
        <description>pwm: airoha: Add support for EN7581 SoCIntroduce driver for PWM module available on EN7581 SoC.Limitations:- Only 8 concurrent waveform generators are available for 8 combinations of  duty_cycle and period. Waveform generators are shared between 16 GPIO  pins and 17 SIPO GPIO pins.- Supports only normal polarity.- On configuration the currently running period is completed.- Minimum supported period is 4 ms- Maximum supported period is 1sSigned-off-by: Benjamin Larsson &lt;benjamin.larsson@genexis.eu&gt;Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Co-developed-by: Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;Signed-off-by: Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Co-developed-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;Link: https://patch.msgid.link/20251013103408.14724-1-ansuelsmth@gmail.comSigned-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;

            List of files:
            /linux/drivers/pwm/Makefile</description>
        <pubDate>Mon, 13 Oct 2025 12:34:03 +0200</pubDate>
        <dc:creator>Benjamin Larsson &lt;benjamin.larsson@genexis.eu&gt;</dc:creator>
    </item>
<item>
        <title>e03724aac758f71c6cda208ea3d1afd0bbb6d9aa - pwm: Add Rust driver for T-HEAD TH1520 SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#e03724aac758f71c6cda208ea3d1afd0bbb6d9aa</link>
        <description>pwm: Add Rust driver for T-HEAD TH1520 SoCIntroduce a PWM driver for the T-HEAD TH1520 SoC, written in Rust andutilizing the safe PWM abstractions from the preceding commit.The driver implements the pwm::PwmOps trait using the modern waveformAPI (round_waveform_tohw, write_waveform, etc.) to support configurationof period, duty cycle, and polarity for the TH1520&apos;s PWM channels.Resource management is handled using idiomatic Rust patterns. The PWMchip object is allocated via pwm::Chip::new and its registration withthe PWM core is managed by the pwm::Registration RAII guard. Thisensures pwmchip_remove is always called when the driver unbinds,preventing resource leaks. Device managed resources are used for theMMIO region, and the clock lifecycle is correctly managed in thedriver&apos;s private data Drop implementation.The driver&apos;s core logic is written entirely in safe Rust, with no unsafeblocks, except for the Send and Sync implementations for the driverdata, which are explained in the comments.Reviewed-by: Elle Rhumsaa &lt;elle@weathered-steel.dev&gt;Signed-off-by: Michal Wilczynski &lt;m.wilczynski@samsung.com&gt;Link: https://patch.msgid.link/20251016-rust-next-pwm-working-fan-for-sending-v16-4-a5df2405d2bd@samsung.comSigned-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;

            List of files:
            /linux/drivers/pwm/Makefile</description>
        <pubDate>Thu, 16 Oct 2025 15:38:04 +0200</pubDate>
        <dc:creator>Michal Wilczynski &lt;m.wilczynski@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>d93a75d94b79ba3e664f7236ee05790e8b1d0e4b - pwm: max7360: Add MAX7360 PWM support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#d93a75d94b79ba3e664f7236ee05790e8b1d0e4b</link>
        <description>pwm: max7360: Add MAX7360 PWM supportAdd driver for Maxim Integrated MAX7360 PWM controller, supporting up to8 independent PWM outputs.Signed-off-by: Kamel Bouhara &lt;kamel.bouhara@bootlin.com&gt;Co-developed-by: Mathieu Dubois-Briand &lt;mathieu.dubois-briand@bootlin.com&gt;Signed-off-by: Mathieu Dubois-Briand &lt;mathieu.dubois-briand@bootlin.com&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Acked-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;Link: https://lore.kernel.org/r/20250824-mdb-max7360-support-v14-4-435cfda2b1ea@bootlin.comSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux/drivers/pwm/Makefile</description>
        <pubDate>Sun, 24 Aug 2025 13:57:23 +0200</pubDate>
        <dc:creator>Kamel Bouhara &lt;kamel.bouhara@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>0191c80e8a288d38f3f5a17dd0bb6a3b08c6e464 - pwm: argon-fan-hat: Add Argon40 Fan HAT support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#0191c80e8a288d38f3f5a17dd0bb6a3b08c6e464</link>
        <description>pwm: argon-fan-hat: Add Argon40 Fan HAT supportAdd trivial PWM driver for Argon40 Fan HAT, which is a RaspberryPiblower fan hat which can be controlled over I2C. Model this deviceas a PWM, so the pwm-fan can be attached to it and handle thermalzones and RPM management in a generic manner.Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@mailbox.org&gt;Link: https://lore.kernel.org/r/20250629220757.936212-3-marek.vasut+renesas@mailbox.orgSigned-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;

            List of files:
            /linux/drivers/pwm/Makefile</description>
        <pubDate>Mon, 30 Jun 2025 00:07:20 +0200</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut+renesas@mailbox.org&gt;</dc:creator>
    </item>
<item>
        <title>25ac4834cae97f7787ba5562ce1511d7524955e0 - pwm: Tidyup PWM menu for Renesas</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#25ac4834cae97f7787ba5562ce1511d7524955e0</link>
        <description>pwm: Tidyup PWM menu for RenesasBecause current PWM Kconfig is sorting by symbol name,it looks strange ordering in menuconfig.=&gt;	[ ]   Renesas R-Car PWM support=&gt;	[ ]   Renesas TPU PWM support	[ ]   Rockchip PWM support=&gt;	[ ]   Renesas RZ/G2L General PWM Timer support=&gt;	[ ]   Renesas RZ/G2L MTU3a PWM Timer supportLet&apos;s use common CONFIG_PWM_RENESAS_xxx symbol name for Renesas,and sort it.Signed-off-by: Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;Reviewed-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Link: https://lore.kernel.org/r/877c2mxrrr.wl-kuninori.morimoto.gx@renesas.comSigned-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;

            List of files:
            /linux/drivers/pwm/Makefile</description>
        <pubDate>Mon, 12 May 2025 08:33:12 +0200</pubDate>
        <dc:creator>Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>84e351d8a5755c60e14b7e42d70c2415541928d7 - pwm: Restore alphabetic ordering in Kconfig and Makefile</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#84e351d8a5755c60e14b7e42d70c2415541928d7</link>
        <description>pwm: Restore alphabetic ordering in Kconfig and MakefileThe drivers are nearly ordered alphabetically by the symbol name. Fix thefew outliers.Signed-off-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@baylibre.com&gt;Link: https://lore.kernel.org/r/20250508081706.751209-2-u.kleine-koenig@baylibre.comSigned-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;

            List of files:
            /linux/drivers/pwm/Makefile</description>
        <pubDate>Thu, 08 May 2025 10:17:06 +0200</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>2006016ec6b3a18f2659704cb2f70ad3387f4a62 - pwm: add support for NXPs high-side switch MC33XS2410</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#2006016ec6b3a18f2659704cb2f70ad3387f4a62</link>
        <description>pwm: add support for NXPs high-side switch MC33XS2410The MC33XS2410 is a four channel high-side switch. Featuring advancedmonitoring and control function, the device is operational from 3.0 V to60 V. The device is controlled by SPI port for configuration.Signed-off-by: Dimitri Fedrau &lt;dimitri.fedrau@liebherr.com&gt;Link: https://lore.kernel.org/r/20250407-mc33xs2410-v9-2-57adcb56a6e4@liebherr.comSigned-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;

            List of files:
            /linux/drivers/pwm/Makefile</description>
        <pubDate>Mon, 07 Apr 2025 13:21:52 +0200</pubDate>
        <dc:creator>Dimitri Fedrau &lt;dimitri.fedrau@liebherr.com&gt;</dc:creator>
    </item>
<item>
        <title>061f087f5d0bcae9f43ae0101121fcaa999d2809 - pwm: Add support for RZ/G2L GPT</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#061f087f5d0bcae9f43ae0101121fcaa999d2809</link>
        <description>pwm: Add support for RZ/G2L GPTRZ/G2L General PWM Timer (GPT) composed of 8 channels with 32-bit timer(GPT32E). It supports the following functions * 32 bits x 8 channels * Up-counting or down-counting (saw waves) or up/down-counting   (triangle waves) for each counter. * Clock sources independently selectable for each channel * Two I/O pins per channel * Two output compare/input capture registers per channel * For the two output compare/input capture registers of each channel,   four registers are provided as buffer registers and are capable of   operating as comparison registers when buffering is not in use. * In output compare operation, buffer switching can be at crests or   troughs, enabling the generation of laterally asymmetric PWM waveforms. * Registers for setting up frame cycles in each channel (with capability   for generating interrupts at overflow or underflow) * Generation of dead times in PWM operation * Synchronous starting, stopping and clearing counters for arbitrary   channels * Starting, stopping, clearing and up/down counters in response to input   level comparison * Starting, clearing, stopping and up/down counters in response to a   maximum of four external triggers * Output pin disable function by dead time error and detected   short-circuits between output pins * A/D converter start triggers can be generated (GPT32E0 to GPT32E3) * Enables the noise filter for input capture and external trigger   operationAdd basic pwm support for RZ/G2L GPT driver by creating separatelogical channels for each IOs.Signed-off-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Link: https://lore.kernel.org/r/20250226144531.176819-4-biju.das.jz@bp.renesas.comSigned-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;

            List of files:
            /linux/drivers/pwm/Makefile</description>
        <pubDate>Wed, 26 Feb 2025 15:45:22 +0100</pubDate>
        <dc:creator>Biju Das &lt;biju.das.jz@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>2b62c89448dd41ebf16d860c52fe9a8aba3dd8a3 - pwm: Add Loongson PWM controller support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#2b62c89448dd41ebf16d860c52fe9a8aba3dd8a3</link>
        <description>pwm: Add Loongson PWM controller supportThis commit adds a generic PWM framework driver for the PWM controllerfound on Loongson family chips.Acked-by: Huacai Chen &lt;chenhuacai@loongson.cn&gt;Co-developed-by: Juxin Gao &lt;gaojuxin@loongson.cn&gt;Signed-off-by: Juxin Gao &lt;gaojuxin@loongson.cn&gt;Signed-off-by: Binbin Zhou &lt;zhoubinbin@loongson.cn&gt;Link: https://lore.kernel.org/r/76050a903a8015422fb9261ad88c7d9cc2edbbd8.1743403075.git.zhoubinbin@loongson.cnSigned-off-by: Uwe Kleine-K&#246;nig &lt;ukleinek@kernel.org&gt;

            List of files:
            /linux/drivers/pwm/Makefile</description>
        <pubDate>Mon, 31 Mar 2025 08:53:50 +0200</pubDate>
        <dc:creator>Binbin Zhou &lt;zhoubinbin@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>c98e66144b7d07ee9a3ca8241123b628a8ac0288 - pwm: sophgo: add driver for Sophgo SG2042 PWM</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#c98e66144b7d07ee9a3ca8241123b628a8ac0288</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/drivers/pwm/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 08:01:13 +0100</pubDate>
        <dc:creator>Chen Wang &lt;unicorn_wang@outlook.com&gt;</dc:creator>
    </item>
<item>
        <title>e9b503879fd2b6332eaf8b719d1e07199fc70c6b - pwm: adp5585: Add Analog Devices ADP5585 support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#e9b503879fd2b6332eaf8b719d1e07199fc70c6b</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/drivers/pwm/Makefile</description>
        <pubDate>Mon, 22 Jul 2024 14:11:00 +0200</pubDate>
        <dc:creator>Clark Wang &lt;xiaoning.wang@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>7f61257cd6e1ad4769b4b819668cab00f68f2556 - pwm: Add GPIO PWM driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#7f61257cd6e1ad4769b4b819668cab00f68f2556</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/drivers/pwm/Makefile</description>
        <pubDate>Tue, 04 Jun 2024 23:00:41 +0200</pubDate>
        <dc:creator>Vincent Whitchurch &lt;vincent.whitchurch@axis.com&gt;</dc:creator>
    </item>
<item>
        <title>41814fe5c782bdf68c25bb99398d38619a2fb5e6 - pwm: Add driver for AXI PWM generator</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#41814fe5c782bdf68c25bb99398d38619a2fb5e6</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/drivers/pwm/Makefile</description>
        <pubDate>Wed, 05 Jun 2024 22:35:06 +0200</pubDate>
        <dc:creator>Drew Fustini &lt;dfustini@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>e9cc807f87ffd1ccc919731e8f624982935af3e0 - pwm: Move contents of sysfs.c into core.c</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#e9cc807f87ffd1ccc919731e8f624982935af3e0</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/drivers/pwm/Makefile</description>
        <pubDate>Sun, 17 Mar 2024 11:40:34 +0100</pubDate>
        <dc:creator>Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>721ee188488381f0c2d4e04fbc2200963fda23b7 - pwm: dwc: split pci out of core driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#721ee188488381f0c2d4e04fbc2200963fda23b7</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/drivers/pwm/Makefile</description>
        <pubDate>Thu, 07 Sep 2023 18:12:37 +0200</pubDate>
        <dc:creator>Ben Dooks &lt;ben.dooks@codethink.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>254d3a727421ccc935f085eaa9bae51cb6c9df25 - pwm: Add Renesas RZ/G2L MTU3a PWM driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#254d3a727421ccc935f085eaa9bae51cb6c9df25</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/drivers/pwm/Makefile</description>
        <pubDate>Fri, 02 Jun 2023 12:11:21 +0200</pubDate>
        <dc:creator>Biju Das &lt;biju.das.jz@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>2bf7ecf7b4fffd87d8eb5c072395239d6ff54728 - pwm: add microchip soft ip corePWM driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#2bf7ecf7b4fffd87d8eb5c072395239d6ff54728</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/drivers/pwm/Makefile</description>
        <pubDate>Thu, 18 May 2023 14:29:20 +0200</pubDate>
        <dc:creator>Conor Dooley &lt;conor.dooley@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>bafbbef85fd788074c27892c2391faf249eb7b29 - pwm: Add Apple PWM controller</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/pwm/Makefile#bafbbef85fd788074c27892c2391faf249eb7b29</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/drivers/pwm/Makefile</description>
        <pubDate>Mon, 03 Apr 2023 16:19:20 +0200</pubDate>
        <dc:creator>Sasha Finkelstein &lt;fnkl.kernel@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
