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 22:53:32 +0900 Message-ID: References: <2017147.PF4WHTmJS4@pcimr> <2302857.SIRJpJWX1o@pcimr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-ig0-f170.google.com ([209.85.213.170]:38974 "EHLO mail-ig0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760660AbbBINxx (ORCPT ); Mon, 9 Feb 2015 08:53:53 -0500 In-Reply-To: <2302857.SIRJpJWX1o@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 Mon, Feb 9, 2015 at 6:14 PM, Rojhalat Ibrahim wrote: > On Monday 09 February 2015 14:18:14 Alexandre Courbot wrote: >> 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? >> > > I have tested the new interface with my FPGA configuration driver (which I > plan to submit eventually). I cannot test the mdio-mux-gpio driver because > I lack the necessary hardware. That's good enough - I just want to make sure the interface has undergone some testing. :P