Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a188a54d11629bef2169052297e61f3767ca8ce5
/
drivers
/
hwmon
/
lm63.c
5ec25c9
hwmon: (lm63) Avoid initializing the same field twice
by Jean Delvare
· 11 years ago
e19eea8
hwmon: (lm63) Convert to use devm_hwmon_device_register_with_groups
by Guenter Roeck
· 11 years ago
b76552b
hwmon: (lm63) Create all sysfs groups in one call
by Guenter Roeck
· 11 years ago
2fd638f
hwmon: (lm63) Introduce 'dev' variable to point to client->dev
by Guenter Roeck
· 11 years ago
0dcb28a
hwmon: (lm63) Add additional sysfs group for temp2_type attribute
by Guenter Roeck
· 11 years ago
7c81c60
Update Jean Delvare's e-mail address
by Jean Delvare
· 11 years ago
5b0620d
hwmon: (lm63) Drop redundant safety on cache lifetime
by Jean Delvare
· 11 years ago
2a844c1
hwmon: Replace SENSORS_LIMIT with clamp_val
by Guenter Roeck
· 12 years ago
c5a4a91
hwmon: (lm63) Convert to use devm_ functions
by Guenter Roeck
· 12 years ago
af2ef4f
hwmon: (lm63) Let the user adjust the lookup table
by Jean Delvare
· 13 years ago
817c6cc
hwmon: (lm63) Make fan speed control strategy changeable
by Jean Delvare
· 13 years ago
dac27dc
hwmon: (lm63) Reorganize the code
by Jean Delvare
· 13 years ago
f0967ee
hwmon: convert drivers/hwmon/* to use module_i2c_driver()
by Axel Lin
· 13 years ago
2fe28ab
hwmon: (lm63) Support extended lookup table of LM96163
by Jean Delvare
· 13 years ago
d216f68
hwmon: (lm63) Expose automatic fan speed control lookup table
by Jean Delvare
· 13 years ago
d93ab78
hwmon: (lm63) Fix incorrect comment about I2C address
by Jean Delvare
· 13 years ago
409c0b5
hwmon: (lm63) LM64 has a dedicated pin for tachometer
by Jean Delvare
· 13 years ago
f496b2d
hwmon: (lm63) Add sensor type attribute for external sensor on LM96163
by Guenter Roeck
· 13 years ago
04738b2
hwmon: (lm63) Add support for update_interval sysfs attribute
by Guenter Roeck
· 13 years ago
94e55df
hwmon: (lm63) Add support for writing the external critical temperature
by Guenter Roeck
· 13 years ago
e872c91
hwmon: (lm63) Add support for unsigned upper temperature limits
by Guenter Roeck
· 13 years ago
210961c
hwmon: (lm63) Add support for LM96163
by Guenter Roeck
· 13 years ago
786375f
hwmon: (lm63) Add support for external temperature offset register
by Guenter Roeck
· 13 years ago
662bda2
hwmon: (lm63) Fix checkpatch errors
by Guenter Roeck
· 13 years ago
2778fb1
hwmon: (lm63) Consider LM64 temperature offset
by Dirk Eibach
· 14 years ago
10f2ed3
hwmon: (lm63) Add basic support for LM64
by Matthew Garrett
· 14 years ago
1f86df4
i2c: Drop I2C_CLIENT_INSMOD_1
by Jean Delvare
· 15 years ago
c3813d6
i2c: Get rid of struct i2c_client_address_data
by Jean Delvare
· 15 years ago
310ec79
i2c: Drop the kind parameter from detect callbacks
by Jean Delvare
· 15 years ago
52df644
hwmon: Clean up detect functions
by Jean Delvare
· 15 years ago
d5957be
hwmon: (lm63) Convert to a new-style i2c driver
by Jean Delvare
· 16 years ago
25e9c86
hwmon: normal_i2c arrays should be const
by Mark M. Hoffman
· 17 years ago
898eb71
Add missing newlines to some uses of dev_<level> messages
by Joe Perches
· 17 years ago
1beeffe
hwmon: Convert from class_device to device
by Tony Jones
· 17 years ago
7817a39
hwmon: Fault files naming convention
by Jean Delvare
· 17 years ago
0e39e01
hwmon: Fix unchecked return status, batch 4
by Jean Delvare
· 18 years ago
2d45771
hwmon: Add individual alarm files to 4 drivers
by Jean Delvare
· 18 years ago
9a61bf6
[PATCH] hwmon: Semaphore to mutex conversions
by Ingo Molnar
· 19 years ago
2b48716
[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed
by Greg Kroah-Hartman
· 19 years ago
cdaf793
[PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11
by Laurent Riffard
· 19 years ago
8a99475
[PATCH] i2c: Drop i2c_driver.flags, 2 of 3
by Jean Delvare
· 19 years ago
ba9c2e8
[PATCH] hwmon: kzalloc conversion
by Deepak Saxena
· 19 years ago
f4b5026
[PATCH] hwmon: hwmon vs i2c, second round (06/11)
by Jean Delvare
· 19 years ago
2ed2dc3
[PATCH] hwmon: hwmon vs i2c, second round (04/11)
by Jean Delvare
· 19 years ago
7bef559
[PATCH] I2C: refactor message in i2c_detach_client
by Jean Delvare
· 19 years ago
5071860
[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9)
by Jean Delvare
· 19 years ago
943b083
[PATCH] I2C hwmon: add hwmon sysfs class to drivers
by Mark M. Hoffman
· 19 years ago
8d5d45f
[PATCH] I2C: Move hwmon drivers (2/3)
by Jean Delvare
· 19 years ago
[Renamed from drivers/i2c/chips/lm63.c]
10c08f8
[PATCH] I2C: rename i2c-sysfs.h to hwmon-sysfs.h
by Jean Delvare
· 19 years ago
bc51ae1
[PATCH] I2C: lm63 uses new sysfs callbacks
by Jean Delvare
· 19 years ago
44bbe87
[PATCH] Spelling fixes for drivers/i2c.
by Steven Cole
· 20 years ago
f0bb60e
[PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup
by Alexey Dobriyan
· 20 years ago
30f7429
[PATCH] Driver Core: drivers/i2c/chips/adm1031.c - lm75.c: update device attribute callbacks
by Yani Ioannou
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago