Re: [PATCH v7 8/8] interconnect: Allow endpoints translation via DT

2018-08-09 Thread Georgi Djakov
Hi Saravana, On 08/02/2018 10:12 PM, skan...@codeaurora.org wrote: > On 2018-08-02 05:07, Georgi Djakov wrote: >> Hi Saravana, >> >> On 08/02/2018 01:57 AM, skan...@codeaurora.org wrote: >>> On 2018-07-31 09:13, Georgi Djakov wrote: Currently we support only platform data for specifying the i

Re: [PATCH v7 8/8] interconnect: Allow endpoints translation via DT

2018-08-03 Thread Evan Green
On Tue, Jul 31, 2018 at 9:13 AM Georgi Djakov wrote: > > Currently we support only platform data for specifying the interconnect > endpoints. As now the endpoints are hard-coded into the consumer driver > this may lead to complications when a single driver is used by multiple > SoCs, which may hav

Re: [PATCH v7 8/8] interconnect: Allow endpoints translation via DT

2018-08-02 Thread skannan
On 2018-08-02 05:07, Georgi Djakov wrote: Hi Saravana, On 08/02/2018 01:57 AM, skan...@codeaurora.org wrote: On 2018-07-31 09:13, Georgi Djakov wrote: Currently we support only platform data for specifying the interconnect endpoints. As now the endpoints are hard-coded into the consumer drive

Re: [PATCH v7 8/8] interconnect: Allow endpoints translation via DT

2018-08-02 Thread Georgi Djakov
Hi Saravana, On 08/02/2018 01:57 AM, skan...@codeaurora.org wrote: > On 2018-07-31 09:13, Georgi Djakov wrote: >> Currently we support only platform data for specifying the interconnect >> endpoints. As now the endpoints are hard-coded into the consumer driver >> this may lead to complications whe

Re: [PATCH v7 8/8] interconnect: Allow endpoints translation via DT

2018-08-01 Thread skannan
On 2018-07-31 09:13, Georgi Djakov wrote: Currently we support only platform data for specifying the interconnect endpoints. As now the endpoints are hard-coded into the consumer driver this may lead to complications when a single driver is used by multiple SoCs, which may have different intercon

[PATCH v7 8/8] interconnect: Allow endpoints translation via DT

2018-07-31 Thread Georgi Djakov
Currently we support only platform data for specifying the interconnect endpoints. As now the endpoints are hard-coded into the consumer driver this may lead to complications when a single driver is used by multiple SoCs, which may have different interconnect topology. To avoid cluttering the consu