From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751407AbdJELrx (ORCPT ); Thu, 5 Oct 2017 07:47:53 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:48826 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751317AbdJELrv (ORCPT ); Thu, 5 Oct 2017 07:47:51 -0400 X-Google-Smtp-Source: AOwi7QB1/dLka2eSpCQvxDVs4y0p1q8mRWswjFx4fzgTYUYvtAsQmmb2U3IJ5PKD6qguc+Kf9n+pEw== Message-ID: <1507204068.17300.204.camel@baylibre.com> Subject: Re: [PATCH 1/8] pinctrl: meson: remove offset from pinctrl From: Jerome Brunet To: Linus Walleij Cc: Kevin Hilman , Carlo Caione , "linux-gpio@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "open list:ARM/Amlogic Meson..." , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , Martin Blumenstingl Date: Thu, 05 Oct 2017 13:47:48 +0200 In-Reply-To: References: <20170920133927.17390-1-jbrunet@baylibre.com> <20170920133927.17390-2-jbrunet@baylibre.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.5 (3.24.5-1.fc26) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2017-10-05 at 13:22 +0200, Linus Walleij wrote: > On Wed, Sep 20, 2017 at 3:39 PM, Jerome Brunet wrote: > > > Offset on meson pinctrl and gpios is something that was carried from the > > vendor driver, where there is a weird link between the 2 > > controllers. Since these 2 controllers are independent, this offset adds > > an unnecessary complexity. > > > > This patch remove this manually set offset and rely on pinctrl to figure > > out the gpio base offset > > > > Tested-by: Martin Blumenstingl > > Signed-off-by: Jerome Brunet > > Patch applied. Thx Linus. Just to be sure, did you remember to squash patch 1 to 5 together ? I know it is a bit unusual but, as explained earlier, those patches were only split to ease the review. Keeping the change split would break bisect. > > Yours, > Linus Walleij