From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754439AbbCIVfc (ORCPT ); Mon, 9 Mar 2015 17:35:32 -0400 Received: from mail-ig0-f171.google.com ([209.85.213.171]:35421 "EHLO mail-ig0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753955AbbCIVf3 (ORCPT ); Mon, 9 Mar 2015 17:35:29 -0400 MIME-Version: 1.0 In-Reply-To: <20150309212622.GJ5264@atomide.com> References: <20150309205157.GE5140@atomide.com> <20150309211306.GC22341@saruman.tx.rr.com> <20150309212014.GE22341@saruman.tx.rr.com> <20150309212622.GJ5264@atomide.com> Date: Mon, 9 Mar 2015 16:35:28 -0500 Message-ID: Subject: Re: [PATCH] phy: Add a driver for dm816x USB PHY From: Bin Liu To: Tony Lindgren Cc: Felipe Balbi , Kishon Vijay Abraham I , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-usb , Brian Hutchinson Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 9, 2015 at 4:26 PM, Tony Lindgren wrote: > * Felipe Balbi [150309 14:21]: >> On Mon, Mar 09, 2015 at 04:17:29PM -0500, Bin Liu wrote: >> > On Mon, Mar 9, 2015 at 4:13 PM, Felipe Balbi wrote: >> > > On Mon, Mar 09, 2015 at 04:11:28PM -0500, Bin Liu wrote: >> > >> Hi, >> > >> >> > >> On Mon, Mar 9, 2015 at 3:51 PM, Tony Lindgren wrote: >> > >> > Add a minimal driver for dm816x USB. Otherwise we can just use >> > >> > the existing musb_am335x and musb_dsps on dm816x. >> > >> >> > >> dm816x has the almost identical usbss as that in am335x, we should be >> > >> able to adopt musb_am335x and musb_dsps for dm816x, and dm814x too? >> > > >> > > Tony's using the same musb glue layers, this is just a phy driver, >> > > right ? >> > >> > Can the current am335x phy driver be adopted too? I remember it is >> > under drivers/usb/phy/. >> >> Tony will be best to answer, but according to our IRC discussions, it's >> too different. Tony ? > > Well we should check again between dm814x and am335x documentation > against the $subject driver as the dm816x docs were buggy and I may > have gotten a wrong idea initially. Will it make our life a little easier by comparing the usb drivers for dm81xx and am335x in previous TI kernel releases? I cam dig out the source code if that helps. Regards, -Bin, > > Regards, > > Tony