linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Initcall ordering
@ 2010-04-23 15:56 Gary Thomas
  2010-04-23 21:54 ` Gary Thomas
  2010-04-24  1:24 ` Wolfram Sang
  0 siblings, 2 replies; 4+ messages in thread
From: Gary Thomas @ 2010-04-23 15:56 UTC (permalink / raw)
  To: linuxppc-dev@lists.ozlabs.org

I'm having trouble with the I2C devices on my 8347 platform.
The problem is that I2C device probe() functions are only called
once, as the I2C bus is being initialized (in this case fsl_i2c_init())
I have 2 devices on this bus, one device gets it's initcall
before fsl_i2c_init, the second one does not :-(  This means
that the second device is never probed.

What can I do about this?  Has the problem been seen before?
I can provide more data, as required.

note: I'm currently using 2.6.28, but I will be moving to 2.6.32
soon in case it matters, but I'd rather find/understand/fix this
in 2.6.28 if possible.

Thanks

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-04-24 14:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 15:56 Initcall ordering Gary Thomas
2010-04-23 21:54 ` Gary Thomas
2010-04-24  1:24 ` Wolfram Sang
2010-04-24 14:26   ` Gary Thomas

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).