All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: Anand Gadiyar <gadiyar@ti.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] MUSB: Remove usb_musb_pm_init() call
Date: Mon, 24 Aug 2009 15:23:19 +0300	[thread overview]
Message-ID: <87d46lqu2w.fsf@deeprootsystems.com> (raw)
In-Reply-To: <1251115597-23096-1-git-send-email-gadiyar@ti.com> (Anand Gadiyar's message of "Mon\, 24 Aug 2009 17\:36\:37 +0530")

Anand Gadiyar <gadiyar@ti.com> writes:

> MUSB: Remove usb_musb_pm_init() call
>
> In usb_musb_pm_init, we attempt to access an MUSB register
> when the i-clock may not be on, or the module is otherwise
> not accessible.
>
> We need to either:
> - enable the clock before this access, or
> - remove this code and move it to the bootloader, or
> - enable the clock in the bootloader
>
> If we enable the clock in the bootloader, we might as well
> add the workaround in the bootloader itself. This code will
> anyway be changed once hwmod is in place, so remove it for now
>
> This allows us to boot the kernel on certain OMAP3 boards with
> a bootloader that doesn't enable this clock. Without this, we
> will need to upgrade the bootloaders on these boards.
>
> Signed-off-by: Anand Gadiyar <gadiyar@ti.com>

NAK.

The PM branch already has a fix from Jon Hunter[1] for this which enables
the clock, and in the thread where we discussed this I mentioned I would
carry it in the PM branch until the hwmod for OTG is ready.

Kevin

[1] http://marc.info/?l=linux-omap&m=125020202601759&w=2


>  arch/arm/mach-omap2/usb-musb.c |   12 ------------
>  1 files changed, 12 deletions(-)
>
> Index: linux-2.6/arch/arm/mach-omap2/usb-musb.c
> ===================================================================
> --- linux-2.6.orig/arch/arm/mach-omap2/usb-musb.c
> +++ linux-2.6/arch/arm/mach-omap2/usb-musb.c
> @@ -31,15 +31,6 @@
>  #include <mach/mux.h>
>  #include <mach/usb.h>
>  
> -#define OTG_SYSCONFIG	(OMAP34XX_HSUSB_OTG_BASE + 0x404)
> -
> -static void __init usb_musb_pm_init(void)
> -{
> -	/* Ensure force-idle mode for OTG controller */
> -	if (cpu_is_omap34xx())
> -		omap_writel(0, OTG_SYSCONFIG);
> -}
> -
>  #ifdef CONFIG_USB_MUSB_SOC
>  
>  static struct resource musb_resources[] = {
> @@ -194,13 +185,10 @@ void __init usb_musb_init(void)
>  		printk(KERN_ERR "Unable to register HS-USB (MUSB) device\n");
>  		return;
>  	}
> -
> -	usb_musb_pm_init();
>  }
>  
>  #else
>  void __init usb_musb_init(void)
>  {
> -	usb_musb_pm_init();
>  }
>  #endif /* CONFIG_USB_MUSB_SOC */
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2009-08-24 12:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-24 12:06 [PATCH] MUSB: Remove usb_musb_pm_init() call Anand Gadiyar
2009-08-24 12:23 ` Kevin Hilman [this message]
2009-08-24 12:26   ` Gadiyar, Anand
2009-08-24 12:34     ` Kevin Hilman

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=87d46lqu2w.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=gadiyar@ti.com \
    --cc=linux-omap@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.