"Nori, Sekhar" <[email protected]> writes: > On Thu, Dec 09, 2010 at 20:28:41, Chemparathy, Cyril wrote: >> On 12/09/2010 06:00 AM, Nori, Sekhar wrote: >> > On Thu, Dec 09, 2010 at 14:25:49, Nori, Sekhar wrote: >> > >> >> This call should simply return if machine is not tnetv107x EVM. >> >> >> >> I didn't follow the entire series but wondering why >> >> platform device registration should be a late init call. >> >> Typically the driver probe can be made a late init call >> >> in case of init sequence dependencies. >> > >> > I meant driver init, not probe. >> >> This was done to handle driver dependencies, and is meant to be >> temporary (until a real driver dependency framework comes in). >> >> Please see [1] for a bit more of background on changing drivers to use >> module_init(). > > Hmm, okay. Please include a check for machine in that case. >
Sekhar is right. Today, we don't (can't) build this machine with others for a couple reasons, but we're moving towards removing those restrictions, so when this machine is included in a binary with others, it needs to check. Thanks, Kevin ------------------------------------------------------------------------------ Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Plus, data movement tools, best practices and more. http://p.sf.net/sfu/oracle-sfdev2dev _______________________________________________ spi-devel-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spi-devel-general
