From: Sergei Shtylyov <sshtylyov@mvista.com>
To: Ajay Kumar Gupta <ajay.gupta@ti.com>
Cc: linux-omap@vger.kernel.org, linux-usb@vger.kernel.org,
balbi@ti.com, tony@atomide.com, Ravi Babu <ravibabu@ti.com>
Subject: Re: [PATCH 3/6 v2] omap: musb: ti81xx: Add phy power function
Date: Thu, 08 Sep 2011 14:45:33 +0400 [thread overview]
Message-ID: <4E689CCD.2050708@ru.mvista.com> (raw)
In-Reply-To: <1315414945-19829-4-git-send-email-ajay.gupta@ti.com>
Hello.
On 07-09-2011 21:02, Ajay Kumar Gupta wrote:
> Adding ti81xx_musb_phy_power() which will be used by musb driver through
> its function pointer in board_data.
> Signed-off-by: Ajay Kumar Gupta<ajay.gupta@ti.com>
> Signed-off-by: Ravi Babu<ravibabu@ti.com>
> ---
> arch/arm/mach-omap2/omap_phy_internal.c | 24 +++++++++++++++++++++++
> arch/arm/plat-omap/include/plat/usb.h | 32 +++++++++++++++++++++++++++++++
> 2 files changed, 56 insertions(+), 0 deletions(-)
> diff --git a/arch/arm/mach-omap2/omap_phy_internal.c b/arch/arm/mach-omap2/omap_phy_internal.c
> index 58775e3..352b6af 100644
> --- a/arch/arm/mach-omap2/omap_phy_internal.c
> +++ b/arch/arm/mach-omap2/omap_phy_internal.c
> @@ -260,3 +260,27 @@ void am35x_set_mode(u8 musb_mode)
>
> omap_ctrl_writel(devconf2, AM35XX_CONTROL_DEVCONF2);
> }
> +
> +void ti81xx_musb_phy_power(u8 on)
> +{
> + u32 usbphycfg = omap_ctrl_readl(USBCTRL0);
> +
> + if (on) {
> + if (cpu_is_ti816x()) {
> + usbphycfg |= TI816X_USBPHY0_NORMAL_MODE;
> + usbphycfg &= ~TI816X_USBPHY_REFCLK_OSC;
> + } else if (cpu_is_ti814x()) {
> + usbphycfg&= ~(USBPHY_CM_PWRDN | USBPHY_OTG_PWRDN
> + | USBPHY_DPINPUT | USBPHY_DMINPUT);
> + usbphycfg |= (USBPHY_OTGVDET_EN | USBPHY_OTGSESSEND_EN
> + | USBPHY_DPOPBUFCTL | USBPHY_DPOPBUFCTL);
Same #define repeated twice?
WBR, Sergei
next prev parent reply other threads:[~2011-09-08 10:46 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-07 17:02 [PATCH 0/6 v2] usb: musb: Adding support for ti81xx Ajay Kumar Gupta
2011-09-07 17:02 ` [PATCH 3/6 v2] omap: musb: ti81xx: Add phy power function Ajay Kumar Gupta
2011-09-08 10:45 ` Sergei Shtylyov [this message]
[not found] ` <4E689CCD.2050708-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
2011-09-08 10:53 ` Gupta, Ajay Kumar
2011-09-07 17:02 ` [PATCH 4/6 v2] ti816evm: Add support for musb interface Ajay Kumar Gupta
2011-09-07 17:02 ` [PATCH 5/6 v2] ti814evm: " Ajay Kumar Gupta
[not found] ` <1315414945-19829-1-git-send-email-ajay.gupta-l0cyMroinI0@public.gmane.org>
2011-09-07 17:02 ` [PATCH 1/6 v2] omap: musb: Adding hwmod data for ti81xx Ajay Kumar Gupta
2011-09-08 6:26 ` Munegowda, Keshava
[not found] ` <CAP05o4Lfas96izGGVQN0qkTRX_kwUncPWVX2d6+izh4YMuQ6dA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-09-08 8:00 ` Felipe Balbi
[not found] ` <20110908080004.GD7707-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>
2011-09-08 8:47 ` Munegowda, Keshava
2011-09-08 11:06 ` Gupta, Ajay Kumar
2011-09-07 17:02 ` [PATCH 2/6 v2] omap: musb: Adding support " Ajay Kumar Gupta
2011-09-07 17:02 ` [PATCH 6/6 v2] usb: musb: Add support for ti81xx platform Ajay Kumar Gupta
[not found] ` <1315414945-19829-7-git-send-email-ajay.gupta-l0cyMroinI0@public.gmane.org>
2011-09-07 19:14 ` Felipe Balbi
2011-09-08 12:03 ` Gupta, Ajay Kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E689CCD.2050708@ru.mvista.com \
--to=sshtylyov@mvista.com \
--cc=ajay.gupta@ti.com \
--cc=balbi@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=ravibabu@ti.com \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox