From: Vitaly Wool Date: Thu, 4 Jan 2007 12:07:03 +0000 (+0100) Subject: i2c-pnx: Fix interrupt handler, get rid of EARLY config option X-Git-Tag: v2.6.20-rc4~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c566fb7b3cda741dd6ed60c7d6aae0e17c9c8fe;p=pandora-kernel.git i2c-pnx: Fix interrupt handler, get rid of EARLY config option This fixes two issues raised by David Brownell on the i2c list: << Someone needs to update i2c-pnx.c to handle the IRQ handler doesn't expect pt_regs (gone now for a while), and so it doesn't try to reference "mudule_init()" if I2C isn't initialized "early". For that matter, to get rid of that _option_ to initialize then, and always init that driver with subsystem_init() ... it's common with embedded systems to need I2C access to tweak a GPIO expander or do some other work when bringing up drivers, that's not specific to USB stacks. >> Signed-off-by: Vitaly Wool Signed-off-by: Jean Delvare --- Reading git-diff-tree failed