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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 9413BC43331 for ; Tue, 31 Mar 2020 10:04:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6E04220658 for ; Tue, 31 Mar 2020 10:04:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730354AbgCaKE1 (ORCPT ); Tue, 31 Mar 2020 06:04:27 -0400 Received: from mga02.intel.com ([134.134.136.20]:43354 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730153AbgCaKE0 (ORCPT ); Tue, 31 Mar 2020 06:04:26 -0400 IronPort-SDR: 0yXsBH4sIb7cSwDC9USBhLlZkpUtTxguu2IL0nyoLJMnDv90PhFSVSzDv4r4NKH5tPC6O0cGSy RLSblCAhHwQA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Mar 2020 03:04:26 -0700 IronPort-SDR: HBeQdi/SaokiTDHnmMWYOTZBXAEA5uoht7ekcr6xyDALfz/nmQW90h/Klhe8/zFPZ/Y5Y0ahtZ hFB6djdmXWmg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,327,1580803200"; d="scan'208";a="422241863" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga005.jf.intel.com with ESMTP; 31 Mar 2020 03:04:24 -0700 Received: from andy by smile with local (Exim 4.93) (envelope-from ) id 1jJDkw-00ES8r-IC; Tue, 31 Mar 2020 13:04:26 +0300 Date: Tue, 31 Mar 2020 13:04:26 +0300 From: Andy Shevchenko To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Marek Vasut , "H. Nikolaus Schaller" , Mark Brown , kernel@pengutronix.de, linux-gpio@vger.kernel.org, Marcel Gudert Subject: Re: [PATCH v2 0/2] gpio: pca953x: fix handling of automatic address incrementing Message-ID: <20200331100426.GD1922688@smile.fi.intel.com> References: <20200330195018.27494-1-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200330195018.27494-1-u.kleine-koenig@pengutronix.de> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, Mar 30, 2020 at 09:50:16PM +0200, Uwe Kleine-König wrote: > Hello, > > this is v2, the only code change compared to v1 is that I added a > closing parenthesis to create actually compiling code :-| > > Other than that I added some tags (Tested-by and Reviewed-by, some of > them I got off-list). I wasn't sure if I should apply Andy's tags also > to patch 1 (and so didn't). Thank you for an update. I elaborated in patch 1 the above. > > Best regards > Uwe > > Uwe Kleine-König (2): > gpio: pca953x: fix handling of automatic address incrementing > gpio: pca953x: drop unused parameters of pca953x_recalc_addr() > > drivers/gpio/gpio-pca953x.c | 75 +++++++++++++++++++------------------ > 1 file changed, 39 insertions(+), 36 deletions(-) > > -- > 2.26.0.rc2 > -- With Best Regards, Andy Shevchenko