]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pwm: crc: Add Crystalcove (CRC) PWM driver
authorShobhit Kumar <shobhit.kumar@intel.com>
Fri, 26 Jun 2015 09:02:08 +0000 (14:32 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 21 Jul 2015 07:22:23 +0000 (09:22 +0200)
commita3f37a104bc42f19ceb74e3e06752b6e3a269745
tree0f1ce7876eeeab9329d81f68742d80d77fdaaca3
parenta3aa9a93df9fc8a0c54485e4144fdb81591e2175
pwm: crc: Add Crystalcove (CRC) PWM driver

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 <sameo@linux.intel.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Paul Bolle <pebolle@tiscali.nl>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Tested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Shobhit Kumar <shobhit.kumar@intel.com>
Reviewed-by: Varka Bhadram <varkabhadram@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-crc.c [new file with mode: 0644]