Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-17 | pwm: Use pwm_get/set_xxx() helpers where appropriate | Boris Brezillon | 1 | -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-21 | pwm: crc: Add Crystalcove (CRC) PWM driver | Shobhit Kumar | 1 | -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]> |