[uClinux-dev] Is it possible to enable both hardware and GPIO I2C at the same time?

2009-04-09 Thread Allen Yang
Hi,

Anybody here has the experience of enabling both hardware I2C and GPIO
I2C (the driver is i2c_gpio.c) in embedded Linux system.

I am trying to use two separate I2C busses in my system.

If I enable them separately (enable one, disable the other one), both
can work. However, if I enable them at the same time, the hardware I2C
cannot work. I got Adding I2C adapter failed error. I guess both
hardware and GPIO I2C are trying to use the same I2C adapter.

Anybody had this problem before? Any suggestion is highly appreciated.

Regards,

Allen Yang


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


Re: [uClinux-dev] Is it possible to enable both hardware and GPIO I2C at the same time?

2009-04-09 Thread Mike Frysinger
On Thursday 09 April 2009 14:24:56 Allen Yang wrote:
 Anybody here has the experience of enabling both hardware I2C and GPIO
 I2C (the driver is i2c_gpio.c) in embedded Linux system.

 I am trying to use two separate I2C busses in my system.

properly written  configured i2c bus drivers have no problem running at the 
same time.  i have no experience with this specific one, but ive seen other 
hardware and software i2c busses used simultaneously.
-mike


signature.asc
Description: This is a digitally signed message part.
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev