Hello,Are there any known issues using an I2C slave device on the I2C-4 bus of a pandaboard ES running kernel 3.0.8 ?I have extensively googled and found a reference to possible issues with I2C char driver support, but wanted to ask here if anyone had any direct experience with this.I am interfacing a mcp7940x RTC module to a pandaboard ES 3.0.8 running kernel 3.0.08 with Android ICS, all built from source.I have modified my board file to include my I2C device, and it is being probed at boot time.However, during probe the following call returns error -121, which is either a BUSY or REMOTEIO error.I have the same RTC module working with a raspberrypi board running a 3.2x kernel so I am sure that the RTC is working correctly.I have also confirmed that my RTC is connected correctly to the I2C-4 bus and I am pretty sure that my board file is configured correctly for my I2C device.I'd appreciate hearing from anyone who may have some experience with this before I try to update my kernel.-Randy