]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Move I2C driver model init earlier in the boot sequence
authorDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 30 Sep 2008 18:43:00 +0000 (21:43 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 1 Oct 2008 10:37:37 +0000 (13:37 +0300)
commitd4ada6ae322905aa273fddb9cde28e7de1aef222
tree76a142e34862698b1b1734a4df56570cf4ff4440
parent7814bb1c51606b8d6b7a81d700106ade4050b636
Move I2C driver model init earlier in the boot sequence

This avoids oopsing in statically linked systems when some
subsystems register I2C drivers in subsys_initcall() code,
but those subsystems are linked (and initialized) before I2C.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/i2c/i2c-core.c