]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pwm: Add PWM driver for HiSilicon BVT SOCs
authoryuanjian <yuanjian12@hisilicon.com>
Mon, 28 Nov 2016 09:42:46 +0000 (17:42 +0800)
committerThierry Reding <thierry.reding@gmail.com>
Tue, 29 Nov 2016 15:50:12 +0000 (16:50 +0100)
commitd09f00810850dd6e6eac8895b62bc3fc35435431
treeb2d659616bbbbb1a05aa652dcf40fe21365fa887
parent58d5b693637d9963018bcb92fecf858e6899ed49
pwm: Add PWM driver for HiSilicon BVT SOCs

Add PWM driver for the PWM controller found on HiSilicon BVT SoCs such
as Hi3519V100, Hi3516CV300, etc. The PWM controller is primarily in
charge of controlling the P-Iris lens.

Reviewed-by: Jiancheng Xue <xuejiancheng@hisilicon.com>
Signed-off-by: Jian Yuan <yuanjian12@hisilicon.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Documentation/devicetree/bindings/pwm/pwm-hibvt.txt [new file with mode: 0644]
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-hibvt.c [new file with mode: 0644]