Re: [PATCH 2/2] soc: qcom: llcc-plat: Make the driver more generic

2019-07-12 Thread Vivek Gautam
Hi Bjorn, Thanks for the review. On Thu, Jul 11, 2019 at 9:29 PM Bjorn Andersson wrote: > > On Thu 11 Jul 04:03 PDT 2019, Vivek Gautam wrote: > > > - Remove 'sdm845' from names, and use 'plat' instead. > > - Move SCT_ENTRY macro to header file. > > - Create a new config structure to asssign to

Re: [PATCH 2/2] soc: qcom: llcc-plat: Make the driver more generic

2019-07-11 Thread Bjorn Andersson
On Thu 11 Jul 04:03 PDT 2019, Vivek Gautam wrote: > - Remove 'sdm845' from names, and use 'plat' instead. > - Move SCT_ENTRY macro to header file. > - Create a new config structure to asssign to of-match-data. > I interpret the intention of these two patches as that you want to add some new plat

[PATCH 2/2] soc: qcom: llcc-plat: Make the driver more generic

2019-07-11 Thread Vivek Gautam
- Remove 'sdm845' from names, and use 'plat' instead. - Move SCT_ENTRY macro to header file. - Create a new config structure to asssign to of-match-data. Signed-off-by: Vivek Gautam --- drivers/soc/qcom/llcc-plat.c | 77 -- include/linux/soc/qcom/llcc-qc