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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 52317C4332F for ; Tue, 12 Oct 2021 23:59:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 13F8060F92 for ; Tue, 12 Oct 2021 23:59:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234294AbhJMABv (ORCPT ); Tue, 12 Oct 2021 20:01:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48966 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233903AbhJMABu (ORCPT ); Tue, 12 Oct 2021 20:01:50 -0400 Received: from mail-ed1-x52c.google.com (mail-ed1-x52c.google.com [IPv6:2a00:1450:4864:20::52c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F1067C061746 for ; Tue, 12 Oct 2021 16:59:47 -0700 (PDT) Received: by mail-ed1-x52c.google.com with SMTP id a25so2592748edx.8 for ; Tue, 12 Oct 2021 16:59:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=pA/RLR0KfHQo0D8Z/6AcxihH5fdEamebhyEqoCoH4js=; b=NgLAwMaGbmUpS08qwcfFBxXGk97MvrDJzl+Zy9GxbMz2FgHsuLSjIoLw29SgHz0bae 9e9QKK7XDIYQSljiJg1Z2S1XkPpGL4PizP+l+uzo73L5GL/Lzhx7AuHHJLSVKt5Pp+x/ nFCrSmi4+L5gStAt3H06UFjMdRUI9sBX7bYOI0zbH3BJ67b75khA7bizEA83aiHrB64i CbJl2UHuxXGEcxCTTJ9VoBoiPDE+SYy6fGMu5L4FlyCOHxqlCgZfxhB4onKVCgDgAmlf HCBk/c3Pv809yvj759/8HZvIeipZswDs9pI0ZLXPbmJhW7V+iVUfFWuvVbgKAcwZwR8k 5iyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=pA/RLR0KfHQo0D8Z/6AcxihH5fdEamebhyEqoCoH4js=; b=tYLPtAfUl984K+BUDWgYxbnQjl673rx0EiASBJI3fS3RR1mOLkYoqLjMKxK4vpGO27 21ppbPrbZXBgDk0F0KI6Jy7qTQH5n5kgUeI4UkK5VOewD4OoSPAW2XbqDFr75F6Vn2eM j1DJMUt3ruBiH5O34RSLaRGUO5i5n1TTAh2jPdvs5rVwxncUYveYBA2J4+ugxPDPixZU NiN6n8WcDgD5T6rrlRrMRv3CJ2e9/bS9SvqR+7ANYnKcB5XKdPpjSrUB5jS0bJ+kM08z uW3IGivnAKWrYwMp0xP8WLs+jcSnqQMgnox8L0T656TSLq6bnmfsjNiEVpnshby/3j7o O/Jw== X-Gm-Message-State: AOAM533PkJC9gzWaYFq9zhI9rSZ6z9bOxTHXpeEQrRC0cHfA69UdPxIN /VbYQnihRugsY01hSj6Ig5aAn75pXYxH63n9BERXxQ== X-Google-Smtp-Source: ABdhPJxbTyvOlEME29e2j+RkbfPt0NEPM4IQeMGrTtrmsNasAnyXtTpQbfSjPAEtbeGr0KaEdx7nUJlQAMiUSRr8oeU= X-Received: by 2002:a05:6402:410:: with SMTP id q16mr4556268edv.286.1634083186495; Tue, 12 Oct 2021 16:59:46 -0700 (PDT) MIME-Version: 1.0 References: <20211008012524.481877-1-dmitry.baryshkov@linaro.org> In-Reply-To: <20211008012524.481877-1-dmitry.baryshkov@linaro.org> From: Linus Walleij Date: Wed, 13 Oct 2021 01:59:35 +0200 Message-ID: Subject: Re: To: Dmitry Baryshkov Cc: Andy Gross , Bjorn Andersson , Rob Herring , "open list:GPIO SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , MSM Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Oct 8, 2021 at 3:25 AM Dmitry Baryshkov wrote: > In 2019 (in kernel 5.4) spmi-gpio and ssbi-gpio drivers were converted > to hierarchical IRQ helpers, however MPP drivers were not converted at > that moment. Complete this by converting MPP drivers. > > Changes since v2: > - Add patches fixing/updating mpps nodes in the existing device trees Thanks a *lot* for being thorough and fixing all this properly! I am happy to apply the pinctrl portions to the pinctrl tree, I'm uncertain about Rob's syntax checker robot here, are there real problems? Sometimes it complains about things being changed in the DTS files at the same time. I could apply all of this (including DTS changes) to an immutable branch and offer to Bjorn if he is fine with the patches and the general approach. Yours, Linus Walleij