On Thu, Jul 04, 2019 at 10:57:06AM +0200, Marc Gonzalez wrote: > TSIF is the Transport Stream Interface. > First, rename tsif1 to tsif0, and tsif2 to tsif1. > Then squash all 5 tsif0 pins into a single function. > Same for tsif1. Doesn't this break backwards compatibility? If so, you should say so and say why that's okay for this platform. In any case, whether it's a problem or not is up to the platform maintainer(s). > > Signed-off-by: Marc Gonzalez <marc.w.gonzalez@xxxxxxx> > --- > Changes from v1: > - Reword commit message for clarity (hopefully) > - Drop unrelated change in qcom,msm8998-pinctrl.txt > - CC DT > --- > .../bindings/pinctrl/qcom,msm8998-pinctrl.txt | 5 +- Acked-by: Rob Herring <robh@xxxxxxxxxx> > drivers/pinctrl/qcom/pinctrl-msm8998.c | 76 +++++-------------- > 2 files changed, 20 insertions(+), 61 deletions(-)