summaryrefslogtreecommitdiff
path: root/drivers/pwm
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-09pwm: tegra: Ensure the clock rate is not less than neededJon Hunter1-0/+11
2022-11-09pwm: tegra: Improve required rate calculationJon Hunter1-2/+2
2022-10-07Merge tag 'pwm/for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-97/+89
2022-10-05Merge tag 'hwmon-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-33/+2
2022-09-28pwm: sysfs: Replace sprintf() with sysfs_emit()Andy Shevchenko1-6/+6
2022-09-28pwm: core: Replace custom implementation of device_match_fwnode()Andy Shevchenko1-1/+1
2022-09-28pwm: lpss: Add a comment to the bypass fieldAndy Shevchenko1-0/+5
2022-09-28pwm: lpss: Make use of bits.h macros for all masksAndy Shevchenko1-1/+2
2022-09-28pwm: lpss: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macrosAndy Shevchenko1-7/+5
2022-09-28pwm: lpss: Use device_get_match_data() to get device dataAndy Shevchenko1-6/+4
2022-09-28pwm: lpss: Move resource mapping to the glue driversAndy Shevchenko4-10/+14
2022-09-28pwm: lpss: Move exported symbols to PWM_LPSS namespaceAndy Shevchenko3-0/+4
2022-09-28pwm: lpss: Deduplicate board info data structuresUwe Kleine-König4-51/+39
2022-09-28pwm: sysfs: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Andy Shevchenko1-4/+4
2022-09-28pwm: rockchip: Convert to use dev_err_probe()zhaoxiao1-12/+6
2022-09-19pwm: core: Make of_pwm_get() staticAndy Shevchenko1-3/+2
2022-09-19pwm: core: Get rid of unused devm_of_pwm_get()Andy Shevchenko1-30/+0
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-24/+4
2022-07-29pwm: lpc18xx: Fix period handlingUwe Kleine-König1-16/+31
2022-07-29pwm: lpc18xx: Convert to use dev_err_probe()Uwe Kleine-König1-11/+9
2022-07-29pwm: twl-led: Document some limitations and link to the reference manualUwe Kleine-König1-0/+16
2022-07-29pwm: Add clock based PWM output driverNikita Travkin3-0/+159
2022-07-29pwm: sifive: Shut down hardware only after pwmchip_remove() completedUwe Kleine-König1-2/+3
2022-07-29pwm: sifive: Ensure the clk is enabled exactly once per running PWMUwe Kleine-König1-9/+37
2022-07-29pwm: sifive: Simplify clk handlingUwe Kleine-König1-13/+13
2022-07-29pwm: sifive: Enable clk only after period check in .apply()Uwe Kleine-König1-10/+8
2022-07-29pwm: sifive: Reduce time the controller lock is heldUwe Kleine-König1-3/+5
2022-07-29pwm: sifive: Fold pwm_sifive_enable() into its only callerUwe Kleine-König1-20/+8
2022-07-29pwm: sifive: Simplify offset calculation for PWMCMP registersUwe Kleine-König1-7/+3
2022-06-22pwm: mediatek: Add MT8365 supportFabien Parent1-0/+7
2022-06-22pwm: atmel-tcb: Fix typo in commentJulia Lawall1-1/+1
2022-06-22pwm: Drop support for legacy driversUwe Kleine-König1-81/+1