summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* pwm: dwc: Use devm_pwmchip_add()Ben Dooks2023-02-201-5/+1
* pwm: dwc: Move memory allocation to own functionBen Dooks2023-02-201-7/+17
* pwm: dwc: Change &pci->dev to dev in probeBen Dooks2023-02-201-6/+4
* pwm: iqs620a: Replace one remaining instance of regmap_update_bits()Jeff LaBundy2023-02-171-2/+2
* pwm: ab8500: Implement .get_state()Uwe Kleine-König2023-02-171-0/+43
* pwm: ab8500: Fix calculation of duty and periodUwe Kleine-König2023-02-171-9/+60
* pwm: lp3943: Drop unused i2c includeUwe Kleine-König2023-01-301-1/+0
* pwm: stm32-lp: fix the check on arr and cmp registers updateFabrice Gasnier2023-01-301-1/+1
* pwm: sifive: Always let the first pwm_apply_state succeedEmil Renner Berthing2023-01-301-1/+7
* Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-2135-202/+263
|\
| * pwm: pca9685: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-061-3/+2
| * pwm: sun4i: Propagate errors in .get_state() to the callerAndre Przywara2022-12-061-1/+3
| * pwm: Handle .get_state() failuresUwe Kleine-König2022-12-061-2/+12
| * pwm: sprd: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-1/+1
| * pwm: rockchip: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-2/+2
| * pwm: mtk-disp: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-2/+2
| * pwm: imx27: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-1/+1
| * pwm: cros-ec: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-1/+1
| * pwm: crc: Propagate errors in .get_state() to the callerUwe Kleine-König2022-12-061-2/+2
| * pwm/tracing: Also record trace events for failed API callsUwe Kleine-König2022-12-061-10/+8
| * pwm: Make .get_state() callback return an error codeUwe Kleine-König2022-12-0625-72/+122
| * pwm: pxa: Enable for MMP platformDoug Brown2022-12-061-1/+1
| * pwm: pxa: Add reference manual link and limitationsDoug Brown2022-12-061-0/+7
| * pwm: pxa: Use abrupt shutdown modeDoug Brown2022-12-061-1/+1
| * pwm: pxa: Remove clk enable/disable from pxa_pwm_configDoug Brown2022-12-061-9/+0
| * pwm: pxa: Set duty cycle to 0 when disabling PWMDoug Brown2022-12-061-9/+16
| * pwm: pxa: Remove pxa_pwm_enable/disableDoug Brown2022-12-061-16/+3
| * pwm: mediatek: Add support for MT7986Daniel Golle2022-12-061-0/+7
| * pwm: stm32: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König2022-12-061-18/+16
| * pwm: stm32-lp: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König2022-12-061-3/+2
| * pwm: iqs620a: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König2022-12-061-2/+2
| * pwm: img: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König2022-12-061-8/+7
| * pwm: fsl-ftm: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König2022-12-061-11/+7
| * pwm: core: Remove S_IFREG from debugfs_create_file()Andy Shevchenko2022-12-061-2/+1
| * pwm: Don't initialize list head before calling list_add()Uwe Kleine-König2022-12-061-1/+0
| * pwm: Mark free pwm IDs as used in alloc_pwms()Uwe Kleine-König2022-12-061-2/+2
| * pwm: Reduce time the pwm_lock mutex is held in pwmchip_add()Uwe Kleine-König2022-12-061-15/+12
| * pwm: Document variables protected by pwm_lockUwe Kleine-König2022-12-061-0/+5
| * pwm: mediatek: always use bus clock for PWM on MT7622Daniel Golle2022-12-061-1/+1
| * pwm: lpc18xx-sct: Fix a comment to match codeUwe Kleine-König2022-12-061-1/+1
| * pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwmxinlei lee2022-12-061-2/+3
| * pwm: sifive: Call pwm_sifive_update_clock() while mutex is heldUwe Kleine-König2022-12-061-1/+4
| * pwm: jz4740: Use regmap_{set,clear}_bitsPaul Cercueil2022-11-291-6/+4
| * pwm: jz4740: Depend on MACH_INGENIC instead of MIPSPaul Cercueil2022-11-291-1/+1
| * pwm: jz4740: Force dependency on Device TreePaul Cercueil2022-11-292-7/+5
| * pwm: tegra: Fix 32 bit buildSteven Price2022-11-111-1/+1
| * pwm: tegra: Ensure the clock rate is not less than neededJon Hunter2022-11-091-0/+11
| * pwm: tegra: Improve required rate calculationJon Hunter2022-11-091-2/+2
* | pwm: lpss: Rename pwm_lpss_probe() --> devm_pwm_lpss_probe()Andy Shevchenko2022-11-223-5/+5
* | pwm: lpss: Allow other drivers to enable PWM LPSSAndy Shevchenko2022-11-221-21/+1