aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-bcm2835.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König1-2/+0
2021-04-09pwm: bcm2835: Free resources only after pwmchip_remove()Uwe Kleine-König1-1/+3
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König1-1/+0
2021-03-22pwm: bcm2835: Improve period and duty cycle calculationUwe Kleine-König1-8/+27
2020-12-17pwm: bcm2835: Support apply function for atomic configurationLino Sanfilippo1-45/+24
2020-12-17pwm: bcm2835: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2020-09-24pwm: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2020-03-30pwm: bcm2835: Dynamically allocate baseFlorian Fainelli1-0/+1
2019-09-21pwm: bcm2835: Suppress error message during deferred probeStefan Wahren1-2/+5
2019-09-21pwm: bcm2835: Fix period_ns range checkStefan Wahren1-4/+5
2019-09-21pwm: bcm2835: Suppress error message for invalid period_nsStefan Wahren1-4/+1
2019-06-26pwm: bcm2835: Improve precision of PWMSean Young1-3/+5
2018-12-24pwm: bcm2835: Switch to SPDX identifierStefan Wahren1-4/+1
2017-08-21pwm: bcm2835: Support for polarity setting via DTStefan Wahren1-0/+2
2015-12-16pwm: bcm2835: Fix email address specificationStefan Wahren1-1/+1
2015-12-16pwm: bcm2835: Prevent division by zeroStefan Wahren1-1/+9
2015-12-16pwm: bcm2835: Calculate scaler in ->config()Stefan Wahren1-5/+3
2014-11-17pwm: Add BCM2835 PWM driverBart Tanghe1-0/+205