summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-twl-led.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-29pwm: twl-led: Document some limitations and link to the reference manualUwe Kleine-König1-0/+16
2022-05-20pwm: twl-led: Implement .apply() callbackUwe Kleine-König1-10/+66
2021-09-02pwm: twl-led: Simplify using devm_pwmchip_add()Uwe Kleine-König1-16/+1
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang1-1/+1
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding1-1/+0
2013-10-08pwm: twl-led: Include linux/of.h headerSachin Kamat1-0/+1
2013-04-23pwm: Constify OF match tablesThierry Reding1-1/+1
2013-04-02pwm: twl-led: Add .owner to struct pwm_opsAxel Lin1-0/+2
2013-01-30pwm: Add can_sleep property to driversFlorian Vaussard1-0/+1
2012-11-28pwm: New driver to support PWM driven LEDs on TWL4030/6030 series of PMICsPeter Ujfalusi1-0/+344