[PATCH v3 1/3] arm: omap: hwmod: add new memory resource for usb phy control

2012-07-12 Thread Damodar Santhapuri
From: Ajay Kumar Gupta Added usb_ctrl0 and usb_ctrl1 base address as new memory resources which will be used at am335x musb driver glue layer to turn on or off builin PHY untill we have a separate system control module driver. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Damodar Santhapuri

[PATCH v3 2/3] usb: musb: dsps: add phy control logic to glue

2012-07-12 Thread Damodar Santhapuri
: Ajay Kumar Gupta Signed-off-by: Damodar Santhapuri --- Changes from v1: - Used platform_get_resource() instead of platform_get_resource_byname() based on Kishon's comment. arch/arm/mach-omap2/board-ti8168evm.c |1 - arch/arm/mach-omap2/omap_phy_internal.c | 35

[PATCH v3 3/3] usb: musb: dsps: enable phy control for am335x

2012-07-12 Thread Damodar Santhapuri
From: Ajay Kumar Gupta Enabled the phy control logic for am335x also based on usbss revision register. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Damodar Santhapuri --- arch/arm/plat-omap/include/plat/usb.h |1 + drivers/usb/musb/musb_dsps.c | 17 +++-- 2 files

[PATCH v2 2/3] usb: musb: dsps: add phy control logic to glue

2012-07-11 Thread Damodar Santhapuri
: Ajay Kumar Gupta Signed-off-by: Damodar Santhapuri --- Changes from v0: - Used platform_get_resource() instead of platform_get_resource_byname() based on Kishon's comment. arch/arm/mach-omap2/board-ti8168evm.c |1 - arch/arm/mach-omap2/omap_phy_internal.c | 35

[PATCH v2 3/3] usb: musb: dsps: enable phy control for am335x

2012-07-11 Thread Damodar Santhapuri
From: Ajay Kumar Gupta Enabled the phy control logic for am335x also based on usbss revision register. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Damodar Santhapuri --- arch/arm/plat-omap/include/plat/usb.h |1 + drivers/usb/musb/musb_dsps.c | 17 +++-- 2 files

[PATCH v2 1/3] arm: omap: hwmod: add new memory resource for usb phy control

2012-07-11 Thread Damodar Santhapuri
From: Ajay Kumar Gupta Added usb_ctrl0 and usb_ctrl1 base address as new memory resources which will be used at am335x musb driver glue layer to turn on or off builin PHY untill we have a separate system control module driver. Signed-off-by: Ajay Kumar Gupta Singed-off-by: Damodar Santhapuri

[PATCH 2/3] usb: musb: dsps: add phy control logic to glue

2012-07-09 Thread Damodar Santhapuri
: Ajay Kumar Gupta Signed-off-by: Damodar Santhapuri --- arch/arm/mach-omap2/board-ti8168evm.c |1 - arch/arm/mach-omap2/omap_phy_internal.c | 35 arch/arm/plat-omap/include/plat/usb.h |5 +- drivers/usb/musb/musb_dsps.c| 88

[PATCH 3/3] usb: musb: dsps: enable phy control for am335x

2012-07-09 Thread Damodar Santhapuri
From: Ajay Kumar Gupta Enabled the phy control logic for am335x also based on usbss revision register. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Damodar Santhapuri --- Earlier version of this patch based on function pointer was submitted at http://marc.info/?l=linux-usb&m=13358328151

[PATCH 1/3] arm: omap: hwmod: add new memory resource for usb phy cont

2012-07-09 Thread Damodar Santhapuri
: Damodar Santhapuri --- This patch set applies to 'xceiv' branch on Felipe's tree. arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c b/arch/arm/mach-omap2/omap_hw