Re: [PATCH] soc: qcom: llcc: Name regmaps to avoid collisions

2019-10-08 Thread Stephen Boyd
Quoting Evan Green (2019-10-07 14:20:47) > On Fri, Oct 4, 2019 at 4:31 PM Stephen Boyd wrote: > > > > We'll end up with debugfs collisions if we don't give names to the > > regmaps created inside this driver. Copy the template config over into > > this function and give the regmap the same name as

Re: [PATCH] soc: qcom: llcc: Name regmaps to avoid collisions

2019-10-07 Thread Evan Green
On Fri, Oct 4, 2019 at 4:31 PM Stephen Boyd wrote: > > We'll end up with debugfs collisions if we don't give names to the > regmaps created inside this driver. Copy the template config over into > this function and give the regmap the same name as the resource name. > > Fixes: 7f9c136216c7 ("soc:

[PATCH] soc: qcom: llcc: Name regmaps to avoid collisions

2019-10-04 Thread Stephen Boyd
We'll end up with debugfs collisions if we don't give names to the regmaps created inside this driver. Copy the template config over into this function and give the regmap the same name as the resource name. Fixes: 7f9c136216c7 ("soc: qcom: Add broadcast base for Last Level Cache Controller (LLCC