]> git.baikalelectronics.ru Git - kernel.git/commit
pwm: Add DesignWare PWM Controller Driver
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Fri, 2 Oct 2020 13:56:13 +0000 (16:56 +0300)
committerThierry Reding <thierry.reding@gmail.com>
Thu, 17 Dec 2020 13:18:58 +0000 (14:18 +0100)
commitd18d9a5587c750a8d595b42aaa440667d370b1df
tree49348805e049ccee04fdc3b00c81c28f1fd6e9de
parent3915ff85123a6b5a73c530cae86fc09483fb60e9
pwm: Add DesignWare PWM Controller Driver

Introduce driver for Synopsys DesignWare PWM Controller used on Intel
Elkhart Lake.

Initial implementation is done by Felipe Balbi while he was working at
Intel with later changes from Raymond Tan and me.

Co-developed-by: Felipe Balbi (Intel) <balbi@kernel.org>
Signed-off-by: Felipe Balbi (Intel) <balbi@kernel.org>
Co-developed-by: Raymond Tan <raymond.tan@intel.com>
Signed-off-by: Raymond Tan <raymond.tan@intel.com>
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-dwc.c [new file with mode: 0644]