1. ac713a6 hwmon: (smsc47m1) Use request_muxed_region for Super-IO accesses by Guenter Roeck · 5 years ago
  2. 2a1ed07 hwmon: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  3. e70198a hwmon: (smsc47m1) Avoid forward declaration by Axel Lin · 10 years ago
  4. 7c81c60 Update Jean Delvare's e-mail address by Jean Delvare · 10 years ago
  5. a8b3a3a hwmon: use dev_get_platdata() by Jingoo Han · 11 years ago
  6. 2a844c1 hwmon: Replace SENSORS_LIMIT with clamp_val by Guenter Roeck · 11 years ago
  7. 08ad7c9 hwmon: (smsc47m1) Convert to use devm_ functions by Guenter Roeck · 12 years ago
  8. 1d0045e hwmon: (smsc47m1) Fix compiler warning by Guenter Roeck · 12 years ago
  9. 85a0c0d hwmon: (smsc47m1) Fix checkpatch issues by Guenter Roeck · 12 years ago
  10. 7e61268 hwmon: (smsc47m1) Fix: do not use assignment in if condition by Guenter Roeck · 12 years ago
  11. 512504e hwmon: (smsc47m1) Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  12. a00d643 hwmon: (smsc47m1) Fix section mismatch by Jeff Mahoney · 14 years ago
  13. fa0bff0 hwmon: (smsc47m1) Enable device if needed by Jean Delvare · 15 years ago
  14. 3ecf44b hwmon: (smsc47m1) Fail module loading on error by Jean Delvare · 15 years ago
  15. a0e92d7 hwmon: (smsc47m1) Only request I/O ports we really use by Jean Delvare · 15 years ago
  16. 6055fae hwmon: Include <linux/io.h> instead of <asm/io.h> by H Hartley Sweeten · 15 years ago
  17. 1b54ab4 hwmon: (smsc47m1) Differentiate between LPC47M233 and LPC47M292 by Jean Delvare · 15 years ago
  18. b9acb64 hwmon: Check for ACPI resource conflicts by Jean Delvare · 15 years ago
  19. 1f08af7 hwmon: (smsc47m1) Add individual alarm files by Jean Delvare · 16 years ago
  20. 67b671b hwmon: Let the user override the detected Super-I/O device ID by Jean Delvare · 17 years ago
  21. 1beeffe hwmon: Convert from class_device to device by Tony Jones · 17 years ago
  22. 8477d02 hwmon: (smsc47m1) No confusing debugging messages by Jean Delvare · 17 years ago
  23. 68a50b5 hwmon: (smsc47m1) restore missing name attribute by Jean Delvare · 17 years ago
  24. d054612 hwmon: Add missing __devexit tags in various drivers by Jean Delvare · 17 years ago
  25. 04a6217 hwmon: Fix a potential race condition on unload by Jean Delvare · 17 years ago
  26. 2df6d81 hwmon: Use platform_device_add_data() by Jean Delvare · 17 years ago
  27. e84cfbc hwmon/smsc47m1: Use dynamic sysfs callbacks by Jean Delvare · 17 years ago
  28. 620100c hwmon/smsc47m1: Use DRVNAME consistently by Jean Delvare · 17 years ago
  29. 51f2cca hwmon/smsc47m1: Convert to a platform driver by Jean Delvare · 17 years ago
  30. 94e183f hwmon/smsc47m1: Get rid of a useless mutex by Jean Delvare · 17 years ago
  31. 8eccbb6 hwmon/smsc47m1: Add support for the LPC47M292 by Jean Delvare · 17 years ago
  32. 6091780 smsc47m1: List the SMSC LPC47M112 as supported by Jean Delvare · 18 years ago
  33. ce8c6ce1 hwmon: Fix unchecked return status, SMSC chips by Jean Delvare · 18 years ago
  34. 0dd7699 smsc47m1: dev_warn fix by Jean Delvare · 18 years ago
  35. 8721884 i2c-isa: Restore driver owner by Jean Delvare · 18 years ago
  36. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  37. 9a61bf6 [PATCH] hwmon: Semaphore to mutex conversions by Ingo Molnar · 18 years ago
  38. 2b48716 [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  39. cdaf793 [PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11 by Laurent Riffard · 19 years ago
  40. b890a07 [PATCH] hwmon: smsc47m1 documentation update by Jean Delvare · 19 years ago
  41. ba9c2e8 [PATCH] hwmon: kzalloc conversion by Deepak Saxena · 19 years ago
  42. 0db9714 [PATCH] hwmon: Update smsc47m1 head comment by Jean Delvare · 19 years ago
  43. f4b5026 [PATCH] hwmon: hwmon vs i2c, second round (06/11) by Jean Delvare · 19 years ago
  44. e6cfb3a [PATCH] hwmon: tag super-i/o find functions __init by Jean Delvare · 19 years ago
  45. 7bef559 [PATCH] I2C: refactor message in i2c_detach_client by Jean Delvare · 19 years ago
  46. 2d8672c [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (5/9) by Jean Delvare · 19 years ago
  47. fde0950 [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (3/9) by Jean Delvare · 19 years ago
  48. 943b083 [PATCH] I2C hwmon: add hwmon sysfs class to drivers by Mark M. Hoffman · 19 years ago
  49. 1f57ff8 [PATCH] drivers/hwmon/*: kfree() correct pointers by Alexey Dobriyan · 19 years ago
  50. 8d5d45f [PATCH] I2C: Move hwmon drivers (2/3) by Jean Delvare · 19 years ago[Renamed from drivers/i2c/chips/smsc47m1.c]
  51. ec5ce55 [PATCH] I2C: Add support for the LPC47M15x and LPC47M192 chips to smsc47m1 by Jean Delvare · 19 years ago
  52. a5099cf [PATCH] Driver Core: drivers/i2c/chips/pc87360.c - w83627hf.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  53. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago