From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933083AbcBILXn (ORCPT ); Tue, 9 Feb 2016 06:23:43 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:56930 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932926AbcBILXk (ORCPT ); Tue, 9 Feb 2016 06:23:40 -0500 X-Auth-Info: oRhuqclZy14eK3e48CVRhQmDnEK2APICgiqRAl2bw7U= From: Marek Vasut To: Antony Pavlov Subject: Re: [RFC v5 07/15] usb: ehci: add vbus-gpio parameter Date: Tue, 9 Feb 2016 12:14:52 +0100 User-Agent: KMail/1.13.7 (Linux/3.14-2-amd64; KDE/4.13.1; x86_64; ; ) Cc: linux-mips@linux-mips.org, Wills Wang , Daniel Schwierzeck , Alban Bedel , Alan Stern , "Greg Kroah-Hartman" , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org References: <1455005641-7079-1-git-send-email-antonynpavlov@gmail.com> <1455005641-7079-8-git-send-email-antonynpavlov@gmail.com> In-Reply-To: <1455005641-7079-8-git-send-email-antonynpavlov@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201602091214.52848.marex@denx.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, February 09, 2016 at 09:13:53 AM, Antony Pavlov wrote: > This patch retrieves and configures the vbus control gpio via > the device tree. > > This patch is based on a ehci-s5p.c commit fd81d59c90d38661 > ("USB: ehci-s5p: Add vbus setup function to the s5p ehci glue layer"). > > Signed-off-by: Antony Pavlov > Cc: Alan Stern > Cc: Greg Kroah-Hartman > Cc: linux-usb@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > --- > drivers/usb/host/ehci-platform.c | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) I think this patch will not be needed if you switch the ar9331 to chipidea hdrc driver. There is CI HDRC in the ar9331. Best regards, Marek Vasut