Re: [PATCH 2/2] drivers: misc: add ripple counter driver

2021-03-01 Thread Rasmus Villemoes
On 28/02/2021 10.33, Andy Shevchenko wrote: > On Sun, Feb 28, 2021 at 11:29 AM Andy Shevchenko > wrote: >> >> On Sun, Feb 28, 2021 at 11:07 AM Andy Shevchenko >> wrote: >>> On Friday, February 26, 2021, Rasmus Villemoes >>> wrote: The only purpose of this driver is to serve as a consu

Re: [PATCH 2/2] drivers: misc: add ripple counter driver

2021-02-28 Thread Andy Shevchenko
On Sun, Feb 28, 2021 at 11:29 AM Andy Shevchenko wrote: > > On Sun, Feb 28, 2021 at 11:07 AM Andy Shevchenko > wrote: > > On Friday, February 26, 2021, Rasmus Villemoes > > wrote: > >> > >> The only purpose of this driver is to serve as a consumer of the input > >> clock, to prevent it from bei

Re: [PATCH 2/2] drivers: misc: add ripple counter driver

2021-02-28 Thread Andy Shevchenko
On Sun, Feb 28, 2021 at 11:07 AM Andy Shevchenko wrote: > On Friday, February 26, 2021, Rasmus Villemoes > wrote: >> >> The only purpose of this driver is to serve as a consumer of the input >> clock, to prevent it from being disabled by clk_disable_unused(). > > We have a clock API to do the sa

RE: [PATCH 2/2] drivers: misc: add ripple counter driver

2021-02-27 Thread Chen, Mike Ximing
> -Original Message- > From: Rasmus Villemoes > Sent: Friday, February 26, 2021 9:14 AM > To: Greg Kroah-Hartman ; Rob Herring > > Cc: devicet...@vger.kernel.org; linux-kernel@vger.kernel.org; Arnd Bergmann > ; linux-...@vger.kernel.org; Rasmus Villemoes > > Subject: [PATCH 2/2] drive