Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753347AbdFPJUX (ORCPT ); Fri, 16 Jun 2017 05:20:23 -0400 Received: from mail-it0-f41.google.com ([209.85.214.41]:36621 "EHLO mail-it0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753254AbdFPJUU (ORCPT ); Fri, 16 Jun 2017 05:20:20 -0400 MIME-Version: 1.0 In-Reply-To: <9cbcf3247ef2e18381c95645c73c31dade2c2ccb.1497281623.git-series.gregory.clement@free-electrons.com> References: <9cbcf3247ef2e18381c95645c73c31dade2c2ccb.1497281623.git-series.gregory.clement@free-electrons.com> From: Linus Walleij Date: Fri, 16 Jun 2017 11:20:18 +0200 Message-ID: Subject: Re: [PATCH v3 2/9] pinctrl: mvebu: remove the offset property for regmap To: Gregory CLEMENT Cc: "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Thomas Petazzoni , "linux-arm-kernel@lists.infradead.org" , Rob Herring , "devicetree@vger.kernel.org" , Russell King , Nadav Haklai , Kostya Porotchkin , Neta Zur Hershkovits , Marcin Wojtas , Omri Itach , Shadi Ammouri Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 581 Lines: 17 On Mon, Jun 12, 2017 at 5:34 PM, Gregory CLEMENT wrote: > The offset property of the pinctrl node, when a regmap is used in the > device tree, was never used nor documented in the binding. Moreover, the > compatible string is enough to let the driver know which offset using. > > So this patch removes the property and move the information at the driver > level. > > Reviewed-by: Thomas Petazzoni > Signed-off-by: Gregory CLEMENT Patch applied. Yours, Linus Walleij