Re: [PATCH v9 2/2] Add PWM fan controller driver for LGM SoC

2020-08-22 Thread Andy Shevchenko
On Sat, Aug 22, 2020 at 8:25 AM Tanwar, Rahul wrote: > On 21/8/2020 6:56 pm, Andy Shevchenko wrote: > > On Fri, Aug 21, 2020 at 05:32:11PM +0800, Rahul Tanwar wrote: ... > >> +#include > >> +#include > >> +#include > >> +#include > > We haven't settle this yet... > > I investigated more

Re: [PATCH v9 2/2] Add PWM fan controller driver for LGM SoC

2020-08-21 Thread Tanwar, Rahul
Hi Andy, On 21/8/2020 6:56 pm, Andy Shevchenko wrote: > On Fri, Aug 21, 2020 at 05:32:11PM +0800, Rahul Tanwar wrote: >> 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

Re: [PATCH v9 2/2] Add PWM fan controller driver for LGM SoC

2020-08-21 Thread Andy Shevchenko
On Fri, Aug 21, 2020 at 05:32:11PM +0800, Rahul Tanwar wrote: > 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. ...

[PATCH v9 2/2] Add PWM fan controller driver for LGM SoC

2020-08-21 Thread Rahul Tanwar
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 --- drivers/pwm/Kconfig | 11 ++