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

2020-08-24 Thread Andy Shevchenko
On Mon, Aug 24, 2020 at 05:36:47PM +0800, Tanwar, Rahul wrote: > On 24/8/2020 4:17 pm, Andy Shevchenko wrote: > > On Mon, Aug 24, 2020 at 11:36:37AM +0800, Rahul Tanwar wrote: ... > >> + ret = reset_control_deassert(pc->rst); > >> + if (ret) { > >> + if (ret != -EPROBE_DEFER) > >> +

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

2020-08-24 Thread Tanwar, Rahul
Hi Andy, On 24/8/2020 4:17 pm, Andy Shevchenko wrote: > On Mon, Aug 24, 2020 at 11:36:37AM +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 v10 2/2] Add PWM fan controller driver for LGM SoC

2020-08-24 Thread Andy Shevchenko
On Mon, Aug 24, 2020 at 11:36:37AM +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 v10 2/2] Add PWM fan controller driver for LGM SoC

2020-08-23 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 ++