This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM365 IPNC porting on Linux 2.6.32+DVSDK3.10 : I2C driver questions.

Hello all TI guys,

I met some difficulties porting the I2C driver dev_i2c of IPNC on the kernel 2.6.32 infrastructure.

I2C has dramatically changed between 2.6.18 and 2.6.32.

The difficulty comes from the fact that the dev_i2c is a module. And new kernel i2c infrastructure needs to register statically i2c devices on board during board setup. The problem is that inserting module is like doing dynamic registration which is far more unexplained o nthe web.

My question is the following :

Is there anyone is TI who has done this porting to 2.6.32 and who could share this and help my developement?

thank you for your help.