Can anyone provide me with some sample application code written to communicate with I2C devices on any of the I2C buses? This would significantly help to jump start my efforts. I am not looking for a tutorial on I2C bus technology and communicating with I2C devices. I have done that in the past with Windows, where a 3rd party provided a DLL that provided easy access to the I2C driver. I am looking for Linux code that demonstrates how to access the I2C driver for reading/writing I2C registers. I can take the rest from there.
Thanks!