From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grygorii Strashko Subject: Re: [PATCH 022/182] gpio: davinci: use gpiochip data pointer Date: Tue, 22 Dec 2015 18:09:44 +0200 Message-ID: <567975C8.4000300@ti.com> References: <1449666942-30784-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:53846 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753966AbbLVQKD (ORCPT ); Tue, 22 Dec 2015 11:10:03 -0500 In-Reply-To: <1449666942-30784-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: Sekhar Nori , Santosh Shilimkar On 12/09/2015 03:15 PM, 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: Sekhar Nori > Cc: Santosh Shilimkar > Signed-off-by: Linus Walleij > --- > drivers/gpio/gpio-davinci.c | 15 ++++++--------- > 1 file changed, 6 insertions(+), 9 deletions(-) > Reviewed-by: Grygorii Strashko -- regards, -grygorii