From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh shilimkar Subject: Re: [PATCH 046/182] gpio: omap: use gpiochip data pointer Date: Wed, 9 Dec 2015 09:19:01 -0800 Message-ID: <56686285.7070204@oracle.com> References: <1449667150-31930-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from userp1040.oracle.com ([156.151.31.81]:23241 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752509AbbLIRTZ (ORCPT ); Wed, 9 Dec 2015 12:19:25 -0500 In-Reply-To: <1449667150-31930-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 , linux-gpio@vger.kernel.org, Johan Hovold , Alexandre Courbot , Michael Welling , Markus Pargmann Cc: Grygorii Strashko , Tony Lindgren , Santosh Shilimkar On 12/9/2015 5:19 AM, 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: Grygorii Strashko > Cc: Tony Lindgren > Cc: Santosh Shilimkar > Signed-off-by: Linus Walleij > --- Acked-by: Santosh Shilimkar