1. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  2. df6b8c7 hwmon: (ina2xx) Fix build warning by Guenter Roeck · 6 years ago
  3. 6a0f234 hwmon: (ina2xx) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO} by Guenter Roeck · 6 years ago
  4. 38cd989e hwmon: (ina2xx) Fix current value calculation by Nicolin Chen · 6 years ago
  5. 70df9eb hwmon (ina2xx) Fix NULL id pointer in probe() by Nicolin Chen · 6 years ago
  6. 3ad8670 hwmon: (ina2xx) fix sysfs shunt resistor read access by Lothar Felten · 6 years ago
  7. 0c4c586 hwmon: (ina2xx) Fix access to uninitialized mutex by Marek Szyprowski · 7 years ago
  8. 5d389b1 hwmon: (ina2xx) Make calibration register value fixed by Maciej Purski · 7 years ago
  9. bd0ddd4 hwmon: (ina2xx) Add OF device ID table by Javier Martinez Canillas · 8 years ago
  10. 5aa4e83 hwmon: (ina2xx) remove no longer used variable 'kind' by Marc Titinger · 9 years ago
  11. 001e2e7 hwmon: (ina2xx) give precedence to DT over checking for platform data. by Marc Titinger · 9 years ago
  12. a0de56c hwmon: (ina2xx) convert driver to using regmap by Marc Titinger · 9 years ago
  13. d38df34 hwmon: (ina2xx) replace ina226_avg_bits() with find_closest() by Bartosz Golaszewski · 10 years ago
  14. add513b hwmon: (ina2xx) Add ina231 compatible string by Kevin Hilman · 10 years ago
  15. b721fe2 hwmon: (ina2xx) use DIV_ROUND_CLOSEST() to avoid rounding errors by Bartosz Golaszewski · 10 years ago
  16. 71eb7c4 hwmon: (ina2xx) remove an unnecessary dev_get_drvdata() result check by Bartosz Golaszewski · 10 years ago
  17. 72a87a4 hwmon: (ina2xx) implement update_interval attribute for ina226 by Bartosz Golaszewski · 10 years ago
  18. 8a5fc79 hwmon: (ina2xx) make shunt resistance configurable at run-time by Bartosz Golaszewski · 10 years ago
  19. e794704 hwmon: (ina2xx) don't accept shunt values greater than the calibration factor by Bartosz Golaszewski · 10 years ago
  20. f4fe902 hwmon: (ina2xx) remove a stray new line by Bartosz Golaszewski · 10 years ago
  21. 509416a hwmon: (ina2xx) reinitialize the chip in case it's been reset by Bartosz Golaszewski · 10 years ago
  22. f975b33 hwmon: (ina2xx) bail-out from ina2xx_probe() in case of configuration errors by Bartosz Golaszewski · 10 years ago
  23. c0214f9 hwmon: (ina2xx) Cast to s16 on shunt and current regs by Fabio Baltieri · 11 years ago
  24. 468bf0e hwmon: (ina2xx) Convert to use devm_hwmon_device_register_with_groups by Guenter Roeck · 11 years ago
  25. 8876dd7 hwmon: (ina2xx) Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  26. a8b3a3a hwmon: use dev_get_platdata() by Jingoo Han · 11 years ago
  27. 31e7ad7 hwmon: (ina2xx) Add device tree support to pass the shunt resistor by Tang Yuantian · 12 years ago
  28. f0df0fd hwmon: (ina2xx) Fix 'Avoid unnecessary line continuations' checkpatch warning by Guenter Roeck · 12 years ago
  29. d835ca0 hwmon: (ina2xx) use module_i2c_driver to simplify the code by Wei Yongjun · 12 years ago
  30. dcd8f39 hwmon: Add missing inclusions of <linux/jiffies.h> by Jean Delvare · 12 years ago
  31. dc92cd0 hwmon: (ina2xx) Add support for INA220 and INA230 by Guenter Roeck · 13 years ago
  32. 6106db2 hwmon: (ina2xx) Use structure array to distinguish chip types by Guenter Roeck · 13 years ago
  33. 080b98e hwmon: (ina2xx) Fix word size register read and write operations by Guenter Roeck · 12 years ago
  34. f7c2fe3 hwmon: INA219 and INA226 support by Felten, Lothar · 13 years ago