From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishon Subject: Re: [PATCH v2 3/4] USB: Palmas OTG Transceiver Driver Date: Thu, 14 Mar 2013 20:23:28 +0530 Message-ID: <5141E468.6040007@ti.com> References: <1362662506-14823-1-git-send-email-kishon@ti.com> <1362662506-14823-4-git-send-email-kishon@ti.com> <20130314135657.GE26080@arwen.pp.htv.fi> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130314135657.GE26080@arwen.pp.htv.fi> Sender: linux-doc-owner@vger.kernel.org To: balbi@ti.com Cc: grant.likely@secretlab.ca, rob.herring@calxeda.com, rob@landley.net, gregkh@linuxfoundation.org, s-guiriec@ti.com, gg@slimlogic.co.uk, sameo@linux.intel.com, broonie@opensource.wolfsonmicro.com, ldewangan@nvidia.com, devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, ruchika@ti.com List-Id: devicetree@vger.kernel.org On Thursday 14 March 2013 07:26 PM, Felipe Balbi wrote: > On Thu, Mar 07, 2013 at 06:51:45PM +0530, Kishon Vijay Abraham I wrote: >> From: Graeme Gregory >> >> This is the driver for the OTG transceiver built into the Palmas chip. It >> handles the various USB OTG events that can be generated by cable >> insertion/removal. >> >> Signed-off-by: Graeme Gregory >> Signed-off-by: Moiz Sonasath >> Signed-off-by: Ruchika Kharwar >> Signed-off-by: Kishon Vijay Abraham I >> Signed-off-by: Sebastien Guiriec >> --- >> .../devicetree/bindings/usb/twlxxxx-usb.txt | 15 + >> drivers/usb/otg/Kconfig | 6 + >> drivers/usb/otg/Makefile | 1 + >> drivers/usb/otg/palmas-usb.c | 396 ++++++++++++++++++++ > > this has to go to drivers/usb/phy/ and should be named phy-palmas.c or > phy-twl$(whatever number palmas is).c :-) Ok. I'll fix this and send Thanks Kishon