From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Courbot Subject: Re: [PATCH 3/3][v2] mdio-mux-gpio: use new gpiod_get_array and gpiod_put_array functions Date: Mon, 9 Feb 2015 14:18:14 +0900 Message-ID: References: <2017147.PF4WHTmJS4@pcimr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-ie0-f176.google.com ([209.85.223.176]:38439 "EHLO mail-ie0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750794AbbBIFSg (ORCPT ); Mon, 9 Feb 2015 00:18:36 -0500 In-Reply-To: <2017147.PF4WHTmJS4@pcimr> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Rojhalat Ibrahim Cc: "linux-gpio@vger.kernel.org" , Alexandre Courbot , Linus Walleij , David Miller , netdev On Thu, Jan 22, 2015 at 1:46 AM, Rojhalat Ibrahim wrote: > Use the new gpiod_get_array and gpiod_put_array functions for obtaining and > disposing of GPIO descriptors. > > Cc: David Miller > Signed-off-by: Rojhalat Ibrahim > --- > This patch depends on my previous patch "gpiolib: add gpiod_get_array and > gpiod_put_array functions". > > v2: use the new interface > > Only compile-tested. > > drivers/net/phy/mdio-mux-gpio.c | 61 +++++++++++----------------------------- > 1 file changed, 18 insertions(+), 43 deletions(-) Oh yeah. It would be great to have a tested-by for the next revision though. Rojhalat, have you been able to test these new interfaces outside of this driver?