From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Westerberg Subject: Re: [PATCH 094/182] pinctrl: intel: use gpiochip data pointer Date: Wed, 9 Dec 2015 16:45:55 +0200 Message-ID: <20151209144555.GA1766@lahna.fi.intel.com> References: <1449667850-2059-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga09.intel.com ([134.134.136.24]:45522 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751134AbbLIOqZ (ORCPT ); Wed, 9 Dec 2015 09:46:25 -0500 Content-Disposition: inline In-Reply-To: <1449667850-2059-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:50PM +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