Re: [PATCH 2/3] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver

2019-06-07 Thread Jeffrey Hugo
On Fri, Jun 7, 2019 at 2:32 PM Stephen Boyd wrote: > > Quoting Jeffrey Hugo (2019-06-07 07:08:46) > > > > As you well know, XO is the root clock for pretty much everything on > > Qualcomm platforms. We are trying to do things "properly" on 8998. > > We are planning on having rpmcc manage it (see

Re: [PATCH 2/3] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver

2019-06-07 Thread Stephen Boyd
Quoting Jeffrey Hugo (2019-06-07 07:08:46) > > As you well know, XO is the root clock for pretty much everything on > Qualcomm platforms. We are trying to do things "properly" on 8998. > We are planning on having rpmcc manage it (see my other series), and I don't have the rpmcc series in my

Re: [PATCH 2/3] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver

2019-06-07 Thread Jeffrey Hugo
On Thu, Jun 6, 2019 at 5:00 PM Stephen Boyd wrote: > > Quoting Jeffrey Hugo (2019-05-28 09:48:03) > > diff --git a/drivers/clk/qcom/gpucc-msm8998.c > > b/drivers/clk/qcom/gpucc-msm8998.c > > new file mode 100644 > > index ..e45062e40718 > > --- /dev/null > > +++

Re: [PATCH 2/3] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver

2019-06-06 Thread Stephen Boyd
Quoting Jeffrey Hugo (2019-05-28 09:48:03) > diff --git a/drivers/clk/qcom/gpucc-msm8998.c > b/drivers/clk/qcom/gpucc-msm8998.c > new file mode 100644 > index ..e45062e40718 > --- /dev/null > +++ b/drivers/clk/qcom/gpucc-msm8998.c > + > +static int gpucc_msm8998_probe(struct

[PATCH 2/3] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver

2019-05-28 Thread Jeffrey Hugo
The GPUCC manages the clocks for the Adreno GPU found on MSM8998. Signed-off-by: Jeffrey Hugo --- drivers/clk/qcom/Kconfig | 8 + drivers/clk/qcom/Makefile| 1 + drivers/clk/qcom/gpucc-msm8998.c | 364 +++ 3 files changed, 373 insertions(+)