summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
2023-02-20pwm: dwc: Use devm_pwmchip_add()Ben Dooks1-5/+1
2023-02-20pwm: dwc: Move memory allocation to own functionBen Dooks1-7/+17
2023-02-20pwm: dwc: Change &pci->dev to dev in probeBen Dooks1-6/+4
2023-02-17pwm: iqs620a: Replace one remaining instance of regmap_update_bits()Jeff LaBundy1-2/+2
2023-02-17pwm: ab8500: Implement .get_state()Uwe Kleine-König1-0/+43
2023-02-17pwm: ab8500: Fix calculation of duty and periodUwe Kleine-König1-9/+60
2023-01-30pwm: lp3943: Drop unused i2c includeUwe Kleine-König1-1/+0
2023-01-30pwm: stm32-lp: fix the check on arr and cmp registers updateFabrice Gasnier1-1/+1
2023-01-30pwm: sifive: Always let the first pwm_apply_state succeedEmil Renner Berthing1-1/+7
2022-12-21Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds35-202/+263
2022-12-06pwm: pca9685: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-06pwm: sun4i: Propagate errors in .get_state() to the callerAndre Przywara1-1/+3
2022-12-06pwm: Handle .get_state() failuresUwe Kleine-König1-2/+12
2022-12-06pwm: sprd: Propagate errors in .get_state() to the callerUwe Kleine-König1-1/+1
2022-12-06pwm: rockchip: Propagate errors in .get_state() to the callerUwe Kleine-König1-2/+2
2022-12-06pwm: mtk-disp: Propagate errors in .get_state() to the callerUwe Kleine-König1-2/+2
2022-12-06pwm: imx27: Propagate errors in .get_state() to the callerUwe Kleine-König1-1/+1
2022-12-06pwm: cros-ec: Propagate errors in .get_state() to the callerUwe Kleine-König1-1/+1
2022-12-06pwm: crc: Propagate errors in .get_state() to the callerUwe Kleine-König1-2/+2
2022-12-06pwm/tracing: Also record trace events for failed API callsUwe Kleine-König1-10/+8
2022-12-06pwm: Make .get_state() callback return an error codeUwe Kleine-König25-72/+122
2022-12-06pwm: pxa: Enable for MMP platformDoug Brown1-1/+1
2022-12-06pwm: pxa: Add reference manual link and limitationsDoug Brown1-0/+7
2022-12-06pwm: pxa: Use abrupt shutdown modeDoug Brown1-1/+1
2022-12-06pwm: pxa: Remove clk enable/disable from pxa_pwm_configDoug Brown1-9/+0
2022-12-06pwm: pxa: Set duty cycle to 0 when disabling PWMDoug Brown1-9/+16
2022-12-06pwm: pxa: Remove pxa_pwm_enable/disableDoug Brown1-16/+3
2022-12-06pwm: mediatek: Add support for MT7986Daniel Golle1-0/+7
2022-12-06pwm: stm32: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König1-18/+16
2022-12-06pwm: stm32-lp: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König1-3/+2
2022-12-06pwm: iqs620a: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König1-2/+2
2022-12-06pwm: img: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König1-8/+7
2022-12-06pwm: fsl-ftm: Use regmap_clear_bits and regmap_set_bits where applicableUwe Kleine-König1-11/+7
2022-12-06pwm: core: Remove S_IFREG from debugfs_create_file()Andy Shevchenko1-2/+1
2022-12-06pwm: Don't initialize list head before calling list_add()Uwe Kleine-König1-1/+0
2022-12-06pwm: Mark free pwm IDs as used in alloc_pwms()Uwe Kleine-König1-2/+2
2022-12-06pwm: Reduce time the pwm_lock mutex is held in pwmchip_add()Uwe Kleine-König1-15/+12
2022-12-06pwm: Document variables protected by pwm_lockUwe Kleine-König1-0/+5
2022-12-06pwm: mediatek: always use bus clock for PWM on MT7622Daniel Golle1-1/+1
2022-12-06pwm: lpc18xx-sct: Fix a comment to match codeUwe Kleine-König1-1/+1
2022-12-06pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwmxinlei lee1-2/+3
2022-12-06pwm: sifive: Call pwm_sifive_update_clock() while mutex is heldUwe Kleine-König1-1/+4
2022-11-29pwm: jz4740: Use regmap_{set,clear}_bitsPaul Cercueil1-6/+4
2022-11-29pwm: jz4740: Depend on MACH_INGENIC instead of MIPSPaul Cercueil1-1/+1
2022-11-29pwm: jz4740: Force dependency on Device TreePaul Cercueil2-7/+5
2022-11-22pwm: lpss: Rename pwm_lpss_probe() --> devm_pwm_lpss_probe()Andy Shevchenko3-5/+5
2022-11-22pwm: lpss: Allow other drivers to enable PWM LPSSAndy Shevchenko1-21/+1
2022-11-22pwm: lpss: Include headers we are the direct user ofAndy Shevchenko1-1/+3
2022-11-22pwm: lpss: Rename MAX_PWMS --> LPSS_MAX_PWMSAndy Shevchenko2-2/+2
2022-11-11pwm: tegra: Fix 32 bit buildSteven Price1-1/+1