From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 09 Dec 2015 14:57:22 +0100 (CET) Received: from localhost.localdomain ([127.0.0.1]:39590 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27013574AbbLIN5UkGAF9 (ORCPT ); Wed, 9 Dec 2015 14:57:20 +0100 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.15.2/8.14.8) with ESMTP id tB9DvJwH002408; Wed, 9 Dec 2015 14:57:19 +0100 Received: (from ralf@localhost) by scotty.linux-mips.net (8.15.2/8.15.2/Submit) id tB9DvJvn002407; Wed, 9 Dec 2015 14:57:19 +0100 Date: Wed, 9 Dec 2015 14:57:19 +0100 From: Ralf Baechle To: Linus Walleij Cc: linux-gpio@vger.kernel.org, Johan Hovold , Alexandre Courbot , Michael Welling , Markus Pargmann , linux-mips@linux-mips.org Subject: Re: [PATCH 141/182] MIPS: txx9: iocled: use gpiochip data pointer Message-ID: <20151209135719.GO4722@linux-mips.org> References: <1449668409-4738-1-git-send-email-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449668409-4738-1-git-send-email-linus.walleij@linaro.org> User-Agent: Mutt/1.5.24 (2015-08-30) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 50482 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Wed, Dec 09, 2015 at 02:40:09PM +0100, Linus Walleij wrote: > Date: Wed, 9 Dec 2015 14:40:09 +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 141/182] MIPS: txx9: iocled: 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. This should compile with > just #include , I hope that works. Acked-by: Ralf Baechle Ralf