summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-sun4i.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-28pwm: sun4i: Simplify controller mappingAndre Przywara1-18/+8
2018-03-28pwm: sun4i: Drop unused .has_rdy memberAndre Przywara1-6/+0
2018-03-28pwm: sun4i: Properly check current stateAlexandre Belloni1-2/+4
2017-11-15pwm: sunxi: Use of_device_get_match_data()Corentin Labbe1-4/+4
2017-07-06pwm: sun4i: Drop legacy callbacksAlexandre Belloni1-160/+0
2017-07-06pwm: sun4i: Switch to atomic PWMAlexandre Belloni1-0/+166
2017-07-06pwm: sun4i: Improve hardware read outAlexandre Belloni1-19/+46
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding1-1/+0
2016-09-08pwm: sunxi: Add H3 supportMilo Kim1-0/+9
2016-05-17pwm: Use pwm_get/set_xxx() helpers where appropriateBoris Brezillon1-1/+2
2015-11-10pwm: sunxi: Fix whitespace issueOlliver Schinagl1-1/+1
2015-11-10pwm: sun4i: Add support for PWM controller on sun5i SoCsHans de Goede1-2/+23
2015-01-30pwm: Add Allwinner SoC supportAlexandre Belloni1-0/+366