[PATCH] I2C: Add I2C support for the MPC8260

jimmy liu jimmyzhmliu at yahoo.com
Thu Jan 25 15:56:17 EST 2007


When I add mpc8260 I2C driver to Linux Kernel 2.6.19,
the init function looks like that
 static int __init fsl_i2c_init(void)
 {
  return driver_register(&fsl_i2c_driver);
 }

I set the debug on, and found that the fsl_i2c_probe()
function is never 
called, so there is not I2C device enabled, and the
user space function 
open("/dev/i2c-0",O_RDWR) always return error. I set
something wrong?



 
____________________________________________________________________________________
Have a burning question?  
Go to www.Answers.yahoo.com and get answers from real people who know.



More information about the Linuxppc-dev mailing list