Message ID | 1683718725-14869-1-git-send-email-quic_rohiagar@quicinc.com |
---|---|
Headers | show |
Series | Add pinctrl support for SDX75 | expand |
On Wed, May 10, 2023 at 3:16 PM Rohit Agarwal <quic_rohiagar@quicinc.com> wrote: > On 5/10/2023 5:08 PM, Rohit Agarwal wrote: > Patch 2/4 didnt go through in the mailing list linux-arm-msm because of > char length. > BOUNCE linux-arm-msm@vger.kernel.org: Message too long (>100000 chars) > > Here is the link for it. > https://lore.kernel.org/all/1683718725-14869-3-git-send-email-quic_rohiagar@quicinc.com/ > Please suggest if this patch needs to be broken down. Since lore.kernel.org has it, I think nothing additional needs to be done. `b4` tool will take it from the archive.
On 10/05/2023 16:02, Andy Shevchenko wrote: > On Wed, May 10, 2023 at 3:16 PM Rohit Agarwal <quic_rohiagar@quicinc.com> wrote: >> On 5/10/2023 5:08 PM, Rohit Agarwal wrote: > >> Patch 2/4 didnt go through in the mailing list linux-arm-msm because of >> char length. >> BOUNCE linux-arm-msm@vger.kernel.org: Message too long (>100000 chars) >> >> Here is the link for it. >> https://lore.kernel.org/all/1683718725-14869-3-git-send-email-quic_rohiagar@quicinc.com/ >> Please suggest if this patch needs to be broken down. > > Since lore.kernel.org has it, I think nothing additional needs to be done. > `b4` tool will take it from the archive. Patchwork does not take from b4, but msm list, so this won't be applied by Bjorn. I would suggest either pinging him to notice it or splitting the patch a bit. Best regards, Krzysztof
On Wed, May 10, 2023 at 5:31 PM Rohit Agarwal <quic_rohiagar@quicinc.com> wrote: > On 5/10/2023 7:49 PM, andy.shevchenko@gmail.com 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.