All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Kishon Vijay Abraham I <kishon@ti.com>
Cc: linux-omap@vger.kernel.org, Felipe Balbi <balbi@ti.com>,
	Tomi Valkeinen <tomi.valkeinen@ti.com>,
	Luciano Coelho <coelho@ti.com>, Roger Quadros <rogerq@ti.com>,
	linux-arm-kernel@lists.infradead.org,
	Santosh Shilimkar <santosh.shilimkar@ti.com>,
	Ravi Babu <ravibabu@ti.com>,
	Ruslan Bilovol <ruslan.bilovol@ti.com>
Subject: Re: Multiple issues with omap4 panda es in linux next
Date: Mon, 22 Apr 2013 11:03:17 -0700	[thread overview]
Message-ID: <20130422180316.GA10155@atomide.com> (raw)
In-Reply-To: <5174F7A8.7070308@ti.com>

* Kishon Vijay Abraham I <kishon@ti.com> [130422 01:46]:
> Hi,
> 
> On Friday 19 April 2013 10:43 PM, Tony Lindgren wrote:
> >Hi all,
> >
> >Here's a list of breakage I've noticed so far while trying to
> >use linux next on my pandaboard es. Probably similar issues exist
> >on other boards as well.
> >
> >Ideally we would not have any breakage by the merge window, so
> >let's try to get these fixed ASAP:
> >
> >1. Serial console broken on panda es booting with DT
> >
> >The symptoms are dmesg output stopping after few lines
> >and only continuing after pressing a key. Does not seem to
> >happen on blaze with DT for some reason. And does not happen
> >on panda es with legacy booting.
> >
> >2. MUSB fails with legacy booting and DT on panda es
> >
> >With both legacy and DT booting I get something like:
> >
> >HS USB OTG: no transceiver configured
> >musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517
> 
> The dt should work fine with https://patchwork.kernel.org/patch/2423061/.

OK thanks for checking that.
 
