I2C restart condition implementation in linux without bitbanging
by jophinjoseph200 from LinuxQuestions.org on (#6HSTV)
Hi,
I need to implement i2c restart condition in linux platform .Since am using write and read method start and read ,stop condition start condition will take care by driver. but what about restart condition ,I have one function which will only do i2c restart condition.How to implement it through i2c without bitbanging. When i search in google it shown linux will not support i2c restart condition.only way is bitbanging?I am curious to know whether we can implement it?
I need to implement i2c restart condition in linux platform .Since am using write and read method start and read ,stop condition start condition will take care by driver. but what about restart condition ,I have one function which will only do i2c restart condition.How to implement it through i2c without bitbanging. When i search in google it shown linux will not support i2c restart condition.only way is bitbanging?I am curious to know whether we can implement it?