aboutsummaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-crc.c
AgeCommit message (Collapse)AuthorFilesLines
2016-05-17pwm: Use pwm_get/set_xxx() helpers where appropriateBoris Brezillon1-1/+1
Use pwm_get/set_xxx() helpers instead of directly accessing the pwm->xxx field. Doing that will ease adaptation of the PWM framework to support atomic update. Signed-off-by: Boris Brezillon <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
2015-07-21pwm: crc: Add Crystalcove (CRC) PWM driverShobhit Kumar1-0/+143
The Crystalcove PMIC provides three PWM signals and this driver exports one of them on the BYT platform which is used to control backlight for DSI panel. This is platform device implementation of the drivers/mfd cell device for CRC PMIC. CC: Samuel Ortiz <[email protected]> Cc: Linus Walleij <[email protected]> Cc: Alexandre Courbot <[email protected]> Cc: Thierry Reding <[email protected]> Cc: Paul Bolle <[email protected]> Cc: Paul Gortmaker <[email protected]> Tested-by: Ville Syrjälä <[email protected]> Signed-off-by: Shobhit Kumar <[email protected]> Reviewed-by: Varka Bhadram <[email protected]> Signed-off-by: Daniel Vetter <[email protected]>