Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5ae0095d00d48be60b2e3cbdb79a35a7d796d96b
/
drivers
/
hwmon
/
adm1026.c
a446164
hwmon: (adm1026) Fix vrm write operation
by Axel Lin
· 10 years ago
b591d3c
hwmon: (adm1026) Convert to devm_hwmon_device_register_with_groups
by Axel Lin
· 10 years ago
97df556
hwmon: (adm1026) Avoid forward declaration
by Axel Lin
· 10 years ago
a039371
hwmon: Remove unnecessary semicolons
by Guenter Roeck
· 12 years ago
b55f375
hwmon: Fix checkpatch warning 'quoted string split across lines'
by Guenter Roeck
· 12 years ago
2a844c1
hwmon: Replace SENSORS_LIMIT with clamp_val
by Guenter Roeck
· 12 years ago
3421e21
hwmon: (adm1026) Convert to use devm_ functions
by Guenter Roeck
· 12 years ago
86aa3e2
hwmon: (adm1026) Fix checkpatch issues
by Guenter Roeck
· 13 years ago
f0967ee
hwmon: convert drivers/hwmon/* to use module_i2c_driver()
by Axel Lin
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
8b0f184
hwmon: (adm1026) Allow 1 as a valid divider value
by Gabriele Gorla
· 14 years ago
52bc980
hwmon: (adm1026) Fix setting fan_div
by Gabriele Gorla
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 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
a0cf354
hwmon: (adm1026) Prevent log spamming
by Jean Delvare
· 16 years ago
885fe4b
hwmon: (adm1026) Fix debug messages
by Jean Delvare
· 16 years ago
57f7eb0
hwmon: (adm1026) 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
1d5f2c1
hwmon: (adm1026) Properly terminate sysfs groups
by Jean Delvare
· 17 years ago
5b34dbc
hwmon: (adm1026) Don't create files for missing inputs
by Jean Delvare
· 17 years ago
f67fdab
hwmon: (adm1026) More cleanups (updated)
by Jean Delvare
· 17 years ago
cb01a23
hwmon: (adm1026) Whitespace cleanups
by Jean Delvare
· 17 years ago
a9273cb
hwmon: (adm1026) Add individual alarm files
by Jean Delvare
· 17 years ago
898eb71
Add missing newlines to some uses of dev_<level> messages
by Joe Perches
· 17 years ago
90d6619
hwmon: VRM is not read from registers
by Jean Delvare
· 17 years ago
1beeffe
hwmon: Convert from class_device to device
by Tony Jones
· 17 years ago
6a0b101
hwmon: Drop unused mutexes in two drivers
by Jean Delvare
· 18 years ago
681c6f7
hwmon: Fix unchecked return status, batch 3
by Mark M. Hoffman
· 18 years ago
f6c27fc
[PATCH] I2C: hwmon: Rename register parameters
by Darren Jenkins
· 19 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
07421ca
[PATCH] hwmon: remove deprecated sysfs names of adm1025 and adm1026
by Grant Coady
· 19 years ago
c49efce
[PATCH] hwmon: Static function fixes, 3 of 4
by Ben Dooks
· 19 years ago
ba9c2e8
[PATCH] hwmon: kzalloc conversion
by Deepak Saxena
· 19 years ago
303760b
[PATCH] hwmon: hwmon vs i2c, second round (07/11)
by Jean Delvare
· 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
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
bebf468
[PATCH] I2C hwmon: kfree fixes
by Mark M. Hoffman
· 19 years ago
1f57ff8
[PATCH] drivers/hwmon/*: kfree() correct pointers
by Alexey Dobriyan
· 19 years ago
368609c
[PATCH] I2C: Missing space in split strings
by Jean Delvare
· 19 years ago
8d5d45f
[PATCH] I2C: Move hwmon drivers (2/3)
by Jean Delvare
· 19 years ago
[Renamed from drivers/i2c/chips/adm1026.c]
10c08f8
[PATCH] I2C: rename i2c-sysfs.h to hwmon-sysfs.h
by Jean Delvare
· 19 years ago
937df8d
[PATCH] I2C: sysfs names: rename to cpu0_vid, take 3
by Grant Coady
· 19 years ago
f0bb60e
[PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup
by Alexey Dobriyan
· 20 years ago
050480f
[PATCH] I2C: drivers/i2c/chips/adm1026.c: use dynamic sysfs callbacks
by Yani Ioannou
· 19 years ago
74880c0
[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacks
by Yani Ioannou
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago