Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-23 Thread Georgi Djakov
On 03/23/2017 03:21 AM, Michael Turquette wrote: Hi Georgi, Quoting Georgi Djakov (2017-03-01 10:22:34) diff --git a/Documentation/devicetree/bindings/interconnect/interconnect.txt b/Documentation/devicetree/bindings/interconnect/interconnect.txt new file mode 100644 index

Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-23 Thread Georgi Djakov
On 03/23/2017 03:21 AM, Michael Turquette wrote: Hi Georgi, Quoting Georgi Djakov (2017-03-01 10:22:34) diff --git a/Documentation/devicetree/bindings/interconnect/interconnect.txt b/Documentation/devicetree/bindings/interconnect/interconnect.txt new file mode 100644 index

Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-22 Thread Michael Turquette
Hi Georgi, Quoting Georgi Djakov (2017-03-01 10:22:34) > diff --git a/Documentation/devicetree/bindings/interconnect/interconnect.txt > b/Documentation/devicetree/bindings/interconnect/interconnect.txt > new file mode 100644 > index ..c62d86e4c52d > --- /dev/null > +++

Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-22 Thread Michael Turquette
Hi Georgi, Quoting Georgi Djakov (2017-03-01 10:22:34) > diff --git a/Documentation/devicetree/bindings/interconnect/interconnect.txt > b/Documentation/devicetree/bindings/interconnect/interconnect.txt > new file mode 100644 > index ..c62d86e4c52d > --- /dev/null > +++

Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-14 Thread Georgi Djakov
On 03/03/2017 04:07 AM, Saravana Kannan wrote: On 03/01/2017 10:22 AM, Georgi Djakov wrote: This patch introduce a new API to get the requirement and configure the interconnect buses across the entire chipset to fit with the current demand. [..] +int interconnect_set(struct

Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-14 Thread Georgi Djakov
On 03/03/2017 04:07 AM, Saravana Kannan wrote: On 03/01/2017 10:22 AM, Georgi Djakov wrote: This patch introduce a new API to get the requirement and configure the interconnect buses across the entire chipset to fit with the current demand. [..] +int interconnect_set(struct

Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-14 Thread Georgi Djakov
Hi Lucas, Thanks for the comments! On 03/09/2017 11:56 AM, Lucas Stach wrote: Am Mittwoch, den 01.03.2017, 20:22 +0200 schrieb Georgi Djakov: This patch introduce a new API to get the requirement and configure the interconnect buses across the entire chipset to fit with the current demand.

Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-14 Thread Georgi Djakov
Hi Lucas, Thanks for the comments! On 03/09/2017 11:56 AM, Lucas Stach wrote: Am Mittwoch, den 01.03.2017, 20:22 +0200 schrieb Georgi Djakov: This patch introduce a new API to get the requirement and configure the interconnect buses across the entire chipset to fit with the current demand.

Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-14 Thread Georgi Djakov
On 03/03/2017 12:53 AM, Randy Dunlap wrote: On 03/01/17 10:22, Georgi Djakov wrote: diff --git a/drivers/interconnect/Kconfig b/drivers/interconnect/Kconfig new file mode 100644 index ..103524b59905 --- /dev/null +++ b/drivers/interconnect/Kconfig @@ -0,0 +1,10 @@ +menuconfig

Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-14 Thread Georgi Djakov
On 03/03/2017 12:53 AM, Randy Dunlap wrote: On 03/01/17 10:22, Georgi Djakov wrote: diff --git a/drivers/interconnect/Kconfig b/drivers/interconnect/Kconfig new file mode 100644 index ..103524b59905 --- /dev/null +++ b/drivers/interconnect/Kconfig @@ -0,0 +1,10 @@ +menuconfig

Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-09 Thread Lucas Stach
Am Mittwoch, den 01.03.2017, 20:22 +0200 schrieb Georgi Djakov: > This patch introduce a new API to get the requirement 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 >

Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-09 Thread Lucas Stach
Am Mittwoch, den 01.03.2017, 20:22 +0200 schrieb Georgi Djakov: > This patch introduce a new API to get the requirement 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 >

Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-02 Thread Saravana Kannan
On 03/01/2017 10:22 AM, Georgi Djakov wrote: This patch introduce a new API to get the requirement 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

Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-02 Thread Saravana Kannan
On 03/01/2017 10:22 AM, Georgi Djakov wrote: This patch introduce a new API to get the requirement 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

Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-02 Thread Randy Dunlap
On 03/01/17 10:22, Georgi Djakov wrote: > > diff --git a/drivers/interconnect/Kconfig b/drivers/interconnect/Kconfig > new file mode 100644 > index ..103524b59905 > --- /dev/null > +++ b/drivers/interconnect/Kconfig > @@ -0,0 +1,10 @@ > +menuconfig INTERCONNECT > + bool "On-Chip

Re: [RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-02 Thread Randy Dunlap
On 03/01/17 10:22, Georgi Djakov wrote: > > diff --git a/drivers/interconnect/Kconfig b/drivers/interconnect/Kconfig > new file mode 100644 > index ..103524b59905 > --- /dev/null > +++ b/drivers/interconnect/Kconfig > @@ -0,0 +1,10 @@ > +menuconfig INTERCONNECT > + bool "On-Chip

[RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-01 Thread Georgi Djakov
This patch introduce a new API to get the requirement 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 controllers and the consumers could be various drivers.

[RFC v0 1/2] interconnect: Add generic interconnect controller API

2017-03-01 Thread Georgi Djakov
This patch introduce a new API to get the requirement 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 controllers and the consumers could be various drivers.