From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752575AbeESS6v (ORCPT ); Sat, 19 May 2018 14:58:51 -0400 Received: from mail-qt0-f194.google.com ([209.85.216.194]:44682 "EHLO mail-qt0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752515AbeESS6s (ORCPT ); Sat, 19 May 2018 14:58:48 -0400 X-Google-Smtp-Source: AB8JxZo5Yq4DO3KKS07CqKks5zQEVABiFbYXOJxcUM+nQRxl9WI877a0EwvQfRU5MQwlUNBv4w2az2CXGgW8M2bFDNo= MIME-Version: 1.0 In-Reply-To: References: From: Andy Shevchenko Date: Sat, 19 May 2018 21:58:47 +0300 Message-ID: Subject: Re: [PATCH v7 0/3] pcal6524 extensions and fixes for pca953x driver To: "H. Nikolaus Schaller" Cc: Kumar Gala , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Linus Walleij , Alexandre Courbot , devicetree , "open list:GPIO SUBSYSTEM" , Linux Kernel Mailing List , Discussions about the Letux Kernel , kernel@pyra-handheld.com Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 17, 2018 at 7:59 AM, H. Nikolaus Schaller wrote: > V7: > * replace PCAL register masks by hex constants > Reviewed-by: Andy Shevchenko > 2018-05-16 19:01:29: V6: > * added proper attribution to the formula used for fixing the > pcal6524 register address (changes commit message only) > * add back missing first patch from V2 that defines the > PCA_LATCH_INT constant > * removed patches already merged > > 2018-04-28 18:33:42: V5: > * fix wrong split up between patches 1/7 and 2/7. > > 2018-04-26 19:35:07: V4: > * introduced PCA_LATCH_INT constant to make of_table more > readable (suggested by Andy Shevchenko) > * converted all register constants to hex in a separate > patch (suggested by Andy Shevchenko) > * separated additional pcal953x and pcal6524 register > definitions into separate patches (suggested by Andy Shevchenko) > * made special pcal6524 address adjustment more readable > (suggested by Andy Shevchenko) > * moved gpio-controller and interrupt-controller to the > "required" section (reviewed by Rob Herring) > > 2018-04-10 18:07:07: V3: > * add Reported-by: and Reviewed-by: > * fix wording for bindings description and example > * convert all register offsets to hex > * omit the LEVEL-IRQ RFC/hack commit > > 2018-04-04 21:00:27: V2: > * added PCA_PCAL flags if matched through of-table > * fix address calculation for extended PCAL6524 registers > * hack to map LEVEL_LOW to EDGE_FALLING to be able to > test in combination with ts3a227e driver > * improve description of bindings for optional vcc-supply > and interrupt-controller; > > 2018-03-10 09:32:53: no initial description > > H. Nikolaus Schaller (3): > gpio: pca953x: set the PCA_PCAL flag also when matching by DT > gpio: pca953x: define masks for addressing common and extended > registers > gpio: pca953x: fix address calculation for pcal6524 > > drivers/gpio/gpio-pca953x.c | 17 +++++++++++++---- > 1 file changed, 13 insertions(+), 4 deletions(-) > > -- > 2.12.2 > -- With Best Regards, Andy Shevchenko