From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishon Subject: Re: [PATCH v4 4/4] drivers: usb: start using the control module driver Date: Fri, 25 Jan 2013 17:15:53 +0530 Message-ID: <51027071.4060101@ti.com> References: <1359109440-2195-1-git-send-email-kishon@ti.com> <1359109440-2195-5-git-send-email-kishon@ti.com> <20130125102700.GO15886@arwen.pp.htv.fi> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130125102700.GO15886-S8G//mZuvNWo5Im9Ml3/Zg@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: balbi-l0cyMroinI0@public.gmane.org Cc: linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-omap@vger.kernel.org On Friday 25 January 2013 03:57 PM, Felipe Balbi wrote: > Hi, > > On Fri, Jan 25, 2013 at 03:54:00PM +0530, Kishon Vijay Abraham I wrote: >> Start using the control module driver for powering on the PHY and for >> writing to the mailbox instead of writing to the control module >> registers on their own. >> >> Signed-off-by: Kishon Vijay Abraham I >> --- >> Documentation/devicetree/bindings/usb/omap-usb.txt | 4 ++ >> Documentation/devicetree/bindings/usb/usb-phy.txt | 7 +- >> arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 13 ---- > > I'm taking this patch but I'm leaving out the omap_hwmod_44xx_data.c > change just to kill dependency. Can you send that single change as a > separate patch which Tony can queue ? > Sure. Thanks Kishon From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishon@ti.com (kishon) Date: Fri, 25 Jan 2013 17:15:53 +0530 Subject: [PATCH v4 4/4] drivers: usb: start using the control module driver In-Reply-To: <20130125102700.GO15886@arwen.pp.htv.fi> References: <1359109440-2195-1-git-send-email-kishon@ti.com> <1359109440-2195-5-git-send-email-kishon@ti.com> <20130125102700.GO15886@arwen.pp.htv.fi> Message-ID: <51027071.4060101@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 25 January 2013 03:57 PM, Felipe Balbi wrote: > Hi, > > On Fri, Jan 25, 2013 at 03:54:00PM +0530, Kishon Vijay Abraham I wrote: >> Start using the control module driver for powering on the PHY and for >> writing to the mailbox instead of writing to the control module >> registers on their own. >> >> Signed-off-by: Kishon Vijay Abraham I >> --- >> Documentation/devicetree/bindings/usb/omap-usb.txt | 4 ++ >> Documentation/devicetree/bindings/usb/usb-phy.txt | 7 +- >> arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 13 ---- > > I'm taking this patch but I'm leaving out the omap_hwmod_44xx_data.c > change just to kill dependency. Can you send that single change as a > separate patch which Tony can queue ? > Sure. Thanks Kishon From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757241Ab3AYLq3 (ORCPT ); Fri, 25 Jan 2013 06:46:29 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:57288 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757001Ab3AYLqS (ORCPT ); Fri, 25 Jan 2013 06:46:18 -0500 Message-ID: <51027071.4060101@ti.com> Date: Fri, 25 Jan 2013 17:15:53 +0530 From: kishon User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: CC: , , , , , , , , , , , , Subject: Re: [PATCH v4 4/4] drivers: usb: start using the control module driver References: <1359109440-2195-1-git-send-email-kishon@ti.com> <1359109440-2195-5-git-send-email-kishon@ti.com> <20130125102700.GO15886@arwen.pp.htv.fi> In-Reply-To: <20130125102700.GO15886@arwen.pp.htv.fi> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 25 January 2013 03:57 PM, Felipe Balbi wrote: > Hi, > > On Fri, Jan 25, 2013 at 03:54:00PM +0530, Kishon Vijay Abraham I wrote: >> Start using the control module driver for powering on the PHY and for >> writing to the mailbox instead of writing to the control module >> registers on their own. >> >> Signed-off-by: Kishon Vijay Abraham I >> --- >> Documentation/devicetree/bindings/usb/omap-usb.txt | 4 ++ >> Documentation/devicetree/bindings/usb/usb-phy.txt | 7 +- >> arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 13 ---- > > I'm taking this patch but I'm leaving out the omap_hwmod_44xx_data.c > change just to kill dependency. Can you send that single change as a > separate patch which Tony can queue ? > Sure. Thanks Kishon