On Thu, Aug 08, 2019 at 09:02:42AM +0100, Iker Perez wrote: > From: Iker Perez del Palomar Sustatxa <iker.perez@xxxxxxxxxxxxxxx> > > Hello, > > The objective of following patch series is to add support to lm75 driver > to be able to configure the sample time of it's supported devices, > particularly the tmp75b. > > The applied changes involve: > * Replace the current switch-case method for configuration > parameters selection to a structure storing them. This method > allows easier management of the parameters. > * Split the writing of configuration registers into a separate > function. This method saves code in later patches. > * Include new fields in lm75_params to add support for multiple > sample times. > * Split the lm75_write functionality into separate, simpler, > functions. > * Add support for configuring the devices via their sysfs nodes. > > The patch series was based on linux-next's master branch. > > Thank you Guenter Roeck, Michael Drake, Thomas Preston and Tom Eccles for > your time, help and feedback. > Series applied to hwmon-next. Thanks, Guenter