From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: [PATCH 142/182] MIPS: txx9: rbtx4938: switch to gpiochip_add_data() Date: Wed, 9 Dec 2015 14:57:32 +0100 Message-ID: <20151209135732.GP4722@linux-mips.org> References: <1449668416-4785-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 S1751151AbbLIN5i (ORCPT ); Wed, 9 Dec 2015 08:57:38 -0500 Received: from localhost.localdomain ([127.0.0.1]:39682 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27013580AbbLIN5hdiMs9 (ORCPT ); Wed, 9 Dec 2015 14:57:37 +0100 Content-Disposition: inline In-Reply-To: <1449668416-4785-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:40:16PM +0100, Linus Walleij wrote: > We're planning to remove the gpiochip_add() function to swith > to gpiochip_add_data() with NULL for data argument. > > 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. > > This one needs to include both and > since it is using both the driver and consumer > interface, and looks like one of those cases where the gpio > implementations should be kept local to this file. Acked-by: Ralf Baechle Ralf