Re: [PATCH v5 2/2] drivers: soc: Add LLCC driver

2018-04-26 Thread Evan Green
Hi Rishabh, On Mon, Apr 23, 2018 at 4:11 PM Rishabh Bhatnagar wrote: > LLCC (Last Level Cache Controller) provides additional cache memory > in the system. LLCC is partitioned into multiple slices and each > slice gets its own priority, size, ID and other config parameters. > LLCC driver program

Re: [PATCH v5 2/2] drivers: soc: Add LLCC driver

2018-04-23 Thread Randy Dunlap
On 04/23/2018 04:09 PM, Rishabh Bhatnagar wrote: > diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig > index e050eb8..2b09321 100644 > --- a/drivers/soc/qcom/Kconfig > +++ b/drivers/soc/qcom/Kconfig > @@ -21,6 +21,23 @@ config QCOM_GSBI >functions for connecting the unde

[PATCH v5 2/2] drivers: soc: Add LLCC driver

2018-04-23 Thread Rishabh Bhatnagar
LLCC (Last Level Cache Controller) provides additional cache memory in the system. LLCC is partitioned into multiple slices and each slice gets its own priority, size, ID and other config parameters. LLCC driver programs these parameters for each slice. Clients that are assigned to use LLCC need to