Re: [RESEND PATCH] amba: Allow pclk to be controlled by power domain

2019-02-20 Thread Ulf Hansson
On Tue, 19 Feb 2019 at 07:43, Bjorn Andersson wrote: > > On Tue 05 Feb 06:58 PST 2019, Ulf Hansson wrote: > > > On Thu, 31 Jan 2019 at 03:01, Bjorn Andersson > > wrote: > > > > > > On the Qualcomm SDM845 platform the apb_pclk is controlled as part of > > > the QDSS power/clock domain. Handle this

Re: [RESEND PATCH] amba: Allow pclk to be controlled by power domain

2019-02-18 Thread Bjorn Andersson
On Tue 05 Feb 06:58 PST 2019, Ulf Hansson wrote: > On Thu, 31 Jan 2019 at 03:01, Bjorn Andersson > wrote: > > > > On the Qualcomm SDM845 platform the apb_pclk is controlled as part of > > the QDSS power/clock domain. Handle this by allowing amba to operate > > without direct apb_pclk control, whe

Re: [RESEND PATCH] amba: Allow pclk to be controlled by power domain

2019-02-05 Thread Ulf Hansson
On Thu, 31 Jan 2019 at 03:01, Bjorn Andersson wrote: > > On the Qualcomm SDM845 platform the apb_pclk is controlled as part of > the QDSS power/clock domain. Handle this by allowing amba to operate > without direct apb_pclk control, when a powerdomain is attached and no > clock is described. > > S

Re: [RESEND PATCH] amba: Allow pclk to be controlled by power domain

2019-01-31 Thread Sai Prakash Ranjan
On 1/31/2019 7:31 AM, Bjorn Andersson wrote: On the Qualcomm SDM845 platform the apb_pclk is controlled as part of the QDSS power/clock domain. Handle this by allowing amba to operate without direct apb_pclk control, when a powerdomain is attached and no clock is described. Signed-off-by: Bjorn

[RESEND PATCH] amba: Allow pclk to be controlled by power domain

2019-01-30 Thread Bjorn Andersson
On the Qualcomm SDM845 platform the apb_pclk is controlled as part of the QDSS power/clock domain. Handle this by allowing amba to operate without direct apb_pclk control, when a powerdomain is attached and no clock is described. Signed-off-by: Bjorn Andersson --- Resending this separate from th