Re: [PATCH v6 4/4] pinctrl: qcom: Add SDX75 pincontrol driver

From: Rohit Agarwal
Date: Wed May 10 2023 - 10:36:11 EST



On 5/10/2023 8:04 PM, Andy Shevchenko wrote:
On Wed, May 10, 2023 at 5:31 PM Rohit Agarwal <quic_rohiagar@xxxxxxxxxxx> wrote:
On 5/10/2023 7:49 PM, andy.shevchenko@xxxxxxxxx wrote:
Wed, May 10, 2023 at 05:08:45PM +0530, Rohit Agarwal kirjoitti:
...

+#define FUNCTION(n) \
+ [msm_mux_##n] = { \
+ .func = PINCTRL_PINFUNCTION(#n, \
+ n##_groups, \
+ ARRAY_SIZE(n##_groups)) \
+ }
But don't you now have MSM_PIN_FUNCTION() macro?
So Sorry, a mistake from my end. Will immediately update.
Don't forget to collect my tags for the other patches.
Yes Sure.

Thanks,
Rohit