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

From: Trilok Soni
Date: Thu Mar 29 2018 - 20:31:59 EST


Hi Stanimir,

+/* Get the slice entry by index */
+static struct llcc_slice_desc *llcc_slice_get_entry(struct device *dev, int n)
drop this *slice* word from function names

Please note that we are activating/de-activating a "slice" of the LLCC and not a whole LLCC. "slice" makes perfect sense here since the granularity is at the "slice" level and not the complete LLCC.

--Trilok Soni