Re: [PATCH v10 1/7] interconnect: Add generic on-chip interconnect API

2018-12-07 Thread Georgi Djakov
Hi Rob, On 12/5/18 18:16, Rob Herring wrote: > On Tue, Nov 27, 2018 at 12:03 PM Georgi Djakov > wrote: >> >> This patch introduces a new API to get requirements and configure the >> interconnect buses across the entire chipset to fit with the current >> demand. >> >> The API is using a

Re: [PATCH v10 1/7] interconnect: Add generic on-chip interconnect API

2018-12-07 Thread Georgi Djakov
Hi Rob, On 12/5/18 18:16, Rob Herring wrote: > On Tue, Nov 27, 2018 at 12:03 PM Georgi Djakov > wrote: >> >> This patch introduces a new API to get requirements and configure the >> interconnect buses across the entire chipset to fit with the current >> demand. >> >> The API is using a

Re: [PATCH v10 1/7] interconnect: Add generic on-chip interconnect API

2018-12-05 Thread Rob Herring
On Tue, Nov 27, 2018 at 12:03 PM Georgi Djakov wrote: > > This patch introduces a new API to get requirements and configure the > interconnect buses across the entire chipset to fit with the current > demand. > > The API is using a consumer/provider-based model, where the providers are > the

Re: [PATCH v10 1/7] interconnect: Add generic on-chip interconnect API

2018-12-05 Thread Rob Herring
On Tue, Nov 27, 2018 at 12:03 PM Georgi Djakov wrote: > > This patch introduces a new API to get requirements and configure the > interconnect buses across the entire chipset to fit with the current > demand. > > The API is using a consumer/provider-based model, where the providers are > the

Re: [PATCH v10 1/7] interconnect: Add generic on-chip interconnect API

2018-12-05 Thread Georgi Djakov
Hi Evan, On 12/1/18 02:38, Evan Green wrote: > On Tue, Nov 27, 2018 at 10:03 AM Georgi Djakov > wrote: >> >> This patch introduces a new API to get requirements and configure the >> interconnect buses across the entire chipset to fit with the current >> demand. >> >> The API is using a

Re: [PATCH v10 1/7] interconnect: Add generic on-chip interconnect API

2018-12-05 Thread Georgi Djakov
Hi Evan, On 12/1/18 02:38, Evan Green wrote: > On Tue, Nov 27, 2018 at 10:03 AM Georgi Djakov > wrote: >> >> This patch introduces a new API to get requirements and configure the >> interconnect buses across the entire chipset to fit with the current >> demand. >> >> The API is using a

Re: [PATCH v10 1/7] interconnect: Add generic on-chip interconnect API

2018-11-30 Thread Evan Green
On Tue, Nov 27, 2018 at 10:03 AM Georgi Djakov wrote: > > This patch introduces a new API to get requirements and configure the > interconnect buses across the entire chipset to fit with the current > demand. > > The API is using a consumer/provider-based model, where the providers are > the

Re: [PATCH v10 1/7] interconnect: Add generic on-chip interconnect API

2018-11-30 Thread Evan Green
On Tue, Nov 27, 2018 at 10:03 AM Georgi Djakov wrote: > > This patch introduces a new API to get requirements and configure the > interconnect buses across the entire chipset to fit with the current > demand. > > The API is using a consumer/provider-based model, where the providers are > the

Re: [PATCH v10 1/7] interconnect: Add generic on-chip interconnect API

2018-11-28 Thread Georgi Djakov
Hi Joe, On 11/27/18 20:35, Joe Perches wrote: On Tue, 2018-11-27 at 20:03 +0200, Georgi Djakov wrote: This patch introduces a new API to get requirements and configure the interconnect buses across the entire chipset to fit with the current demand. trivial notes: diff --git

Re: [PATCH v10 1/7] interconnect: Add generic on-chip interconnect API

2018-11-28 Thread Georgi Djakov
Hi Joe, On 11/27/18 20:35, Joe Perches wrote: On Tue, 2018-11-27 at 20:03 +0200, Georgi Djakov wrote: This patch introduces a new API to get requirements and configure the interconnect buses across the entire chipset to fit with the current demand. trivial notes: diff --git

Re: [PATCH v10 1/7] interconnect: Add generic on-chip interconnect API

2018-11-27 Thread Joe Perches
On Tue, 2018-11-27 at 20:03 +0200, Georgi Djakov wrote: > This patch introduces a new API to get requirements and configure the > interconnect buses across the entire chipset to fit with the current > demand. trivial notes: > diff --git a/drivers/interconnect/core.c b/drivers/interconnect/core.c

Re: [PATCH v10 1/7] interconnect: Add generic on-chip interconnect API

2018-11-27 Thread Joe Perches
On Tue, 2018-11-27 at 20:03 +0200, Georgi Djakov wrote: > This patch introduces a new API to get requirements and configure the > interconnect buses across the entire chipset to fit with the current > demand. trivial notes: > diff --git a/drivers/interconnect/core.c b/drivers/interconnect/core.c

[PATCH v10 1/7] interconnect: Add generic on-chip interconnect API

2018-11-27 Thread Georgi Djakov
This patch introduces a new API to get requirements and configure the interconnect buses across the entire chipset to fit with the current demand. The API is using a consumer/provider-based model, where the providers are the interconnect buses and the consumers could be various drivers. The

[PATCH v10 1/7] interconnect: Add generic on-chip interconnect API

2018-11-27 Thread Georgi Djakov
This patch introduces a new API to get requirements and configure the interconnect buses across the entire chipset to fit with the current demand. The API is using a consumer/provider-based model, where the providers are the interconnect buses and the consumers could be various drivers. The