Re: [PATCH v4 01/14] soc: qcom: Separate kryo l2 accessors from PMU driver

2018-04-01 Thread Bjorn Andersson
On Thu 29 Mar 14:26 PDT 2018, Ilia Lin wrote: > diff --git a/drivers/soc/qcom/kryo-l2-accessors.c > b/drivers/soc/qcom/kryo-l2-accessors.c > new file mode 100644 > index 000..b0356c2 > --- /dev/null > +++ b/drivers/soc/qcom/kryo-l2-accessors.c > @@ -0,0 +1,66 @@ > +/* > + * Copyright (c)

Re: [PATCH v4 01/14] soc: qcom: Separate kryo l2 accessors from PMU driver

2018-04-01 Thread Bjorn Andersson
On Thu 29 Mar 14:26 PDT 2018, Ilia Lin wrote: > diff --git a/drivers/soc/qcom/kryo-l2-accessors.c > b/drivers/soc/qcom/kryo-l2-accessors.c > new file mode 100644 > index 000..b0356c2 > --- /dev/null > +++ b/drivers/soc/qcom/kryo-l2-accessors.c > @@ -0,0 +1,66 @@ > +/* > + * Copyright (c)

Re: [PATCH v4 01/14] soc: qcom: Separate kryo l2 accessors from PMU driver

2018-03-30 Thread kbuild test robot
Hi Ilia, Thank you for the patch! Yet something to improve: [auto build test ERROR on clk/clk-next] [also build test ERROR on v4.16-rc7 next-20180329] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v4 01/14] soc: qcom: Separate kryo l2 accessors from PMU driver

2018-03-30 Thread kbuild test robot
Hi Ilia, Thank you for the patch! Yet something to improve: [auto build test ERROR on clk/clk-next] [also build test ERROR on v4.16-rc7 next-20180329] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v4 01/14] soc: qcom: Separate kryo l2 accessors from PMU driver

2018-03-29 Thread Ilia Lin
The driver provides kernel level API for other drivers to access the MSM8996 L2 cache registers. Separating the L2 access code from the PMU driver and making it public to allow other drivers use it. The accesses must be separated with a single spinlock, maintained in this driver. Signed-off-by:

[PATCH v4 01/14] soc: qcom: Separate kryo l2 accessors from PMU driver

2018-03-29 Thread Ilia Lin
The driver provides kernel level API for other drivers to access the MSM8996 L2 cache registers. Separating the L2 access code from the PMU driver and making it public to allow other drivers use it. The accesses must be separated with a single spinlock, maintained in this driver. Signed-off-by: