Re: [PATCH 0/2] clk: Implement a clock request API

2021-06-16 Thread Maxime Ripard
Hi Stephen, Mike, On Mon, May 24, 2021 at 02:48:11PM +0200, Maxime Ripard wrote: > Hi Stephen, Mike, > > On Mon, May 03, 2021 at 10:32:21AM +0200, Maxime Ripard wrote: > > Hi Stephen, > > > > On Fri, Apr 30, 2021 at 01:59:39PM -0700, Stephen Boyd wrote: > > > Quoting Maxime Ripard (2021-04-13 03

Re: [PATCH 0/2] clk: Implement a clock request API

2021-05-24 Thread Maxime Ripard
Hi Stephen, Mike, On Mon, May 03, 2021 at 10:32:21AM +0200, Maxime Ripard wrote: > Hi Stephen, > > On Fri, Apr 30, 2021 at 01:59:39PM -0700, Stephen Boyd wrote: > > Quoting Maxime Ripard (2021-04-13 03:13:18) > > > Hi, > > > > > > This is a follow-up of the discussion here: > > > https://lore.ke

Re: [PATCH 0/2] clk: Implement a clock request API

2021-05-03 Thread Maxime Ripard
Hi Stephen, On Fri, Apr 30, 2021 at 01:59:39PM -0700, Stephen Boyd wrote: > Quoting Maxime Ripard (2021-04-13 03:13:18) > > Hi, > > > > This is a follow-up of the discussion here: > > https://lore.kernel.org/linux-clk/20210319150355.xzw7ikwdaga2dwhv@gilmour/ > > > > This implements a mechanism t

Re: [PATCH 0/2] clk: Implement a clock request API

2021-04-30 Thread Stephen Boyd
Quoting Maxime Ripard (2021-04-13 03:13:18) > Hi, > > This is a follow-up of the discussion here: > https://lore.kernel.org/linux-clk/20210319150355.xzw7ikwdaga2dwhv@gilmour/ > > This implements a mechanism to raise and lower clock rates based on consumer > workloads, with an example of such an i

Re: [PATCH 0/2] clk: Implement a clock request API

2021-04-30 Thread Maxime Ripard
Hi Mike, Stephen, On Tue, Apr 13, 2021 at 12:13:18PM +0200, Maxime Ripard wrote: > Hi, > > This is a follow-up of the discussion here: > https://lore.kernel.org/linux-clk/20210319150355.xzw7ikwdaga2dwhv@gilmour/ > > This implements a mechanism to raise and lower clock rates based on consumer > w

[PATCH 0/2] clk: Implement a clock request API

2021-04-13 Thread Maxime Ripard
Hi, This is a follow-up of the discussion here: https://lore.kernel.org/linux-clk/20210319150355.xzw7ikwdaga2dwhv@gilmour/ This implements a mechanism to raise and lower clock rates based on consumer workloads, with an example of such an implementation for the RaspberryPi4 HDMI controller. There