Re: [PATCH v3 1/3] interconnect: Add generic on-chip interconnect API

2017-12-19 Thread Rob Clark
On Fri, Sep 8, 2017 at 1:18 PM, Georgi Djakov wrote: > This patch introduce 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 interconnec

Re: [PATCH v3 1/3] interconnect: Add generic on-chip interconnect API

2017-12-12 Thread Georgi Djakov
Hi Amit, On 12/08/2017 08:38 PM, Amit Kucheria wrote: > On Fri, Sep 8, 2017 at 10:48 PM, Georgi Djakov > wrote: >> This patch introduce 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 consume

Re: [PATCH v3 1/3] interconnect: Add generic on-chip interconnect API

2017-12-08 Thread Amit Kucheria
On Fri, Sep 8, 2017 at 10:48 PM, Georgi Djakov wrote: > This patch introduce 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 interconne

Re: [PATCH v3 1/3] interconnect: Add generic on-chip interconnect API

2017-11-02 Thread Georgi Djakov
Hi Amit, On 11/02/2017 09:28 AM, Amit Kucheria wrote: [..>> +Interconnect node is the software definition of the interconnect hardware >> +port. Each interconnect provider consists of multiple interconnect nodes, >> +which are connected to other SoC components including other interconnect >> +prov

Re: [PATCH v3 1/3] interconnect: Add generic on-chip interconnect API

2017-11-02 Thread Amit Kucheria
On Fri, Sep 8, 2017 at 10:48 PM, Georgi Djakov wrote: > This patch introduce 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 interconne

Re: [PATCH v3 1/3] interconnect: Add generic on-chip interconnect API

2017-10-22 Thread Michael Turquette
Hi all, On Fri, Oct 20, 2017 at 3:34 PM, Bjorn Andersson wrote: > On Fri 20 Oct 07:43 PDT 2017, Georgi Djakov wrote: > >> Hi, >> >> On 09/08/2017 08:18 PM, Georgi Djakov wrote: >> > This patch introduce a new API to get requirements and configure the >> > interconnect buses across the entire chip

Re: [PATCH v3 1/3] interconnect: Add generic on-chip interconnect API

2017-10-20 Thread Bjorn Andersson
On Fri 20 Oct 07:43 PDT 2017, Georgi Djakov wrote: > Hi, > > On 09/08/2017 08:18 PM, Georgi Djakov wrote: > > This patch introduce 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/

Re: [PATCH v3 1/3] interconnect: Add generic on-chip interconnect API

2017-10-20 Thread Georgi Djakov
Hi, On 09/08/2017 08:18 PM, Georgi Djakov wrote: > This patch introduce 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 b

[PATCH v3 1/3] interconnect: Add generic on-chip interconnect API

2017-09-08 Thread Georgi Djakov
This patch introduce 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 consume