Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-06 | hwmon: (ucd9000/ucd9200) Optimize array walk | Jean Delvare | |
Rewrite the loop walking the id array during probe. The new code is better adapted to a null-terminated array, and is also clearer and more efficient than the original. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Axel Lin <axel.lin@gmail.com> Cc: Guenter Roeck <guenter.roeck@ericsson.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> | |||
2011-07-28 | hwmon: (pmbus) Move PMBus drivers to drivers/hwmon/pmbus | Guenter Roeck | |
Since the number of PMBus drivers is getting large, move them into directory drivers/hwmon/pmbus to improve readability and scalability. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Reviewed-by: Robert Coulson <robert.coulson@ericsson.com> |