| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+0 |
| 2023-03-23 | pwm: Zero-initialize the pwm_state passed to driver's .get_state() | Uwe Kleine-König | 1 | -2/+10 |
| 2023-03-23 | pwm: meson: Explicitly set .polarity in .get_state() | Uwe Kleine-König | 1 | -0/+8 |
| 2023-03-23 | pwm: sprd: Explicitly set .polarity in .get_state() | Uwe Kleine-König | 1 | -0/+1 |
| 2023-03-23 | pwm: iqs620a: Explicitly set .polarity in .get_state() | Uwe Kleine-König | 1 | -0/+1 |
| 2023-03-23 | pwm: cros-ec: Explicitly set .polarity in .get_state() | Uwe Kleine-König | 1 | -0/+1 |
| 2023-03-23 | pwm: hibvt: Explicitly set .polarity in .get_state() | Uwe Kleine-König | 1 | -0/+1 |
| 2023-03-17 | drivers: remove struct module * setting from struct class | Greg Kroah-Hartman | 1 | -1/+0 |
| 2023-02-20 | pwm: dwc: Use devm_pwmchip_add() | Ben Dooks | 1 | -5/+1 |
| 2023-02-20 | pwm: dwc: Move memory allocation to own function | Ben Dooks | 1 | -7/+17 |
| 2023-02-20 | pwm: dwc: Change &pci->dev to dev in probe | Ben Dooks | 1 | -6/+4 |
| 2023-02-17 | pwm: iqs620a: Replace one remaining instance of regmap_update_bits() | Jeff LaBundy | 1 | -2/+2 |
| 2023-02-17 | pwm: ab8500: Implement .get_state() | Uwe Kleine-König | 1 | -0/+43 |
| 2023-02-17 | pwm: ab8500: Fix calculation of duty and period | Uwe Kleine-König | 1 | -9/+60 |
| 2023-01-30 | pwm: lp3943: Drop unused i2c include | Uwe Kleine-König | 1 | -1/+0 |
| 2023-01-30 | pwm: stm32-lp: fix the check on arr and cmp registers update | Fabrice Gasnier | 1 | -1/+1 |
| 2023-01-30 | pwm: sifive: Always let the first pwm_apply_state succeed | Emil Renner Berthing | 1 | -1/+7 |
| 2022-12-21 | Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 35 | -202/+263 |
| 2022-12-06 | pwm: pca9685: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-12-06 | pwm: sun4i: Propagate errors in .get_state() to the caller | Andre Przywara | 1 | -1/+3 |
| 2022-12-06 | pwm: Handle .get_state() failures | Uwe Kleine-König | 1 | -2/+12 |
| 2022-12-06 | pwm: sprd: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 1 | -1/+1 |
| 2022-12-06 | pwm: rockchip: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 1 | -2/+2 |
| 2022-12-06 | pwm: mtk-disp: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 1 | -2/+2 |
| 2022-12-06 | pwm: imx27: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 1 | -1/+1 |
| 2022-12-06 | pwm: cros-ec: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 1 | -1/+1 |
| 2022-12-06 | pwm: crc: Propagate errors in .get_state() to the caller | Uwe Kleine-König | 1 | -2/+2 |
| 2022-12-06 | pwm/tracing: Also record trace events for failed API calls | Uwe Kleine-König | 1 | -10/+8 |
| 2022-12-06 | pwm: Make .get_state() callback return an error code | Uwe Kleine-König | 25 | -72/+122 |
| 2022-12-06 | pwm: pxa: Enable for MMP platform | Doug Brown | 1 | -1/+1 |
| 2022-12-06 | pwm: pxa: Add reference manual link and limitations | Doug Brown | 1 | -0/+7 |
| 2022-12-06 | pwm: pxa: Use abrupt shutdown mode | Doug Brown | 1 | -1/+1 |
| 2022-12-06 | pwm: pxa: Remove clk enable/disable from pxa_pwm_config | Doug Brown | 1 | -9/+0 |
| 2022-12-06 | pwm: pxa: Set duty cycle to 0 when disabling PWM | Doug Brown | 1 | -9/+16 |
| 2022-12-06 | pwm: pxa: Remove pxa_pwm_enable/disable | Doug Brown | 1 | -16/+3 |
| 2022-12-06 | pwm: mediatek: Add support for MT7986 | Daniel Golle | 1 | -0/+7 |
| 2022-12-06 | pwm: stm32: Use regmap_clear_bits and regmap_set_bits where applicable | Uwe Kleine-König | 1 | -18/+16 |
| 2022-12-06 | pwm: stm32-lp: Use regmap_clear_bits and regmap_set_bits where applicable | Uwe Kleine-König | 1 | -3/+2 |
| 2022-12-06 | pwm: iqs620a: Use regmap_clear_bits and regmap_set_bits where applicable | Uwe Kleine-König | 1 | -2/+2 |
| 2022-12-06 | pwm: img: Use regmap_clear_bits and regmap_set_bits where applicable | Uwe Kleine-König | 1 | -8/+7 |
| 2022-12-06 | pwm: fsl-ftm: Use regmap_clear_bits and regmap_set_bits where applicable | Uwe Kleine-König | 1 | -11/+7 |
| 2022-12-06 | pwm: core: Remove S_IFREG from debugfs_create_file() | Andy Shevchenko | 1 | -2/+1 |
| 2022-12-06 | pwm: Don't initialize list head before calling list_add() | Uwe Kleine-König | 1 | -1/+0 |
| 2022-12-06 | pwm: Mark free pwm IDs as used in alloc_pwms() | Uwe Kleine-König | 1 | -2/+2 |
| 2022-12-06 | pwm: Reduce time the pwm_lock mutex is held in pwmchip_add() | Uwe Kleine-König | 1 | -15/+12 |
| 2022-12-06 | pwm: Document variables protected by pwm_lock | Uwe Kleine-König | 1 | -0/+5 |
| 2022-12-06 | pwm: mediatek: always use bus clock for PWM on MT7622 | Daniel Golle | 1 | -1/+1 |
| 2022-12-06 | pwm: lpc18xx-sct: Fix a comment to match code | Uwe Kleine-König | 1 | -1/+1 |
| 2022-12-06 | pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm | xinlei lee | 1 | -2/+3 |
| 2022-12-06 | pwm: sifive: Call pwm_sifive_update_clock() while mutex is held | Uwe Kleine-König | 1 | -1/+4 |
| 2022-11-29 | pwm: jz4740: Use regmap_{set,clear}_bits | Paul Cercueil | 1 | -6/+4 |
| 2022-11-29 | pwm: jz4740: Depend on MACH_INGENIC instead of MIPS | Paul Cercueil | 1 | -1/+1 |
| 2022-11-29 | pwm: jz4740: Force dependency on Device Tree | Paul Cercueil | 2 | -7/+5 |
| 2022-11-22 | pwm: lpss: Rename pwm_lpss_probe() --> devm_pwm_lpss_probe() | Andy Shevchenko | 3 | -5/+5 |
| 2022-11-22 | pwm: lpss: Allow other drivers to enable PWM LPSS | Andy Shevchenko | 1 | -21/+1 |
| 2022-11-22 | pwm: lpss: Include headers we are the direct user of | Andy Shevchenko | 1 | -1/+3 |
| 2022-11-22 | pwm: lpss: Rename MAX_PWMS --> LPSS_MAX_PWMS | Andy Shevchenko | 2 | -2/+2 |
| 2022-11-11 | pwm: tegra: Fix 32 bit build | Steven Price | 1 | -1/+1 |
| 2022-11-09 | pwm: tegra: Ensure the clock rate is not less than needed | Jon Hunter | 1 | -0/+11 |
| 2022-11-09 | pwm: tegra: Improve required rate calculation | Jon Hunter | 1 | -2/+2 |
| 2022-10-07 | Merge tag 'pwm/for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -97/+89 |
| 2022-10-04 | Merge tag 'hwmon-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 1 | -33/+2 |
| 2022-09-28 | pwm: sysfs: Replace sprintf() with sysfs_emit() | Andy Shevchenko | 1 | -6/+6 |
| 2022-09-28 | pwm: core: Replace custom implementation of device_match_fwnode() | Andy Shevchenko | 1 | -1/+1 |
| 2022-09-28 | pwm: lpss: Add a comment to the bypass field | Andy Shevchenko | 1 | -0/+5 |
| 2022-09-28 | pwm: lpss: Make use of bits.h macros for all masks | Andy Shevchenko | 1 | -1/+2 |
| 2022-09-28 | pwm: lpss: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros | Andy Shevchenko | 1 | -7/+5 |
| 2022-09-28 | pwm: lpss: Use device_get_match_data() to get device data | Andy Shevchenko | 1 | -6/+4 |
| 2022-09-28 | pwm: lpss: Move resource mapping to the glue drivers | Andy Shevchenko | 4 | -10/+14 |
| 2022-09-28 | pwm: lpss: Move exported symbols to PWM_LPSS namespace | Andy Shevchenko | 3 | -0/+4 |
| 2022-09-28 | pwm: lpss: Deduplicate board info data structures | Uwe Kleine-König | 4 | -51/+39 |
| 2022-09-28 | pwm: sysfs: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() | Andy Shevchenko | 1 | -4/+4 |
| 2022-09-28 | pwm: rockchip: Convert to use dev_err_probe() | zhaoxiao | 1 | -12/+6 |
| 2022-09-19 | pwm: core: Make of_pwm_get() static | Andy Shevchenko | 1 | -3/+2 |
| 2022-09-19 | pwm: core: Get rid of unused devm_of_pwm_get() | Andy Shevchenko | 1 | -30/+0 |
| 2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2022-08-04 | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -24/+4 |
| 2022-07-29 | pwm: lpc18xx: Fix period handling | Uwe Kleine-König | 1 | -16/+31 |
| 2022-07-29 | pwm: lpc18xx: Convert to use dev_err_probe() | Uwe Kleine-König | 1 | -11/+9 |
| 2022-07-29 | pwm: twl-led: Document some limitations and link to the reference manual | Uwe Kleine-König | 1 | -0/+16 |
| 2022-07-29 | pwm: Add clock based PWM output driver | Nikita Travkin | 3 | -0/+159 |
| 2022-07-29 | pwm: sifive: Shut down hardware only after pwmchip_remove() completed | Uwe Kleine-König | 1 | -2/+3 |
| 2022-07-29 | pwm: sifive: Ensure the clk is enabled exactly once per running PWM | Uwe Kleine-König | 1 | -9/+37 |
| 2022-07-29 | pwm: sifive: Simplify clk handling | Uwe Kleine-König | 1 | -13/+13 |
| 2022-07-29 | pwm: sifive: Enable clk only after period check in .apply() | Uwe Kleine-König | 1 | -10/+8 |
| 2022-07-29 | pwm: sifive: Reduce time the controller lock is held | Uwe Kleine-König | 1 | -3/+5 |
| 2022-07-29 | pwm: sifive: Fold pwm_sifive_enable() into its only caller | Uwe Kleine-König | 1 | -20/+8 |
| 2022-07-29 | pwm: sifive: Simplify offset calculation for PWMCMP registers | Uwe Kleine-König | 1 | -7/+3 |
| 2022-06-22 | pwm: mediatek: Add MT8365 support | Fabien Parent | 1 | -0/+7 |
| 2022-06-22 | pwm: atmel-tcb: Fix typo in comment | Julia Lawall | 1 | -1/+1 |
| 2022-06-22 | pwm: Drop support for legacy drivers | Uwe Kleine-König | 1 | -81/+1 |
| 2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa... | Thomas Gleixner | 2 | -24/+4 |
| 2022-05-20 | pwm: pwm-cros-ec: Add channel type support | Fabio Baltieri | 1 | -15/+67 |
| 2022-05-20 | pwm: twl-led: Implement .apply() callback | Uwe Kleine-König | 1 | -10/+66 |
| 2022-05-20 | pwm: lpc18xx: Implement .apply() callback | Uwe Kleine-König | 1 | -13/+30 |
| 2022-05-20 | pwm: mediatek: Implement .apply() callback | Uwe Kleine-König | 1 | -3/+26 |
| 2022-05-20 | pwm: lpc32xx: Implement .apply() callback | Uwe Kleine-König | 1 | -3/+26 |
| 2022-05-20 | pwm: tegra: Implement .apply() callback | Uwe Kleine-König | 1 | -3/+27 |
| 2022-05-20 | pwm: stmpe: Implement .apply() callback | Uwe Kleine-König | 1 | -3/+26 |
| 2022-05-20 | pwm: sti: Implement .apply() callback | Uwe Kleine-König | 1 | -3/+26 |
| 2022-05-20 | pwm: pwm-mediatek: Add support for MediaTek Helio X10 MT6795 | AngeloGioacchino Del Regno | 1 | -0/+7 |
| 2022-05-20 | pwm: tegra: Optimize period calculation | Uwe Kleine-König | 1 | -5/+5 |
| 2022-05-20 | pwm: renesas-tpu: Improve precision of period and duty_cycle calculation | Uwe Kleine-König | 1 | -11/+17 |
| 2022-05-20 | pwm: renesas-tpu: Improve maths to compute register settings | Uwe Kleine-König | 1 | -15/+35 |
| 2022-05-20 | pwm: renesas-tpu: Rename variables to match the usual naming | Uwe Kleine-König | 1 | -86/+86 |
| 2022-05-20 | pwm: renesas-tpu: Implement .apply() callback | Uwe Kleine-König | 1 | -6/+38 |
| 2022-05-20 | pwm: renesas-tpu: Make use of devm functions | Uwe Kleine-König | 1 | -17/+5 |
| 2022-05-20 | pwm: renesas-tpu: Make use of dev_err_probe() | Uwe Kleine-König | 1 | -6/+3 |
| 2022-05-20 | pwm: samsung: Implement .apply() callback | Uwe Kleine-König | 1 | -12/+42 |
| 2022-05-20 | pwm: sifive: Simplify if-if to if-else | Wan Jiabing | 1 | -3/+2 |
| 2022-04-22 | pwm: clps71xx: Implement .apply() callback | Uwe Kleine-König | 1 | -47/+21 |
| 2022-04-22 | pwm: raspberrypi-poe: Fix endianness in firmware struct | Uwe Kleine-König | 1 | -1/+1 |
| 2022-04-22 | pwm: atmel-tcb: Make atmel_tcb_divisors static | Uwe Kleine-König | 1 | -1/+1 |
| 2022-04-22 | pwm: lp3943: Implement .apply() callback | Uwe Kleine-König | 1 | -7/+34 |
| 2022-04-22 | pwm: lp3943: Fix duty calculation in case period was clamped | Uwe Kleine-König | 1 | -0/+1 |
| 2022-04-22 | pwm: sunplus-pwm: Add Sunplus SoC SP7021 PWM Driver | Hammer Hsieh | 3 | -0/+244 |
| 2022-04-22 | pwm: Add support for Xilinx AXI Timer | Sean Anderson | 3 | -0/+336 |
| 2022-04-22 | pwm: atmel-tcb: Drop duplicated tracking of per-channel data | Uwe Kleine-König | 1 | -6/+6 |
| 2022-04-22 | pwm-sun4i: Calculate the delay without rounding down to jiffies | Max Kellermann | 1 | -3/+1 |
| 2022-04-22 | pwm-sun4i: Calculate "delay_jiffies" directly, eliminate absolute time | Max Kellermann | 1 | -12/+7 |
| 2022-04-22 | pwm-sun4i: Convert "next_period" to local variable | Max Kellermann | 1 | -5/+4 |
| 2022-02-24 | pwm: rcar: Simplify multiplication/shift logic | Geert Uytterhoeven | 1 | -1/+1 |
| 2022-02-24 | pwm: pwm-mediatek: Beautify error messages text | AngeloGioacchino Del Regno | 1 | -4/+4 |
| 2022-02-24 | pwm: pwm-mediatek: Allocate clk_pwms with devm_kmalloc_array | AngeloGioacchino Del Regno | 1 | -1/+1 |
| 2022-02-24 | pwm: pwm-mediatek: Simplify error handling with dev_err_probe() | AngeloGioacchino Del Regno | 1 | -19/+11 |
| 2022-02-24 | pwm: brcmstb: Remove useless locking | Uwe Kleine-König | 1 | -7/+0 |
| 2022-02-24 | pwm: brcmstb: Implement .apply() callback | Uwe Kleine-König | 1 | -21/+24 |
| 2022-02-24 | pwm: jz4740: Add support for X1000 SoC | Aidan MacDonald | 1 | -0/+5 |
| 2022-02-24 | pwm: vt8500: Rename variable pointing to driver private data | zhaoxiao | 1 | -19/+19 |
| 2022-02-24 | pwm: pca9685: Reset OFF/ON registers to POR value | Lionel Vitte | 1 | -2/+2 |
| 2022-02-24 | pwm: atmel: Remove redundant initialization of variable timeout | Colin Ian King | 1 | -1/+1 |
| 2022-02-24 | pwm: raspberrypi-poe: Drop assignment to struct pwmchip::base | Uwe Kleine-König | 1 | -1/+0 |
| 2022-02-24 | pwm: bcm-kona: Implement .apply() callback | Uwe Kleine-König | 1 | -32/+58 |
| 2022-02-24 | pwm: tiehrpwm: Implement .apply() callback | Uwe Kleine-König | 1 | -5/+35 |
| 2022-02-02 | pwm: pxa: Implement .apply() callback | Uwe Kleine-König | 1 | -5/+28 |
| 2022-02-02 | pwm: stmpe: Rename variable pointing to driver private data | Uwe Kleine-König | 1 | -8/+8 |
| 2022-02-02 | pwm: stmpe: Drop unused setting of driver data | Uwe Kleine-König | 1 | -2/+0 |
| 2022-02-02 | pwm: sun4i: Rename variable pointing to driver private data | Uwe Kleine-König | 1 | -35/+35 |
| 2022-02-02 | pwm: tegra: Rename variable pointing to driver private data | Uwe Kleine-König | 1 | -30/+29 |
| 2022-02-02 | pwm: img: Rename variable pointing to driver private data | Uwe Kleine-König | 1 | -71/+70 |
| 2022-02-02 | pwm: imx1: Implement .apply callback | Uwe Kleine-König | 1 | -5/+28 |
| 2022-02-02 | pwm: lpc18xx-sct: Simplify driver by not using pwm_[gs]et_chip_data() | Uwe Kleine-König | 1 | -17/+6 |
| 2022-02-02 | pwm: lpc18xx-sct: Reduce number of devm memory allocations | Uwe Kleine-König | 1 | -7/+5 |
| 2022-02-02 | pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add() | Uwe Kleine-König | 1 | -11/+9 |
| 2022-02-01 | pwm: meson: Drop always false check from .apply() | Uwe Kleine-König | 1 | -3/+0 |
| 2022-02-01 | pwm: meson: Simplify duplicated per-channel tracking | Uwe Kleine-König | 1 | -5/+6 |
| 2022-02-01 | pwm: meson: Drop useless check for channel data being NULL | Uwe Kleine-König | 1 | -2/+1 |
| 2022-02-01 | pwm: meson: Drop always false check from .request() | Uwe Kleine-König | 1 | -7/+1 |
| 2022-01-20 | Merge tag 'pwm/for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -82/+211 |
| 2022-01-10 | Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2 | -15/+27 |
| 2021-12-16 | pwm: tegra: Add runtime PM and OPP support | Dmitry Osipenko | 1 | -18/+64 |
| 2021-11-18 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 6 | -31/+43 |
| 2021-11-17 | pwm: img: Use only a single idiom to get a runtime PM reference | Uwe Kleine-König | 1 | -4/+2 |
| 2021-11-17 | pwm: vt8500: Implement .apply() callback | Uwe Kleine-König | 1 | -7/+50 |
| 2021-11-17 | pwm: img: Implement .apply() callback | Uwe Kleine-König | 1 | -3/+26 |
| 2021-11-17 | pwm: twl: Implement .apply() callback | Uwe Kleine-König | 1 | -8/+54 |
| 2021-11-17 | pwm: Restore initial state if a legacy callback fails | Uwe Kleine-König | 1 | -6/+8 |
| 2021-11-17 | pwm: Prevent a glitch for legacy drivers | Uwe Kleine-König | 1 | -17/+24 |
| 2021-11-17 | pwm: Move legacy driver handling into a dedicated function | Uwe Kleine-König | 1 | -60/+70 |
| 2021-11-05 | pwm: vt8500: Rename pwm_busy_wait() to make it obviously driver-specific | Uwe Kleine-König | 1 | -8/+8 |
| 2021-11-05 | pwm: pwm-samsung: Trigger manual update when disabling PWM | Mårten Lindahl | 1 | -8/+22 |
| 2021-11-05 | pwm: visconti: Simplify using devm_pwmchip_add() | zhaoxiao | 1 | -13/+1 |
| 2021-11-05 | pwm: samsung: Describe driver in Kconfig | Krzysztof Kozlowski | 1 | -1/+3 |
| 2021-11-05 | pwm: Make it explicit that pwm_apply_state() might sleep | Uwe Kleine-König | 1 | -0/+9 |
| 2021-11-05 | pwm: atmel: Drop unused header | Uwe Kleine-König | 1 | -1/+0 |
| 2021-10-27 | pwm: Introduce single-PWM of_xlate function | Bjorn Andersson | 2 | -15/+27 |
| 2021-09-02 | pwm: mtk-disp: Implement atomic API .get_state() | Jitao Shi | 1 | -0/+43 |
| 2021-09-02 | pwm: mtk-disp: Fix overflow in period and duty calculation | Jitao Shi | 1 | -3/+3 |
| 2021-09-02 | pwm: mtk-disp: Implement atomic API .apply() | Jitao Shi | 1 | -54/+41 |
| 2021-09-02 | pwm: mtk-disp: Adjust the clocks to avoid them mismatch | Jitao Shi | 1 | -50/+41 |
| 2021-09-02 | pwm: Make pwmchip_remove() return void | Uwe Kleine-König | 1 | -3/+1 |
| 2021-09-02 | pwm: sun4i: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -4/+1 |
| 2021-09-02 | pwm: sifive: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -3/+3 |
| 2021-09-02 | pwm: samsung: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -4/+1 |
| 2021-09-02 | pwm: renesas-tpu: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -3/+2 |
| 2021-09-02 | pwm: rcar: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -3/+2 |
| 2021-09-02 | pwm: pca9685: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -4/+1 |
| 2021-09-02 | pwm: omap-dmtimer: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -4/+1 |
| 2021-09-02 | pwm: mtk-disp: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -3/+2 |
| 2021-09-02 | pwm: imx-tpm: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -2/+3 |
| 2021-09-02 | pwm: img: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -1/+3 |
| 2021-09-02 | pwm: cros-ec: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -1/+3 |
| 2021-09-02 | pwm: brcmstb: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -3/+2 |
| 2021-09-02 | pwm: atmel-tcb: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -4/+1 |
| 2021-09-02 | pwm: atmel-hlcdc: Don't check the return code of pwmchip_remove() | Uwe Kleine-König | 1 | -4/+1 |
| 2021-09-02 | pwm: twl: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -16/+1 |
| 2021-09-02 | pwm: twl-led: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -16/+1 |
| 2021-09-02 | pwm: tiecap: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -4/+2 |
| 2021-09-02 | pwm: stm32-lp: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -9/+1 |
| 2021-09-02 | pwm: sl28cpld: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -11/+1 |
| 2021-09-02 | pwm: raspberrypi-poe: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -11/+1 |
| 2021-09-02 | pwm: pxa: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -12/+1 |
| 2021-09-02 | pwm: ntxec: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -12/+1 |
| 2021-09-02 | pwm: mxs: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -11/+1 |
| 2021-09-02 | pwm: mediatek: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -11/+1 |
| 2021-09-02 | pwm: lpc32xx: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -11/+1 |
| 2021-09-02 | pwm: lp3943: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -11/+1 |
| 2021-09-02 | pwm: keembay: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -11/+1 |
| 2021-09-02 | pwm: jz4740: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -11/+1 |
| 2021-09-02 | pwm: iqs620a: Simplify using devm_pwmchip_add() | Uwe Kleine-König | 1 | -15/+1 |