1. 9c32e81 hwmon: (lm75) Add support for TMP75C by Ben Gardner · 9 years ago
  2. 17e8351 thermal: consistently use int for temperatures by Sascha Hauer · 9 years ago
  3. 2efda90 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  4. 4ad40cc hwmon: (lm75) Strengthen detect function by Guenter Roeck · 10 years ago
  5. 799fc60 hwmon: (lm75) Add support for the NXP LM75B by Michael Thalmeier · 10 years ago
  6. 2251aef thermal: of: improve of-thermal sensor registration API by Eduardo Valentin · 10 years ago
  7. c83959f hwmon: (lm75) Add support for TMP112 by Frans Klaver · 10 years ago
  8. d663ec4 hwmon: (lm75) Convert to use hwmon_device_register_with_groups by Guenter Roeck · 10 years ago
  9. 22e7318 hwmon: lm75: expose to thermal fw via DT nodes by Eduardo Valentin · 11 years ago
  10. c98d6c6 hwmon: (lm75) Add support for GMT G751 chip by Arnaud Ebalard · 11 years ago
  11. 3fbc81e hwmon: (lm75) Add support for the Dallas/Maxim DS7505 by Jean Delvare · 11 years ago
  12. 0cd2c72 hwmon: (lm75) Tune resolution and sample time per chip by Jean Delvare · 11 years ago
  13. 87d0621 hwmon: (lm75) Prepare to support per-chip resolution and sample time by Jean Delvare · 11 years ago
  14. 8a5c5cc hwmon: (lm75) Per-chip configuration register initialization by Jean Delvare · 11 years ago
  15. 13ac7a0 hwmon: (lm75) Convert to use devm_ functions by Guenter Roeck · 12 years ago
  16. f0967ee hwmon: convert drivers/hwmon/* to use module_i2c_driver() by Axel Lin · 12 years ago
  17. 24edc0a hwmon: (lm75) fix checkpatch warning by Frans Meulenbroeks · 13 years ago
  18. 1f962f3 hwmon: (lm75) added error handling by Frans Meulenbroeks · 13 years ago
  19. 90f4102 hwmon: Use i2c_smbus_{read,write}_word_swapped by Jean Delvare · 13 years ago
  20. 426343e hwmon: (lm75) Document why clones are not detected by Jean Delvare · 13 years ago
  21. e96f9d8 hwmon: (lm75) Add support for Analog Devices ADT75 by Michael Hennerich · 13 years ago
  22. e76f67b hwmon: (lm75) Speed up detection by Jean Delvare · 13 years ago
  23. 05e82fe hwmon: (lm75) Add detection of the National Semiconductor LM75A by Len Sorensen · 13 years ago
  24. caaa0f3 hwmon: (lm75) Trivial changes to pacify the checkpatch by Shubhrajyoti D · 14 years ago
  25. e3cd952 hwmon: (lm75) Make the writing to sysfs more robust by Shubhrajyoti D · 14 years ago
  26. 9914518 hwmon: (lm75) Add suspend/resume feature by Shubhrajyoti Datta · 14 years ago
  27. fbae3fb i2c: Remove all i2c_set_clientdata(client, NULL) in drivers by Wolfram Sang · 14 years ago
  28. 6d03405 hwmon: (lm75) Add support for the Texas Instruments TMP105 by Shubhrajyoti Datta · 14 years ago
  29. 1f86df4 i2c: Drop I2C_CLIENT_INSMOD_1 by Jean Delvare · 15 years ago
  30. c3813d6 i2c: Get rid of struct i2c_client_address_data by Jean Delvare · 15 years ago
  31. 310ec79 i2c: Drop the kind parameter from detect callbacks by Jean Delvare · 15 years ago
  32. 52df644 hwmon: Clean up detect functions by Jean Delvare · 15 years ago
  33. 739cf3a hwmon: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  34. 8ff69ee hwmon: (lm75) Drop legacy i2c driver by Jean Delvare · 16 years ago
  35. 9ebd3d8 hwmon: (lm75) add new-style driver binding by David Brownell · 16 years ago
  36. 01a5239 hwmon: (lm75) cleanup/reorg by David Brownell · 16 years ago
  37. bcccc3a hwmon: (lm75) sensor reading bugfix by David Brownell · 16 years ago
  38. ccd6bef hwmon: (lm75) Fix an incorrect comment by Jean Delvare · 16 years ago
  39. 25e9c86 hwmon: normal_i2c arrays should be const by Mark M. Hoffman · 16 years ago
  40. 7b501b1 hwmon: Discard useless I2C driver IDs by Jean Delvare · 17 years ago
  41. 1beeffe hwmon: Convert from class_device to device by Tony Jones · 17 years ago
  42. 5bfedac hwmon: Allow writing of negative trigger temperatures by Christian Hohnstaedt · 17 years ago
  43. 9ca8e40c8 hwmon/lm75: Use dynamic sysfs callbacks by Jean Delvare · 17 years ago
  44. c1685f6 hwmon: Fix unchecked return status, batch 1 by Mark M. Hoffman · 18 years ago
  45. 9a61bf6 [PATCH] hwmon: Semaphore to mutex conversions by Ingo Molnar · 18 years ago
  46. 2b48716 [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  47. cdaf793 [PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11 by Laurent Riffard · 19 years ago
  48. 8a99475 [PATCH] i2c: Drop i2c_driver.flags, 2 of 3 by Jean Delvare · 19 years ago
  49. ba9c2e8 [PATCH] hwmon: kzalloc conversion by Deepak Saxena · 19 years ago
  50. f4b5026 [PATCH] hwmon: hwmon vs i2c, second round (06/11) by Jean Delvare · 19 years ago
  51. 2ed2dc3 [PATCH] hwmon: hwmon vs i2c, second round (04/11) by Jean Delvare · 19 years ago
  52. 02ff982 [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (8/9) by Jean Delvare · 19 years ago
  53. 5071860 [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9) by Jean Delvare · 19 years ago
  54. 943b083 [PATCH] I2C hwmon: add hwmon sysfs class to drivers by Mark M. Hoffman · 19 years ago
  55. e647ecf [PATCH] hwmon: soften lm75 initialization by Jean Delvare · 19 years ago
  56. 8d5d45f [PATCH] I2C: Move hwmon drivers (2/3) by Jean Delvare · 19 years ago[Renamed from drivers/i2c/chips/lm75.c]
  57. f0bb60e [PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup by Alexey Dobriyan · 19 years ago
  58. 30f7429 [PATCH] Driver Core: drivers/i2c/chips/adm1031.c - lm75.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago