> On Fri, 07 Oct 2022, Richard Acayan wrote: > > Richard Acayan (3): > > dt-bindings: pinctrl: qcom: add sdm670 pinctrl > > pinctrl: qcom: do not reinitialize gpio valid mask > > pinctrl: qcom: add sdm670 pinctrl > > > > .../bindings/pinctrl/qcom,sdm670-tlmm.yaml | 127 ++ > > drivers/pinctrl/qcom/Kconfig | 9 + > > drivers/pinctrl/qcom/Makefile | 1 + > > drivers/pinctrl/qcom/pinctrl-msm.c | 3 +- > > drivers/pinctrl/qcom/pinctrl-sdm670.c | 1345 +++++++++++++++++ > > And I'm receiving this because ... ? You wrote a patch a few years ago, then supposedly changed your email, and I wanted to know if there's anything we should consider before removing some of the code you wrote for it (in patch 2). After I added you as a recipient, it got a review tag, so I don't know what input you can give now (unless it's important). My bad for not removing you yet. Link: https://lore.kernel.org/all/20190610084213.1052-3-lee.jones@xxxxxxxxxx/ > > > 5 files changed, 1483 insertions(+), 2 deletions(-) > > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sdm670-tlmm.yaml > > create mode 100644 drivers/pinctrl/qcom/pinctrl-sdm670.c > >