summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pwm/for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-0558-349/+466
|\
| * pwm: atmel: Improve duty cycle calculation in .apply()Uwe Kleine-König2021-04-231-7/+16
| * pwm: atmel: Fix duty cycle calculation in .get_state()Uwe Kleine-König2021-04-231-1/+1
| * pwm: visconti: Add Toshiba Visconti SoC PWM supportNobuhiro Iwamatsu2021-04-233-0/+200
| * pwm: mediatek: Remove unused functionJiapeng Chong2021-04-231-6/+0
| * pwm: pca9685: Improve runtime PM behaviorClemens Gruber2021-04-231-6/+19
| * pwm: pca9685: Support hardware readoutClemens Gruber2021-04-231-0/+36
| * pwm: pca9685: Switch to atomic APIClemens Gruber2021-04-231-170/+91
| * pwm: lpss: Don't modify HW state in .remove callbackUwe Kleine-König2021-04-091-6/+0
| * pwm: sti: Free resources only after pwmchip_remove()Uwe Kleine-König2021-04-091-1/+2
| * pwm: sti: Don't modify HW state in .remove callbackUwe Kleine-König2021-04-091-3/+0
| * pwm: lpc3200: Don't modify HW state in .remove callbackUwe Kleine-König2021-04-091-4/+0
| * pwm: lpc18xx-sct: Free resources only after pwmchip_remove()Uwe Kleine-König2021-04-091-1/+3
| * pwm: bcm-kona: Don't modify HW state in .remove callbackUwe Kleine-König2021-04-091-5/+0
| * pwm: bcm2835: Free resources only after pwmchip_remove()Uwe Kleine-König2021-04-091-1/+3
| * pwm: bcm-iproc: Free resources only after pwmchip_remove()Uwe Kleine-König2021-04-091-1/+3
| * pwm: atmel: Free resources only after pwmchip_remove()Uwe Kleine-König2021-04-091-1/+3
| * pwm: Drop function pwmchip_add_with_polarity()Uwe Kleine-König2021-03-221-22/+3
| * pwm: atmel-hlcdc: Use pwmchip_add() instead of pwmchip_add_with_polarity()Uwe Kleine-König2021-03-221-1/+1
| * pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity()Uwe Kleine-König2021-03-221-1/+1
| * pwm: cros-ec: Refuse requests with unsupported polarityUwe Kleine-König2021-03-221-0/+3
| * pwm: sprd: Refuse requests with unsupported polarityUwe Kleine-König2021-03-221-0/+3
| * pwm: atmel-tcb: Only free resources after pwm_chip_remove() returnedUwe Kleine-König2021-03-221-4/+4
| * pwm: atmel-tcb: Implement .apply callbackUwe Kleine-König2021-03-221-8/+25
| * pwm: Return -EINVAL for old-style drivers without .set_polarity callbackUwe Kleine-König2021-03-221-1/+1
| * pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-2255-72/+7
| * pwm: imx-tpm: Use a single line for error messageFabio Estevam2021-03-221-3/+1
| * pwm: ab8500: Implement .apply instead of .config, .enable and .disableUwe Kleine-König2021-03-221-28/+25
| * pwm: bcm2835: Improve period and duty cycle calculationUwe Kleine-König2021-03-221-8/+27
* | Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-0529-374/+709
|\ \
| * | thermal/drivers/mtk_thermal: Remove redundant initializations of several vari...Colin Ian King2021-04-221-6/+6
| * | thermal/core/power allocator: Use the lockless __thermal_cdev_update() functionLukasz Luba2021-04-221-2/+1
| * | thermal/core/fair share: Use the lockless __thermal_cdev_update() functionLukasz Luba2021-04-221-4/+3
| * | thermal/core/fair share: Lock the thermal zone while looping over instancesLukasz Luba2021-04-221-0/+4
| * | thermal/core/power_allocator: Update once cooling devices when temp is lowLukasz Luba2021-04-221-4/+7
| * | thermal/core/power_allocator: Maintain the device statistics from going staleLukasz Luba2021-04-221-0/+10
| * | thermal/core: Create a helper __thermal_cdev_update() without a lockLukasz Luba2021-04-222-10/+18
| * | thermal/drivers/tsens: Add support for ipq8064-tsensAnsuel Smith2021-04-221-0/+3
| * | thermal/drivers/tsens: Drop unused define for msm8960Ansuel Smith2021-04-221-23/+1
| * | thermal/drivers/tsens: Replace custom 8960 apis with generic apisAnsuel Smith2021-04-221-41/+15
| * | thermal/drivers/tsens: Fix bug in sensor enable for msm8960Ansuel Smith2021-04-221-3/+20
| * | thermal/drivers/tsens: Use init_common for msm8960Ansuel Smith2021-04-221-51/+1
| * | thermal/drivers/tsens: Add VER_0 tsens versionAnsuel Smith2021-04-223-30/+133
| * | thermal/drivers/tsens: Convert msm8960 to reg_fieldAnsuel Smith2021-04-221-2/+71
| * | thermal/drivers/tsens: Don't hardcode sensor slopeAnsuel Smith2021-04-221-1/+2
| * | thermal/core: Remove thermal_notify_frameworkThara Gopinath2021-04-221-18/+0
| * | iwlwifi: mvm: tt: Replace thermal_notify_frameworkThara Gopinath2021-04-221-2/+2
| * | thermal/drivers/ti-soc-thermal/bandgap Remove unused variable 'val'Lin Ruizhe2021-04-211-4/+0
| * | thermal/drivers/ti-soc-thermal/ti-bandgap: Rearrange all the included header ...Zhen Lei2021-04-201-17/+17
| * | thermal/drivers/tegra: Use devm_platform_ioremap_resource_bynamedingsenjie2021-04-201-10/+3