summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-bcm2835.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König2021-05-251-2/+0
* pwm: bcm2835: Free resources only after pwmchip_remove()Uwe Kleine-König2021-04-091-1/+3
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: bcm2835: Improve period and duty cycle calculationUwe Kleine-König2021-03-221-8/+27
* pwm: bcm2835: Support apply function for atomic configurationLino Sanfilippo2020-12-171-45/+24
* pwm: bcm2835: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
* pwm: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-241-7/+3
* pwm: bcm2835: Dynamically allocate baseFlorian Fainelli2020-03-301-0/+1
* pwm: bcm2835: Suppress error message during deferred probeStefan Wahren2019-09-211-2/+5
* pwm: bcm2835: Fix period_ns range checkStefan Wahren2019-09-211-4/+5
* pwm: bcm2835: Suppress error message for invalid period_nsStefan Wahren2019-09-211-4/+1
* pwm: bcm2835: Improve precision of PWMSean Young2019-06-261-3/+5
* pwm: bcm2835: Switch to SPDX identifierStefan Wahren2018-12-241-4/+1
* pwm: bcm2835: Support for polarity setting via DTStefan Wahren2017-08-211-0/+2
* pwm: bcm2835: Fix email address specificationStefan Wahren2015-12-161-1/+1
* pwm: bcm2835: Prevent division by zeroStefan Wahren2015-12-161-1/+9
* pwm: bcm2835: Calculate scaler in ->config()Stefan Wahren2015-12-161-5/+3
* pwm: Add BCM2835 PWM driverBart Tanghe2014-11-171-0/+205