All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@ti.com>
To: Felipe Balbi <balbi@ti.com>
Cc: Jarkko Nikula <jhnikula@gmail.com>,
	Kalle Jokiniemi <kalle.jokiniemi@nokia.com>,
	Kevin Hilman <khilman@ti.com>,
	linux-omap@vger.kernel.org,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	"Rafael J. Wysocki" <rjw@sisk.pl>,
	Sakari Ailus <sakari.ailus@maxwell.research.nokia.com>,
	Heikki Krogerus <heikki.krogerus@nokia.com>
Subject: Re: N900 USB fix (Was: Re: [PATCH/RFC 2/6] OMAP2+: PM: move runtime PM implementation to use device power domains)
Date: Mon, 13 Jun 2011 11:47:48 +0300	[thread overview]
Message-ID: <20110613084746.GC3633@legolas.emea.dhcp.ti.com> (raw)
In-Reply-To: <20110613084601.GB3633@legolas.emea.dhcp.ti.com>

[-- Attachment #1: Type: text/plain, Size: 1571 bytes --]

Hi,

On Mon, Jun 13, 2011 at 11:46:04AM +0300, Felipe Balbi wrote:
> On Mon, Jun 13, 2011 at 11:28:20AM +0300, Jarkko Nikula wrote:
> > On Fri, 10 Jun 2011 09:57:57 +0300
> > Sakari Ailus <sakari.ailus@maxwell.research.nokia.com> wrote:
> > 
> > > > A fix has been posted (and pull req sent to Tony.)  Can you try my
> > > > for_3.0/pm-fixes branch which fixes this problem?  It's available in my
> > > > git tree:
> > > > 
> > > >   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git
> > > 
> > > Hi, Kevin!
> > > 
> > > Many thanks to you! :-) The patches indeed fix the problem. I seem to
> > > have used for_3.0/pm-fixes-2 branch, though. I guess that doesn't really
> > > matter. :-)
> > > 
> > I was struggling also with non-working musb on N900. I traced primary
> > breakage to the same commit than Sakari. On top of that commit the
> > Kevin's fix made it working but it didn't work on top of 3.0-rc2 while
> > beagle was ok.
> > 
> > I bisected another issue to commit 10299e2 ("ARM: RX-51: Enable isp1704
> > power on/off").
> > 
> > 3.0-rc2 works if I enable the CONFIG_CHARGER_ISP1704=y but do we
> > actually need to drive the ISP1704 into reset in
> > board-rx51-peripherals.c: rx51_charger_init as it breaks the musb when
> > the ISP1704 driver is missing and otherwise rx51_charger_set_power
> > should take care of ISP1704 reset control when the driver is there?
> 
> You might want to ask from Heikki. He patched that part of the code.

used wrong mail address for Heikki, fixing.

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

  reply	other threads:[~2011-06-13  8:47 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-07  0:02 [PATCH/RFC 0/6] ARM: runtime PM: consolidate runtime PM implementations Kevin Hilman
2011-04-07  0:02 ` Kevin Hilman
2011-04-07  0:02 ` Kevin Hilman
2011-04-07  0:02 ` [PATCH/RFC 1/6] ARM: sh-mobile: runtime PM: convert to device powerdomains Kevin Hilman
2011-04-07  0:02   ` Kevin Hilman
2011-04-07  0:02   ` Kevin Hilman
2011-04-07  0:02 ` [PATCH/RFC 2/6] OMAP2+: PM: move runtime PM implementation to use device power domains Kevin Hilman
2011-04-07  0:02   ` Kevin Hilman
2011-04-07  0:02   ` Kevin Hilman
2011-04-07  0:02   ` Kevin Hilman
2011-04-07  5:49   ` [PATCH/RFC 2/6] OMAP2+: PM: move runtime PM implementation to Grant Likely
2011-04-07  5:49     ` [PATCH/RFC 2/6] OMAP2+: PM: move runtime PM implementation to use device power domains Grant Likely
2011-04-07  5:49     ` Grant Likely
2011-06-09 14:30   ` Sakari Ailus
2011-06-09 16:37     ` Kevin Hilman
2011-06-10  6:57       ` N900 USB fix (Was: Re: [PATCH/RFC 2/6] OMAP2+: PM: move runtime PM implementation to use device power domains) Sakari Ailus
2011-06-13  8:28         ` Jarkko Nikula
2011-06-13  8:46           ` Felipe Balbi
2011-06-13  8:47             ` Felipe Balbi [this message]
2011-04-07  0:02 ` [PATCH/RFC 3/6] OMAP1: runtime PM: drop platform bus implementation Kevin Hilman
2011-04-07  0:02   ` Kevin Hilman
2011-04-07  0:02   ` Kevin Hilman
2011-04-07  0:02   ` Kevin Hilman
2011-04-07  0:02 ` [PATCH/RFC 4/6] ARM: move SH-mobile runtime PM to arm/common for sharing with other platforms Kevin Hilman
2011-04-07  0:02   ` Kevin Hilman
2011-04-07  0:02   ` Kevin Hilman
2011-04-07 16:56   ` Paul Mundt
2011-04-07 16:56     ` Paul Mundt
2011-04-07 16:56     ` Paul Mundt
2011-04-07 17:08     ` Kevin Hilman
2011-04-07 17:08       ` Kevin Hilman
2011-04-07 17:08       ` Kevin Hilman
2011-04-07 22:35       ` Rafael J. Wysocki
2011-04-07 22:35         ` Rafael J. Wysocki
2011-04-07 22:35         ` Rafael J. Wysocki
2011-04-08  0:38         ` Kevin Hilman
2011-04-08  0:38           ` Kevin Hilman
2011-04-08  0:38           ` Kevin Hilman
2011-04-08  5:01           ` Paul Mundt
2011-04-08  5:01             ` Paul Mundt
2011-04-08  5:01             ` Paul Mundt
2011-04-07  0:02 ` [PATCH/RFC 5/6] ARM: use common clock-based runtime PM implementation on SH-mobile & OMAP1 Kevin Hilman
2011-04-07  0:02   ` Kevin Hilman
2011-04-07  0:02   ` Kevin Hilman
2011-04-07  0:02 ` [PATCH/RFC 6/6] Revert "driver core: platform_bus: allow runtime override of dev_pm_ops" Kevin Hilman
2011-04-07  0:02   ` Kevin Hilman
2011-04-07  0:02   ` Kevin Hilman
2011-04-07  5:38 ` [PATCH/RFC 0/6] ARM: runtime PM: consolidate runtime PM implementations Rafael J. Wysocki
2011-04-07  5:38   ` Rafael J. Wysocki
2011-04-07  5:38   ` Rafael J. Wysocki
2011-04-07 14:58   ` Kevin Hilman
2011-04-07 14:58     ` Kevin Hilman
2011-04-07 14:58     ` Kevin Hilman
2011-04-07 17:17     ` Kevin Hilman
2011-04-07 17:17       ` Kevin Hilman
2011-04-07 17:17       ` Kevin Hilman
2011-04-07 22:31       ` Rafael J. Wysocki
2011-04-07 22:31       ` Rafael J. Wysocki
2011-04-07 22:31         ` Rafael J. Wysocki
2011-04-07 22:31         ` Rafael J. Wysocki
2011-04-08  0:32         ` Kevin Hilman
2011-04-08  0:32         ` Kevin Hilman
2011-04-08  0:32           ` Kevin Hilman
2011-04-08  0:32           ` Kevin Hilman
2011-04-07 17:17     ` Kevin Hilman
2011-04-07 14:58   ` 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=20110613084746.GC3633@legolas.emea.dhcp.ti.com \
    --to=balbi@ti.com \
    --cc=heikki.krogerus@nokia.com \
    --cc=jhnikula@gmail.com \
    --cc=kalle.jokiniemi@nokia.com \
    --cc=khilman@ti.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=rjw@sisk.pl \
    --cc=sakari.ailus@maxwell.research.nokia.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 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.