From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Westerberg, Mika" Subject: Re: [PATCH V3 2/2] pinctrl: intel: fix bug of register offset calculation Date: Thu, 10 Dec 2015 11:04:32 +0200 Message-ID: <20151210090432.GC1766@lahna.fi.intel.com> References: <1448471391-1115-1-git-send-email-qipeng.zha@intel.com> <1448471391-1115-2-git-send-email-qipeng.zha@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga09.intel.com ([134.134.136.24]:39540 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752703AbbLJJGp (ORCPT ); Thu, 10 Dec 2015 04:06:45 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij Cc: Qipeng Zha , "linux-gpio@vger.kernel.org" , Qi Zheng On Tue, Dec 01, 2015 at 11:16:45AM +0100, Linus Walleij wrote: > On Wed, Nov 25, 2015 at 6:09 PM, Qipeng Zha wrote: > > > The group size for registers PADCFGLOCK, HOSTSW_OWN, GPI_IS, > > GPI_IE, are not 24 for Broxton, Add a parameter to allow > > different platform to set correct value. > > > > --- > > change in v3: > > use community->gpp_size directly, not macro. > > > > change in v2: > > define gpp_size for sunrisepoint in its private structure. > > > > Signed-off-by: Qi Zheng > > Signed-off-by: Qipeng Zha > > Patch applied. For 4.5 since I can't figure out if this is > a regression or not. Broxton support was added in v4.4 so it would be nice if these patches could get still into v4.4. Thanks.