From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754125AbeCRMsl (ORCPT ); Sun, 18 Mar 2018 08:48:41 -0400 Received: from mail-pl0-f65.google.com ([209.85.160.65]:39312 "EHLO mail-pl0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754038AbeCRMs3 (ORCPT ); Sun, 18 Mar 2018 08:48:29 -0400 X-Google-Smtp-Source: AG47ELukW2XY+3fbgNuyzKuVWNTaBEKQCrIKZo4GmY3HMNsqE+J+itQbFlRDkEz+3QP8Ns0Gkj3t4Q== Date: Sun, 18 Mar 2018 07:48:26 -0500 From: Rob Herring To: "H. Nikolaus Schaller" Cc: Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Linus Walleij , Alexandre Courbot , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, letux-kernel@openphoenux.org, kernel@pyra-handheld.com Subject: Re: [PATCH] drivers: gpio: pca953x: add compatibility for pcal6524 and pcal9555a Message-ID: <20180317234320.ahqlhzjzxco7xnyb@rob-hp-laptop> References: <49f6922ba342cf69bfd2a787d0c2a93b4df2c429.1520664883.git.hns@goldelico.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49f6922ba342cf69bfd2a787d0c2a93b4df2c429.1520664883.git.hns@goldelico.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 10, 2018 at 12:00:01PM +0100, H. Nikolaus Schaller wrote: > The Pyra-Handheld originally used the tca6424 but recently we have > replaced it by the pin and package compatible pcal6524. So let's > add this to the bindings and the driver. > > And while we are at it, the pcal9555a does not have a compatible entry > either but is already supported by the device id table. > > Signed-off-by: H. Nikolaus Schaller > --- > Documentation/devicetree/bindings/gpio/gpio-pca953x.txt | 2 ++ Reviewed-by: Rob Herring > drivers/gpio/gpio-pca953x.c | 4 ++++ > 2 files changed, 6 insertions(+)