On the OMAP board I have, I want to access production information
(model, serial number, MAC addresses, etc), and the part requires 3v
which is powered off of VAUX1.

I need to pull this out at initialization time, but I have to wait until
the twl4030 driver is running or I get "twl4030: client 3 is not
initialized" when I try to turn on the power.   Looking at the
twl4030-core.c code, I see its invoked via initcall_subsys().  I'd like
to have my code invoked before the other devices come up (so I can
provide a MAC address to the ethernet, etc).  I'm trying
initcall_sysbys_sync() to have my code called after the twl4040
initializes, but before the devices come up.

Is the the right way to approach this?

-- 
Peter Barada <[email protected]>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to