From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757289AbcIGOCO (ORCPT ); Wed, 7 Sep 2016 10:02:14 -0400 Received: from mga06.intel.com ([134.134.136.31]:5187 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756875AbcIGOCM (ORCPT ); Wed, 7 Sep 2016 10:02:12 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,296,1470726000"; d="scan'208";a="758016099" Message-ID: <1473256837.11323.74.camel@linux.intel.com> Subject: Re: [PATCH v3 0/5] gpio: pca953x: code refactoring From: Andy Shevchenko To: Bartosz Golaszewski , Linus Walleij , Alexandre Courbot , Vignesh R , Yong Li , Geert Uytterhoeven Cc: linux-gpio , LKML Date: Wed, 07 Sep 2016 17:00:37 +0300 In-Reply-To: <1473255472-16090-1-git-send-email-bgolaszewski@baylibre.com> References: <1473255472-16090-1-git-send-email-bgolaszewski@baylibre.com> Organization: Intel Finland Oy Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2016-09-07 at 15:37 +0200, Bartosz Golaszewski wrote: > I'm working on converting the pca953x driver to using regmap, but > since > it's not a trivial task I figured I'd post a couple refactoring > patches > I did so far for 4.9. > > The first patch just fixes a couple coding style issues. The second > removes a couple unnecessary switches. Last three refactor the > read/write_regs functions to avoid if-elses by using function pointers > to smaller, specialized routines. Still few style comments, otherwise Reviewed-by: Andy Shevchenko > > Tested with pca9534 and pca9535 chips. > > v1 -> v2: > - constified the offset structures in patch 2/5 > > v2 -> v3: > - modified the order of the patches so that minor coding style fixes >   no longer create noise for the later changes > - moved the **_write_regs_16() assignments to where other variants >   are assigned > > Bartosz Golaszewski (5): >   gpio: pca953x: code shrink >   gpio: pca953x: refactor pca953x_write_regs() >   gpio: pca953x: refactor pca953x_read_regs() >   gpio: pca953x: remove an unused variable >   gpio: pca953x: coding style fixes > >  drivers/gpio/gpio-pca953x.c | 268 ++++++++++++++++++++++------------- > --------- >  1 file changed, 134 insertions(+), 134 deletions(-) > -- Andy Shevchenko Intel Finland Oy