linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Timur Tabi <timur@freescale.com>
To: linuxppc-dev list <linuxppc-dev@ozlabs.org>
Subject: Re: current-speed property in serial devices causes kernel panic
Date: Mon, 02 Jul 2007 15:01:42 -0500	[thread overview]
Message-ID: <468959A6.80406@freescale.com> (raw)
In-Reply-To: <4685DB63.7040705@freescale.com>

Timur Tabi wrote:
> The kernel panic occurs only if I call of_platform_bus_probe().

FYI, thanks to Kumar, I found the problem: I had CONFIG_SERIAL_OF_PLATFORM enabled.  This 
causes of_serial.c to be compiled and loaded.  On my platform, that wasn't doing anything 
because initially I wasn't calling of_platform_bus_probe().  When I added that call to my 
platform code, of_serial.c sprang to life and tried to probe the serial nodes in my device 
tree.  Apparently, of_serial.c is not compatible with fsl_soc.c.

-- 
Timur Tabi
Linux Kernel Developer @ Freescale

      parent reply	other threads:[~2007-07-02 20:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-30  4:26 current-speed property in serial devices causes kernel panic Timur Tabi
2007-07-02 16:46 ` Kumar Gala
2007-07-02 20:01 ` Timur Tabi [this message]

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=468959A6.80406@freescale.com \
    --to=timur@freescale.com \
    --cc=linuxppc-dev@ozlabs.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 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).