From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: [PATCH 138/182] MIPS: jz4740: use gpiochip data pointer Date: Wed, 9 Dec 2015 14:56:07 +0100 Message-ID: <20151209135607.GL4722@linux-mips.org> References: <1449668372-4587-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eddie.linux-mips.org ([148.251.95.138]:42832 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754828AbbLIN4K (ORCPT ); Wed, 9 Dec 2015 08:56:10 -0500 Received: from localhost.localdomain ([127.0.0.1]:38608 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27013571AbbLIN4Jju7Y9 (ORCPT ); Wed, 9 Dec 2015 14:56:09 +0100 Content-Disposition: inline In-Reply-To: <1449668372-4587-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 , linux-mips@linux-mips.org On Wed, Dec 09, 2015 at 02:39:32PM +0100, Linus Walleij wrote: > Date: Wed, 9 Dec 2015 14:39:32 +0100 > From: Linus Walleij > To: linux-gpio@vger.kernel.org, Johan Hovold , Alexandre > Courbot , Michael Welling , Markus > Pargmann , Ralf Baechle > Cc: Linus Walleij , linux-mips@linux-mips.org > Subject: [PATCH 138/182] MIPS: jz4740: use gpiochip data pointer > > 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: Ralf Baechle > Cc: linux-mips@linux-mips.org > Signed-off-by: Linus Walleij > --- > Ralf: please ACK this so I can take it through the GPIO tree. > BTW: would be nice if the MIPS GPIO drivers could move down > to drivers/gpio in the long run. Acked-by: Ralf Baechle Ralf