Re: [PATCH v2 0/2] Cleanup Mediatek pinctrl device tree binding

From: Alexandre Mergnat
Date: Tue Apr 04 2023 - 12:47:58 EST


Hi Linus,

On 04/04/2023 15:56, Linus Walleij wrote:
On Fri, Mar 31, 2023 at 7:39 PM Alexandre Mergnat <amergnat@xxxxxxxxxxxx> wrote:

Deprecate properties which shall not exist, leaked upstream from downstream
kernels, there's no reason to use them. Here the deprecated properties and
the generic properties which will replace them:

- mediatek,drive-strength-adv => drive-strength-microamp
- mediatek,pull-up-adv => bias-pull-up
- mediatek,pull-down-adv => bias-pull-down

Thanks AngeloGioacchino Del Regno to reported it. [1]

[1]: https://lore.kernel.org/all/6e08d78f-ef4c-b228-f7d2-d63767ea87b8@xxxxxxxxxxxxx/

Signed-off-by: Alexandre Mergnat <amergnat@xxxxxxxxxxxx>
---
Changes in v2:
- Change the bias-pull enum values to match with other Mediatek SoC.
That allows to use MTK generic define and be compliant with the MTK
common pinctrl driver.
- Link to v1: https://lore.kernel.org/r/20230327-cleanup-pinctrl-binding-v1-0-b695e32e4f2e@xxxxxxxxxxxx
These patches does not apply to my devel branch:
https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/log/?h=devel

Can you please rebase and resend?

If you have several conflicting patches that need to be applied to the
pinctrl tree, then collect them all in a series so I can apply them all
at once. Thanks!

It's done here: https://lore.kernel.org/all/20230327-cleanup-pinctrl-binding-v3-0-6f56d5c7a8de@xxxxxxxxxxxx/

I also added the patch which modify the pinctrl from the other serie:
https://lore.kernel.org/all/CACRpkdYSpMD-V0QNGwtiKCA4KAedYfmFpvdCHWhjST9uTricTg@xxxxxxxxxxxxxx/


Regards,
Alex