pwm: Add PWM fan controller driver for LGM SoC
authorRahul Tanwar <rahul.tanwar@linux.intel.com>
Thu, 5 Nov 2020 05:49:40 +0000 (13:49 +0800)
committerThierry Reding <thierry.reding@gmail.com>
Thu, 17 Dec 2020 13:18:59 +0000 (14:18 +0100)
commit97960addcd9f5a11acd6ab28ebb33d0fde8c14a3
treeb1986bfbc6ec4874184f2ae4325d5a2e027dbcf7
parent7c0e4f2ef782a4da2126a9399316b689d4fbc013
pwm: Add PWM fan controller driver for LGM SoC

Intel Lightning Mountain(LGM) SoC contains a PWM fan controller. This
PWM controller does not have any other consumer, it is a dedicated PWM
controller for fan attached to the system. Add driver for this PWM fan
controller.

Signed-off-by: Rahul Tanwar <rahul.tanwar@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-intel-lgm.c [new file with mode: 0644]