From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Westerberg Subject: Re: [PATCH 091/182] pinctrl: baytrail: use gpiochip data pointer Date: Wed, 9 Dec 2015 16:37:22 +0200 Message-ID: <20151209143722.GY1766@lahna.fi.intel.com> References: <1449667828-1881-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga11.intel.com ([192.55.52.93]:35525 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751289AbbLIOjd (ORCPT ); Wed, 9 Dec 2015 09:39:33 -0500 Content-Disposition: inline In-Reply-To: <1449667828-1881-1-git-send-email-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij Cc: linux-gpio@vger.kernel.org, Johan Hovold , Alexandre Courbot , Michael Welling , Markus Pargmann , Heikki Krogerus On Wed, Dec 09, 2015 at 02:30:28PM +0100, Linus Walleij wrote: > This makes the driver use the data pointer added to the gpio_chip > to store a pointer to the state container instead of relying on > container_of(). > > Cc: Mika Westerberg Acked-by: Mika Westerberg