Hi,
On Mon, May 25, 2015 at 02:24:00PM +0800, Lu, Baolu wrote:
the problem is something else... Moving things around in the init levels
On 05/23/2015 12:08 AM, David Cohen wrote:
Hi,I managed to boot a kernel built from the top of Felipe's
On Fri, May 22, 2015 at 07:29:15PM +0800, Lu Baolu wrote:
Phy drivers and the ulpi interface providers depend on theIt's still not an issue :(
registeration of the ulpi bus. Ulpi registers the bus in
module_init(). This could result in a load order issue, i.e.
I'd say "unnecessary probe delays".
remotes/origin/next branch under an Ubuntu environment
on Intel's Bay Trail tablet.
The same panic (as I found in the Android environment previously)
shows up as well. And if I replace module_init() with sys_initcall(),
the panic disappears.
is just a workaround for another issue. Seems like there's some missing
EPROBE_DEFER somewhere.