Hi Harald, > > I didn't look at the datasheet for your chip yet (no time for this > > sorry) so I can't tell you exactly which driver to start from. But this > > should be an i2c-only driver (no platform driver, and no i2c-isa > > trick.) Maybe lm90 will do, as it's both simple and up-to-date with > > regards to recent changes. And you can always peek at other drivers for > > the features your chip has and lm90 doesn't. > > I have started working on this (but please don't expect too much). > One question about the I2C_DRIVERID_* macros in i2c-id.h: Where > could I get an ID for the f75387 driver? You don't need any. id is an optional field, just set it to 0 (the default for a statically declared structure anyway) and it'll be fine. -- Jean Delvare