On Mon, Aug 03, 2020 at 04:50:31PM +0300, Andy Shevchenko wrote:
On Mon, Aug 03, 2020 at 03:33:18PM +0300, Mika Westerberg wrote:
quoted
On Wed, Jul 29, 2020 at 02:57:06PM +0300, Andy Shevchenko wrote:
quoted
intel_pinctrl_get_soc_data() helper can be used in few driver instead of
open-coded variants. Thus, extract it as a standalone API.
...
quoted
quoted
+const struct intel_pinctrl_soc_data *intel_pinctrl_get_soc_data(struct platform_device *pdev)
Can we make this take const parameter as well?
You mean
const struct intel_pinctrl_soc_data *
intel_pinctrl_get_soc_data(const struct platform_device *pdev)
?
Yes, exactly.
Sure, I can do it for v2.
Thanks!