From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85457C7618F for ; Mon, 22 Jul 2019 23:53:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 584BF2070B for ; Mon, 22 Jul 2019 23:53:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563839583; bh=LiYRmjpXu1r5SqbbC3gVeK7ISDTgOVD4xjQprFLejSQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=gSM/hbZSWwlTUyfKAq9qx9g8zfeH+iCIMAKggo/4VAH2F/QvQwqcN/5f73P/Gc5pZ fJchH9rBCFR5IImSFLKmF3wuvETSe2i4+qYmTU2l+K6IfNmhlfAk8ZgS2YiqmEc/an 5WIdhHWGfupUUZWxx1l/suAQlqYcu1jp2IGBsqyI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730968AbfGVXxC (ORCPT ); Mon, 22 Jul 2019 19:53:02 -0400 Received: from mail-io1-f68.google.com ([209.85.166.68]:36218 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730598AbfGVXxC (ORCPT ); Mon, 22 Jul 2019 19:53:02 -0400 Received: by mail-io1-f68.google.com with SMTP id o9so77985029iom.3; Mon, 22 Jul 2019 16:53:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=HaUvZHRPCOC2S8HOXJy0x3pda31cOo40y2gnBhVmOj4=; b=LjQ+VKbwGJ+tG1ibBwpd19UKa//pbbbToV8tpBCaKvoKLcpugReskAhDaRGT7jbrRS Gxa8WVAb1aHm1jYOD4pFIrsm7JUFIU69NDGCU/UGYIyJRiaV0lC7lHGi5OKrXz/+eaOu 7WFVzVIv6qkDhJZq25aVZPpFxuCLnF4bpA3GFSbr7w505l1jHii0WLfPrGm4P2/VxQ1t 02I6oFCY09GC3/YqMwNFicjtr7eB0VbtJXhMJg+9DEPB/2WPLVdQmkVS4xlwLmtSHPzN cdHgv1G3hCzbrGmk58cMkW3iJG6029ZM4ag6cM1H7H5W0ArW971nMqX4zRf6n66aJ64U 5I6g== X-Gm-Message-State: APjAAAXmK2nvZMaAyTkpggfh0bD363hmlAnq/l8s5pN6Et6nJOxOZYyL 3fZXOrWcuYK73RQ51nytuw== X-Google-Smtp-Source: APXvYqxzZ6w7VsTX+lZvTdQtthtWohq+ukDLYC7IcHxx2PzdPFkCaSWEUxCSOKgJMJvjZ9AO2AlA9g== X-Received: by 2002:a5e:a710:: with SMTP id b16mr72912914iod.38.1563839581403; Mon, 22 Jul 2019 16:53:01 -0700 (PDT) Received: from localhost ([64.188.179.254]) by smtp.gmail.com with ESMTPSA id y18sm41470824iob.64.2019.07.22.16.53.00 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 22 Jul 2019 16:53:00 -0700 (PDT) Date: Mon, 22 Jul 2019 17:53:00 -0600 From: Rob Herring To: Marc Gonzalez Cc: Bjorn Andersson , Jonathan =?iso-8859-1?Q?Neusch=E4fer?= , Jeffrey Hugo , Linus Walleij , MSM , Linux ARM , gpio , DT Subject: Re: [PATCH v2] pinctrl: msm8998: Squash TSIF pins together Message-ID: <20190722235300.GA24879@bogus> References: <503b2ae8-ead6-70cd-7b21-ce5f5166a23a@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <503b2ae8-ead6-70cd-7b21-ce5f5166a23a@free.fr> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org 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 > --- > 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 > drivers/pinctrl/qcom/pinctrl-msm8998.c | 76 +++++-------------- > 2 files changed, 20 insertions(+), 61 deletions(-)