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=-7.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 D0ACAC47425 for ; Wed, 30 Sep 2020 09:50:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 85024206F7 for ; Wed, 30 Sep 2020 09:50:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="iB9qiHLo" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728931AbgI3Juv (ORCPT ); Wed, 30 Sep 2020 05:50:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46588 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725836AbgI3Juv (ORCPT ); Wed, 30 Sep 2020 05:50:51 -0400 Received: from mail-lf1-x142.google.com (mail-lf1-x142.google.com [IPv6:2a00:1450:4864:20::142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E1928C0613D1 for ; Wed, 30 Sep 2020 02:50:50 -0700 (PDT) Received: by mail-lf1-x142.google.com with SMTP id y11so1364919lfl.5 for ; Wed, 30 Sep 2020 02:50:50 -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=4kDE8wrBm+qziaG4g1g/VJGmcusF/BRkFisBqvCmFDc=; b=iB9qiHLogQUzM7o9zQ0HZSYyL+GiBm7AI8MvcXqzE0jGilJA0KZYljsZ8m9uKTTCQc R1njFwaJF0vK63FD5OBjwsuSnFdkTGxq798Au1eMT7JiYmwoqa0pwiHjvkaiSwV0ikqN RtmufQ+1PQox26UJ7CET8s54aSa4d1keVad5xLbcKEAKG+6H33cNjCWBYqwgxnLbyBq8 XABwbLDKig7zrWK55uisXFhtb6jUAbChmHI6iQKy/MB+qAvXuIePzXWoGh9+DC1FGvFJ 3S8LXpJdpL9q5RR+PEkKs4oeML1VVrza/35HZGGZwS5SnkZkSoNFX8lJJhpDxwnnuDQa QY3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4kDE8wrBm+qziaG4g1g/VJGmcusF/BRkFisBqvCmFDc=; b=tRhqedhIIJ7qXCZclNjgFAch/1zCc1F+FnKhSzqfVvsYYYYdCKadjq5Xn2lKRIhCwU T5YtiHsMYw+sYUHkIdUKATqwGmEiFB1QjVPXmte0LIJboLeuXOCo/ELROAJcgSewdq21 cleo58QGMGuMCmPgVk2GkRieIFnnUWrT0cGnlJmvEwhag9+6SqicBHENPH7a/8xT+xFZ XYUX1XcGoJN0X7E0+ByNdFNPNfP/gm8DBKaNxhLOZD2o48LeZeg2489lGodCm8C8BioT a6CucR2BCB6fcRCg2MWcKTfeoziuhohKNsDqZ9WEhXmq3R+lz90wdrMAy/8CPnmZBQab 9iZw== X-Gm-Message-State: AOAM532II7beP7+WtuZWYTXDmAn1gpgosWax7bY44pWZxReoYoBGHmIi Mp2NSmqI8prElMwEjE/oPUSPkP/eFiy3t4QBA6zYS0fTGrDjlw== X-Google-Smtp-Source: ABdhPJxm7dZ5605/6k4XUptX9QM1RtmPezAq+DEnqYIEsde95WBlbJgEIx/rubuQiw8SILz7iUX4fADZC23QYKW2izE= X-Received: by 2002:ac2:4c11:: with SMTP id t17mr641852lfq.260.1601459449318; Wed, 30 Sep 2020 02:50:49 -0700 (PDT) MIME-Version: 1.0 References: <20200930092053.2114-1-mike.looijmans@topic.nl> In-Reply-To: <20200930092053.2114-1-mike.looijmans@topic.nl> From: Linus Walleij Date: Wed, 30 Sep 2020 11:50:38 +0200 Message-ID: Subject: Re: [PATCH v2 1/2] dt-bindings: gpio: pca953x: Add support for the NXP PCAL9554B/C To: Mike Looijmans Cc: Bartosz Golaszewski , "open list:GPIO SUBSYSTEM" , Rob Herring , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 30, 2020 at 11:21 AM Mike Looijmans wrote: > The NXP PCAL9554B is a variant of the PCA953x GPIO expander, > with 8 GPIOs, latched interrupts and some advanced configuration > options. The "C" version only differs in I2C address. > > This adds the entry to the devicetree bindings. > > Signed-off-by: Mike Looijmans > --- > v2: Split devicetree and code into separate patches Reviewed-by: Linus Walleij This patch 1/2 does not apply to my tree, I suppose Rob has to apply it? I will try to apply 2/2. Yours, Linus Walleij