Hi Vidhumouli, On Mon, 1 Sep 2008 22:30:10 -0700 (PDT), vidhumouli hunsigida wrote: > I forgot to ask the question..... > > Can any one give me a poointer to any link/document from where > I can understand the flow correctly?
The only document we have is Documentation/i2c/dev-interface in the kernel source tree: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/i2c/dev-interface However it describes the API to /dev/i2c-N, not the flow from your application to the I2C bus driver. For that, maybe the best we have is this picture: http://www.lm-sensors.org/attachment/wiki/Documentation/layers.gif But it's not necessarily very clear. (And it shouldn't be on the lm-sensors.org wiki, but that's another story.) -- Jean Delvare _______________________________________________ i2c mailing list [email protected] http://lists.lm-sensors.org/mailman/listinfo/i2c
