summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-twl.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: twl: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-16/+1
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* mfd: twl: Move header file out of I2C realmWolfram Sang2017-09-041-1/+1
* pwm: Remove .can_sleep from struct pwm_chipThierry Reding2017-01-041-1/+0
* pwm: twl: Reliably disable TWL6030 PWMsPaul Kocialkowski2016-09-051-0/+16
* pwm: twl: Really disable twl6030 PWMsAxel Lin2014-05-081-8/+0
* pwm: twl: Include linux/of.h headerSachin Kamat2013-10-081-0/+1
* pwm: Constify OF match tablesThierry Reding2013-04-231-1/+1
* pwm: twl: Return proper error if twl6030_pwm_enable() failsAxel Lin2013-04-021-1/+1
* pwm: twl: Add .owner to struct pwm_opsAxel Lin2013-04-021-0/+2
* pwm: twl: Use to_twl() instead of container_of()Johannes Thumshirn2013-02-171-6/+3
* pwm: Add can_sleep property to driversFlorian Vaussard2013-01-301-0/+1
* pwm: New driver to support PWMs on TWL4030/6030 series of PMICsPeter Ujfalusi2012-11-281-0/+359