Can Someone tell me, in linux driver, When Platform device framework and I2C device framework should be used?
I have an audio codec which has I2C and I2S interface. I thought of connecting it in I2C device framework. But in the the reference driver, they have used Platform device framework.
Can someone explain the concept behind this?