linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: "Pali Rohár" <pali.rohar@gmail.com>
Cc: Pavel Machek <pavel@ucw.cz>, Aaro Koskinen <aaro.koskinen@iki.fi>,
	Felipe Balbi <balbi@ti.com>,
	sre@debian.org, sre@ring0.de,
	kernel list <linux-kernel@vger.kernel.org>,
	linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: Re: USB Ethernet gadget on Nokia n900
Date: Mon, 27 Oct 2014 12:52:09 -0700	[thread overview]
Message-ID: <20141027195209.GP2560@atomide.com> (raw)
In-Reply-To: <201410262323.17891@pali>

* Pali Rohár <pali.rohar@gmail.com> [141026 15:24]:
> On Sunday 26 October 2014 22:55:48 Pavel Machek wrote:
> > > > I have root prepared on /dev/mmcblk0p6. I tried 3.17 with
> > > > rx51_defconfig, but no, it refuses to mount it.
> > > > 
> > > > VFS: Cannot open root device "mmcblk0p6" or ....: error
> > > > -19.
> > > > 
> > > > And then it proceeds to list mmcblk0p6 as one of available
> > > > options
> > > > 
> > > > :-(.
> > > > 
> > > > Ideas welcome.
> > > 
> > > Try to add rootdelay=30 or rootwait to kernel cmdline.
> > 
> > I had rootdelay=3. Will try rootwait... no change. This is
> > v3.17 with rx51_defconfig. CONFIG_MACH_NOKIA_RX51=y => device
> > tree will not be used AFAICT.
> > 
> > Now I'm back at 3.14 without device tree; same setup works
> > there. I tried disabling RX51 support in 3.14 (to make it
> > boot using device tree) but that did not work.
> > 								Pavel
> 
> I remember that there was some problem with initializing mmc 
> device. Sometimes something failed and reading from eMMC was not 
> possible. Try to boot kernel from uboot. Maybe it can help.

Would be nice to have both the USB and the MMC issues sorted
out in the mainline kernel naturally and get rid of any bootloader
dependencies.

I think the USB issue because usb_gadget_probe_driver() bails
out with -ENODEV before the USB controller is found. Felipe, got
any ideas how to fix this to work with -EPROBE_DEFER? Should this
get called only from the USB controller probe?

Regards,

Tony

  reply	other threads:[~2014-10-27 19:52 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20141019090107.GA19132@amd>
2014-10-19 10:07 ` USB Ethernet gadget on Nokia n900 Pavel Machek
2014-10-19 14:58   ` Pali Rohár
2014-10-19 20:50     ` Pavel Machek
2014-10-19 21:00       ` Pali Rohár
2014-10-19 22:30         ` Pavel Machek
2014-10-20 13:08         ` Pavel Machek
2014-10-20 16:45           ` Tony Lindgren
2014-10-20 22:03             ` Pavel Machek
2014-10-20 22:29               ` Tony Lindgren
2014-10-21 21:52                 ` Pavel Machek
2014-10-19 15:24   ` Felipe Balbi
2014-10-19 19:19     ` Pavel Machek
2014-10-19 19:29       ` Pavel Machek
2014-10-20 21:35       ` Aaro Koskinen
2014-10-20 21:37         ` Aaro Koskinen
2014-10-20 22:42         ` Pavel Machek
2014-10-26 11:08         ` Pavel Machek
2014-10-26 11:12           ` Pali Rohár
2014-10-26 12:00             ` Pavel Machek
2014-10-26 21:17             ` Pavel Machek
2014-10-26 21:22               ` Pali Rohár
2014-10-26 21:55                 ` Pavel Machek
2014-10-26 22:23                   ` Pali Rohár
2014-10-27 19:52                     ` Tony Lindgren [this message]
2014-10-27 22:31                       ` Tony Lindgren
2014-10-28 22:04                         ` Pavel Machek
2014-10-28 22:11                           ` Tony Lindgren
2014-10-29  8:46                             ` Nokia n900 problems in 3.18-rc1 (was Re: USB Ethernet gadget on Nokia n900) Pavel Machek
2014-10-29 14:09                               ` Tony Lindgren
2014-10-29 14:18                                 ` Tomi Valkeinen
2014-10-29 21:34                                   ` Pavel Machek
2014-10-31 20:03                                 ` Pavel Machek
2014-10-31 20:30                                   ` Pali Rohár
2014-10-28 22:21                           ` USB Ethernet gadget on Nokia n900 Pavel Machek
2014-10-28 22:26                             ` Tony Lindgren
2015-07-06 13:24                               ` Pali Rohár
2015-07-06 13:53                                 ` Tony Lindgren
2015-07-07  7:46                                   ` Pali Rohár
2015-07-07 11:46                                     ` Tony Lindgren
2016-01-19 20:58                                       ` Pali Rohár
2016-02-11 14:43                                         ` Pali Rohár
2016-02-11 14:50                                           ` Pali Rohár

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=20141027195209.GP2560@atomide.com \
    --to=tony@atomide.com \
    --cc=aaro.koskinen@iki.fi \
    --cc=balbi@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=pali.rohar@gmail.com \
    --cc=pavel@ucw.cz \
    --cc=sre@debian.org \
    --cc=sre@ring0.de \
    /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;
as well as URLs for NNTP newsgroup(s).