index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
lm77.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-31
hwmon: (lm77) Prevent overflow problem when writing large limits
Axel Lin
1
-5
/
+6
2014-05-21
hwmon: (lm77) Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
1
-39
/
+14
2014-05-21
hwmon: (lm77) Drop function macros
Guenter Roeck
1
-107
/
+75
2014-05-21
hwmon: (lm77) Do not preserve hysteresis when updating critical temp limit
Guenter Roeck
1
-6
/
+0
2014-05-21
hwmon: (lm77) Rearrange code to no longer require forward declarations
Guenter Roeck
1
-92
/
+81
2014-05-21
hwmon: (lm77) Drop FSF mailing address
Guenter Roeck
1
-4
/
+0
2014-04-04
hwmon: Avoid initializing the same field twice
Jean Delvare
1
-1
/
+0
2013-01-25
hwmon: Replace SENSORS_LIMIT with clamp_val
Guenter Roeck
1
-1
/
+1
2012-07-21
hwmon: (lm77) Convert to use devm_ functions
Guenter Roeck
1
-10
/
+4
2012-07-21
hwmon: (lm77) Improve code readability
Guenter Roeck
1
-30
/
+29
2012-03-18
hwmon: (lm77) Fix checkpatch issues
Guenter Roeck
1
-64
/
+95
2012-03-18
hwmon: convert drivers/hwmon/* to use module_i2c_driver()
Axel Lin
1
-12
/
+1
2011-11-04
hwmon: Use i2c_smbus_{read,write}_word_swapped
Jean Delvare
1
-2
/
+2
2009-12-14
i2c: Drop I2C_CLIENT_INSMOD_1
Jean Delvare
1
-4
/
+1
2009-12-14
i2c: Get rid of struct i2c_client_address_data
Jean Delvare
1
-1
/
+1
2009-12-14
i2c: Drop the kind parameter from detect callbacks
Jean Delvare
1
-3
/
+2
2009-12-09
hwmon: (lm77) Clean up detect function
Jean Delvare
1
-41
/
+39
2008-07-16
hwmon: (lm77) Convert to a new-style i2c driver
Jean Delvare
1
-57
/
+45
2008-02-18
hwmon: normal_i2c arrays should be const
Mark M. Hoffman
1
-1
/
+2
2008-02-07
hwmon: (lm77) Add individual alarm files
Jean Delvare
1
-5
/
+15
2007-10-09
hwmon: Convert from class_device to device
Tony Jones
1
-5
/
+5
2007-10-09
hwmon: Allow writing of negative trigger temperatures
Christian Hohnstaedt
1
-1
/
+1
2006-09-28
hwmon: Fix unchecked return status, batch 2
Mark M. Hoffman
1
-9
/
+24
2006-03-23
[PATCH] hwmon: Semaphore to mutex conversions
Ingo Molnar
1
-10
/
+11
2006-02-06
[PATCH] hwmon: Fix negative temperature readings in lm77 driver
Jean Delvare
1
-4
/
+4
2006-01-05
[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed
Greg Kroah-Hartman
1
-1
/
+0
2006-01-05
[PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11
Laurent Riffard
1
-2
/
+4
2006-01-05
[PATCH] i2c: Drop i2c_driver.flags, 2 of 3
Jean Delvare
1
-1
/
+0
2005-10-28
[PATCH] hwmon: kzalloc conversion
Deepak Saxena
1
-2
/
+1
2005-09-05
[PATCH] hwmon: hwmon vs i2c, second round (06/11)
Jean Delvare
1
-2
/
+1
2005-09-05
[PATCH] hwmon: hwmon vs i2c, second round (04/11)
Jean Delvare
1
-2
/
+2
2005-09-05
[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9)
Jean Delvare
1
-1
/
+0
2005-09-05
[PATCH] I2C hwmon: add hwmon sysfs class to drivers
Mark M. Hoffman
1
-2
/
+14
2005-07-11
[PATCH] I2C: Move hwmon drivers (2/3)
Jean Delvare
1
-0
/
+420