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

2018-06-09 Thread Georgi Djakov
Hi Alexandre, On 8.06.18 г. 18:57, Alexandre Bailon wrote: > On 03/09/2018 10:09 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/pro

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

2018-06-08 Thread Alexandre Bailon
On 03/09/2018 10:09 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 buse

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

2018-06-06 Thread Evan Green
On Wed, Jun 6, 2018 at 11:09 AM Georgi Djakov wrote: > > Hi Evan, > > On 06/06/2018 05:59 PM, Georgi Djakov wrote: > >>> + > >>> +/** > >>> + * icc_node_create() - create a node > >>> + * @id: node id > >>> + * > >>> + * Return: icc_node pointer on success, or ERR_PTR() on error > >>> + */ > >>> +

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

2018-06-06 Thread Georgi Djakov
Hi Evan, On 06/06/2018 05:59 PM, Georgi Djakov wrote: >>> + >>> +/** >>> + * icc_node_create() - create a node >>> + * @id: node id >>> + * >>> + * Return: icc_node pointer on success, or ERR_PTR() on error >>> + */ >>> +struct icc_node *icc_node_create(int id) >>> +{ >>> + struct icc_node *

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

2018-06-06 Thread Georgi Djakov
Hi Amit, On 25.05.18 г. 11:26, Amit Kucheria wrote: > On Fri, Mar 9, 2018 at 11:09 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 consum

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

2018-06-06 Thread Georgi Djakov
Hi Evan, Thanks for the detailed review! On 12.05.18 г. 0:30, Evan Green wrote: > Hi Georgi, > > On Fri, Mar 9, 2018 at 1:12 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 curre

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

2018-05-25 Thread Amit Kucheria
On Fri, Mar 9, 2018 at 11:09 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 intercon

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

2018-05-11 Thread Evan Green
Hi Georgi, On Fri, Mar 9, 2018 at 1:12 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 > th

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

2018-04-12 Thread Georgi Djakov
Hi Matthias, On 04/06/2018 08:38 PM, Matthias Kaehlcke wrote: > On Fri, Mar 09, 2018 at 11:09:52PM +0200, 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

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

2018-04-06 Thread Matthias Kaehlcke
On Fri, Mar 09, 2018 at 11:09:52PM +0200, 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

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

2018-03-09 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