Hi Vivien, On Mon, 2012-02-06 at 15:15 -0500, Vivien Didelot wrote: [ ... ] > > BTW, about the TS-5500 ADC part, is a platform ts5500_adc.c file the > better solution, or should the device be declared in the ts5500.c > platform code? > I would suggest to declare it in the ts5500.c platform code. That seems to be the common approach as far as I can see. platform_add_devices() works pretty well for this. It saves you from having to call platform_device_register() for each device separately. Obviously that only works if all devices are declared in a single file. Thanks, Guenter _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors