From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH][RESEND] mdio-mux-gpio: use new gpiod_get_array and gpiod_put_array functions Date: Mon, 27 Apr 2015 13:36:06 -0400 (EDT) Message-ID: <20150427.133606.779959918209009417.davem@davemloft.net> References: <5503716.QxOoBLSTJz@pcimr> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:56218 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932203AbbD0RgI (ORCPT ); Mon, 27 Apr 2015 13:36:08 -0400 In-Reply-To: <5503716.QxOoBLSTJz@pcimr> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: imr@rtschenk.de Cc: netdev@vger.kernel.org, linux-gpio@vger.kernel.org, linus.walleij@linaro.org, acourbot@nvidia.com From: Rojhalat Ibrahim Date: Mon, 27 Apr 2015 10:37:31 +0200 > Use the new gpiod_get_array and gpiod_put_array functions > (added to mainline in the v4.1 merge window) for obtaining and > disposing of GPIO descriptors. > > Cc: David Miller > Cc: Linus Walleij > Signed-off-by: Rojhalat Ibrahim Applied.