]> git.baikalelectronics.ru Git - kernel.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)
commit8d5c9e37dcd8d0866e001af82fef0fe72ed2bee5
tree0f1ce7876eeeab9329d81f68742d80d77fdaaca3
parent3966f24b8bbbcc7597c2de997d669f6151bfa960
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]