> But non-dt has got a real issue. We were using usb_bind_phy() for
> binding the controller with the PHY (we use device names). But in
> linux-next the device names have changed because of using
> PLATFORM_DEVID_AUTO. We can modify the usb_bind_phy() calls to use
> the new device names, But I suspect the device names can change
> again. Not sure what we can do here :-(

Let's do a minimal fix for v3.10. Then we'll make omap4 DT only for
v3.11 and that problem is solved for good.

Regards,

Tony

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: Multiple issues with omap4 panda es in linux next
Date: Mon, 22 Apr 2013 11:03:17 -0700	[thread overview]
Message-ID: <20130422180316.GA10155@atomide.com> (raw)
In-Reply-To: <5174F7A8.7070308@ti.com>

* Kishon Vijay Abraham I <kishon@ti.com> [130422 01:46]:
> Hi,
> 
> On Friday 19 April 2013 10:43 PM, Tony Lindgren wrote:
> >Hi all,
> >
> >Here's a list of breakage I've noticed so far while trying to
> >use linux next on my pandaboard es. Probably similar issues exist
> >on other boards as well.
> >
> >Ideally we would not have any breakage by the merge window, so
> >let's try to get these fixed ASAP:
> >
> >1. Serial console broken on panda es booting with DT
> >
> >The symptoms are dmesg output stopping after few lines
> >and only continuing after pressing a key. Does not seem to
> >happen on blaze with DT for some reason. And does not happen
> >on panda es with legacy booting.
> >
> >2. MUSB fails with legacy booting and DT on panda es
> >
> >With both legacy and DT booting I get something like:
> >
> >HS USB OTG: no transceiver configured
> >musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517
> 
> The dt should work fine with https://patchwork.kernel.org/patch/2423061/.

OK thanks for checking that.
 
> But non-dt has got a real issue. We were using usb_bind_phy() for
> binding the controller with the PHY (we use device names). But in
> linux-next the device names have changed because of using
> PLATFORM_DEVID_AUTO. We can modify the usb_bind_phy() calls to use
> the new device names, But I suspect the device names can change
> again. Not sure what we can do here :-(

Let's do a minimal fix for v3.10. Then we'll make omap4 DT only for
v3.11 and that problem is solved for good.

Regards,

Tony

  reply	other threads:[~2013-04-22 18:03 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-19 17:13 Multiple issues with omap4 panda es in linux next Tony Lindgren
2013-04-19 17:13 ` Tony Lindgren
2013-04-19 17:41 ` Santosh Shilimkar
2013-04-19 17:41   ` Santosh Shilimkar
2013-04-19 17:44   ` Tony Lindgren
2013-04-19 17:44     ` Tony Lindgren
2013-04-19 17:53     ` Santosh Shilimkar
2013-04-19 17:53       ` Santosh Shilimkar
2013-04-19 18:18       ` Tony Lindgren
2013-04-19 18:18         ` Tony Lindgren
2013-04-25 13:58         ` Kevin Hilman
2013-04-25 13:58           ` Kevin Hilman
2013-04-26  8:40           ` Santosh Shilimkar
2013-04-26  8:40             ` Santosh Shilimkar
2013-04-22  7:49 ` Felipe Balbi
2013-04-22  7:49   ` Felipe Balbi
2013-04-22  8:41 ` Kishon Vijay Abraham I
2013-04-22  8:41   ` Kishon Vijay Abraham I
2013-04-22 18:03   ` Tony Lindgren [this message]
2013-04-22 18:03     ` Tony Lindgren
2013-04-23 15:10     ` Kishon Vijay Abraham I
2013-04-23 15:10       ` Kishon Vijay Abraham I
2013-04-23 17:23       ` Tony Lindgren
2013-04-23 17:23         ` Tony Lindgren
2013-04-23 21:31         ` Tony Lindgren
2013-04-23 21:31           ` Tony Lindgren
2013-04-23 23:16           ` Tony Lindgren
2013-04-23 23:16             ` Tony Lindgren
2013-04-24  5:41             ` Kishon Vijay Abraham I
2013-04-24  5:41               ` Kishon Vijay Abraham I
2013-04-24 19:08               ` Tony Lindgren
2013-04-24 19:08                 ` Tony Lindgren
2013-04-24 19:23                 ` Tony Lindgren
2013-04-24 19:23                   ` Tony Lindgren
2013-04-25  9:04                   ` Felipe Balbi
2013-04-25  9:04                     ` Felipe Balbi
2013-04-25 15:01                     ` Tony Lindgren
2013-04-25 15:01                       ` Tony Lindgren
2013-04-25 15:13                       ` Felipe Balbi
2013-04-25 15:13                         ` Felipe Balbi
2013-04-22  9:08 ` Tomi Valkeinen
2013-04-22  9:08   ` Tomi Valkeinen
2013-04-22 10:24   ` Tomi Valkeinen
2013-04-22 10:24     ` Tomi Valkeinen
2013-04-22 12:21     ` Grygorii Strashko
2013-04-22 12:21       ` Grygorii Strashko
2013-04-22 18:08       ` Tony Lindgren
2013-04-22 18:08         ` Tony Lindgren
2013-04-23 13:53         ` Grygorii Strashko
2013-04-23 13:53           ` Grygorii Strashko
2013-04-23 17:31           ` Tony Lindgren
2013-04-23 17:31             ` Tony Lindgren
2013-04-24 19:44 ` Tony Lindgren
2013-04-24 19:44   ` Tony Lindgren

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=20130422180316.GA10155@atomide.com \
    --to=tony@atomide.com \
    --cc=balbi@ti.com \
    --cc=coelho@ti.com \
    --cc=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=ravibabu@ti.com \
    --cc=rogerq@ti.com \
    --cc=ruslan.bilovol@ti.com \
    --cc=santosh.shilimkar@ti.com \
    --cc=tomi.valkeinen@ti.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.