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