From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751467Ab3AYFcu (ORCPT ); Fri, 25 Jan 2013 00:32:50 -0500 Received: from avon.wwwdotorg.org ([70.85.31.133]:45918 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751218Ab3AYFcs (ORCPT ); Fri, 25 Jan 2013 00:32:48 -0500 Message-ID: <510218FE.8080606@wwwdotorg.org> Date: Thu, 24 Jan 2013 21:32:46 -0800 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Kishon Vijay Abraham I CC: rob.herring@calxeda.com, rob@landley.net, tony@atomide.com, balbi@ti.com, b-cousson@ti.com, linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, gregkh@linuxfoundation.org, linux@arm.linux.org.uk Subject: Re: [PATCH v3 1/4] drivers: usb: phy: add a new driver for usb part of control module References: <1359080391-5120-1-git-send-email-kishon@ti.com> <1359080391-5120-2-git-send-email-kishon@ti.com> In-Reply-To: <1359080391-5120-2-git-send-email-kishon@ti.com> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/24/2013 06:19 PM, Kishon Vijay Abraham I wrote: > Added a new driver for the usb part of control module. This has an API > to power on the USB2 phy and an API to write to the mailbox depending on > whether MUSB has to act in host mode or in device mode. > > Writing to control module registers for doing the above task which was > previously done in omap glue and in omap-usb2 phy will be removed. > diff --git a/Documentation/devicetree/bindings/usb/usb-phy.txt b/Documentation/devicetree/bindings/usb/usb-phy.txt This file seems to be specific to the TI USB PHYs, not all USB PHYs; shouldn't it be renamed ti-usb-phy.txt, or even better renamed to match the compatible value it documents, giving ti,omap-usb2.txt? > add the address of control module dev conf register until a driver for > control module is added > > +Optional properties: > + - ctrl_module : phandle of the control module used by PHY driver to power on > + the PHY. DT property names generally use - not _ as the word separator.