From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760794Ab3LII1b (ORCPT ); Mon, 9 Dec 2013 03:27:31 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:48631 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753215Ab3LII1Y (ORCPT ); Mon, 9 Dec 2013 03:27:24 -0500 X-Sasl-enc: upmuPCnCVE0utvgEPaiYmJkZ8s/vktZ2mIpagyMfQeUL 1386577642 Date: Sun, 8 Dec 2013 17:55:53 -0800 From: Greg KH To: Jingoo Han Cc: linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-arm@vger.kernel.org, "'Kamil Debski'" , "'Kyungmin Park'" , "'Kishon Vijay Abraham I'" , "'Tomasz Figa'" , "'Sylwester Nawrocki'" , m.szyprowski@samsung.com, gautam.vivek@samsung.com, "'Mateusz Krawczuk'" , "'Yulgon Kim'" , "'Praveen Paneri'" , "'Anton Tikhomirov'" , "'Kumar Gala'" Subject: Re: [PATCH] usb: ohci-exynos: Change to use phy provided by the generic phy framework Message-ID: <20131209015553.GA27542@kroah.com> References: <001401ceda8f$67f1ee50$37d5caf0$%han@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001401ceda8f$67f1ee50$37d5caf0$%han@samsung.com> User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 06, 2013 at 10:27:49AM +0900, Jingoo Han wrote: > Change the phy provider used from the old usb phy specific to a new one > using the generic phy framework. > > Signed-off-by: Jingoo Han > Cc: Kamil Debski > --- > Exynos OHCI driver also uses Exynos USB2.0 PHY. Thus, I make this > patch based-on Kamil Debski's patchset for adding Exynos USB 2.0 PHY > driver. > (http://www.spinics.net/lists/linux-samsung-soc/msg24104.html) > > drivers/usb/host/ohci-exynos.c | 28 ++++++++-------------------- > 1 file changed, 8 insertions(+), 20 deletions(-) This has some fuzz when applied to my tree, care to redo it against my usb-next branch of the usb.git tree on git.kernel.org? thanks, greg k-h