Re: [PATCH 1/8] clk: Add range accessors

2021-03-17 Thread Maxime Ripard
On Tue, Mar 16, 2021 at 06:06:40PM -0700, Stephen Boyd wrote: > Quoting Maxime Ripard (2021-03-03 00:45:27) > > Hi Stephen, > > > > On Tue, Mar 02, 2021 at 03:18:58PM -0800, Stephen Boyd wrote: > > > Quoting Maxime Ripard (2021-02-25 07:59:02) > > > > Some devices might need to access the current

Re: [PATCH 1/8] clk: Add range accessors

2021-03-16 Thread Stephen Boyd
Quoting Maxime Ripard (2021-03-03 00:45:27) > Hi Stephen, > > On Tue, Mar 02, 2021 at 03:18:58PM -0800, Stephen Boyd wrote: > > Quoting Maxime Ripard (2021-02-25 07:59:02) > > > Some devices might need to access the current available range of a clock > > > to discover their capabilities. Let's add

Re: [PATCH 1/8] clk: Add range accessors

2021-03-03 Thread Maxime Ripard
Hi Stephen, On Tue, Mar 02, 2021 at 03:18:58PM -0800, Stephen Boyd wrote: > Quoting Maxime Ripard (2021-02-25 07:59:02) > > Some devices might need to access the current available range of a clock > > to discover their capabilities. Let's add those accessors. > > This needs more than two sentence

Re: [PATCH 1/8] clk: Add range accessors

2021-03-02 Thread Stephen Boyd
Quoting Maxime Ripard (2021-02-25 07:59:02) > Some devices might need to access the current available range of a clock > to discover their capabilities. Let's add those accessors. This needs more than two sentences to describe what's required. > > Signed-off-by: Maxime Ripard > --- > drivers/c

[PATCH 1/8] clk: Add range accessors

2021-02-25 Thread Maxime Ripard
Some devices might need to access the current available range of a clock to discover their capabilities. Let's add those accessors. Signed-off-by: Maxime Ripard --- drivers/clk/clk.c | 30 ++ include/linux/clk.h | 16 2 files changed, 46 insertions(