Feng Tang 0d5fb5ea7d i2c-eg20t: correct the driver init order of pch_i2c_probe()
Before registering an adapter to i2c subsystem, we need make sure
driver is ready for incoming i2c xfer, becasue the i2c_add_adapter()
may trigger a i2c device driver's proble function which may start
some real i2c xfer. I met this issue when integrating a TSC2007 i2c
touch screen device with the i2c-eg20t driver.

This patch will call request_irq() and hw init before calling
i2c_add_adapter().

Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2011-12-18 11:46:42 +00:00
..
2011-03-31 11:26:23 -03:00
2011-07-25 17:49:42 +02:00
2011-10-29 09:55:45 +01:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-05-18 23:24:50 +02:00
2011-03-31 11:26:23 -03:00
2008-01-27 18:14:45 +01:00
2011-03-31 11:26:23 -03:00
2011-01-04 00:53:37 +00:00
2011-01-04 00:53:37 +00:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2011-12-18 11:45:54 +00:00
2011-05-24 20:58:49 +02:00
2011-05-24 20:58:49 +02:00
2011-10-29 09:55:45 +01:00
2009-04-07 10:23:34 +01:00
2011-10-29 09:55:45 +01:00
2011-10-29 09:55:45 +01:00
2011-06-29 11:36:10 +02:00
2010-10-24 18:16:59 +02:00