Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752423AbcL2LZg (ORCPT ); Thu, 29 Dec 2016 06:25:36 -0500 Received: from mail-oi0-f68.google.com ([209.85.218.68]:34421 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751113AbcL2LZe (ORCPT ); Thu, 29 Dec 2016 06:25:34 -0500 MIME-Version: 1.0 In-Reply-To: <20161202163520.22927-2-gary.bisson@boundarydevices.com> References: <20161124233824.17424-1-gary.bisson@boundarydevices.com> <20161202163520.22927-1-gary.bisson@boundarydevices.com> <20161202163520.22927-2-gary.bisson@boundarydevices.com> From: Fabio Estevam Date: Thu, 29 Dec 2016 09:23:20 -0200 Message-ID: Subject: Re: [RFC v2 1/3] pinctrl: imx: remove const qualifier of imx_pinctrl_soc_info To: Gary Bisson Cc: Linus Walleij , Fabio Estevam , Shawn Guo , "linux-gpio@vger.kernel.org" , linux-kernel , Pantelis Antoniou , Vladimir Zapolskiy 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: 325 Lines: 8 On Fri, Dec 2, 2016 at 2:35 PM, Gary Bisson wrote: > Otherwise can't dynamically update fields such as ngroups which can > change over time (with a dt-overlay for instance). > > Signed-off-by: Gary Bisson Reviewed-by: Fabio Estevam