Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4f3a659581cabf1be441d6467b523be914615496
/
drivers
/
hwmon
4f3a659
hwmon: AD7314 driver (ported from IIO)
by Jonathan Cameron
· 13 years ago
200855e
hwmon: (pmbus) Add support for Intersil power management chips
by Guenter Roeck
· 13 years ago
da8e48a
hwmon: (pmbus) Always call _pmbus_read_byte in core driver
by Guenter Roeck
· 13 years ago
179144a
hwmon: (pmbus) Replace EINVAL return codes with more appropriate errors
by Guenter Roeck
· 13 years ago
6543439
hwmon/f71882fg: Make the decision wether to register fan attr. per fan
by Hans de Goede
· 13 years ago
9af0794
hwmon/f71882fg: Add a f71882fg_create_fan_sysfs_files helper function
by Hans de Goede
· 13 years ago
5584014
hwmon/f71882fg: Make all fan/pwm attr tables 2 dimensional
by Hans de Goede
· 13 years ago
3f67f83
hwmon: (exynos4_tmu) Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
9d97e5c
hwmon: Add driver for EXYNOS4 TMU
by Donggeun Kim
· 13 years ago
5cf231a
hwmon: (pmbus/adm1275) Add support for ADM1276
by Guenter Roeck
· 13 years ago
c5e6763
hwmon: (pmbus/adm1275) Add support for second current limit
by Guenter Roeck
· 13 years ago
866cf12
hwmon: (pmbus) Don't return errors from driver remove functions
by Guenter Roeck
· 13 years ago
20fcfe1
hwmon: (pmbus) Add comments explaining internal driver API return values
by Guenter Roeck
· 13 years ago
363a12a
hwmon: (w83627ehf) add caseopen detection
by Dmitry Artamonow
· 13 years ago
133d324
hwmon: (w83627ehf) Fix negative 8-bit temperature values
by Jean Delvare
· 13 years ago
bf164c5
hwmon: (w83627ehf) Properly report thermal diode sensors
by Jean Delvare
· 13 years ago
20ecb49
hwmon: (coretemp) Avoid leaving around dangling pointer
by Guenter Roeck
· 13 years ago
0eb9782
hwmon: (coretemp) Fixup platform device ID change
by Jean Delvare
· 13 years ago
2f1c3db
hwmon: (coretemp) remove struct platform_data * parameter from create_core_data()
by Jan Beulich
· 13 years ago
e3204ed
hwmon: (coretemp) constify static data
by Jan Beulich
· 13 years ago
b3a242a
hwmon: (coretemp) don't use kernel assigned CPU number as platform device ID
by Jan Beulich
· 13 years ago
cc41d58
hwmon: (ds620) Fix handling of negative temperatures
by Roland Stigge
· 13 years ago
7cbe1ce
hwmon: (w83791d) rename prototype parameter from 'register' to 'reg'
by Chris Peterson
· 13 years ago
f4af6fd
hwmon: (coretemp) Don't use threshold registers for tempX_max
by Guenter Roeck
· 13 years ago
a45a8c8
hwmon: (coretemp) Let the user force TjMax
by Jean Delvare
· 13 years ago
6bf9e9b
hwmon: (coretemp) Drop duplicate function get_pkg_tjmax
by Jean Delvare
· 13 years ago
cd5bd3d
hwmon: (coretemp) Initialize tmin
by Jean Delvare
· 13 years ago
40257b9
hwmon: (pmbus) Fix low limit temperature alarms
by Guenter Roeck
· 13 years ago
f020b00
hwmon: (ucd9000/ucd9200) Optimize array walk
by Jean Delvare
· 13 years ago
ff71c18
hwmon: (max16065) Fix current calculation
by Guenter Roeck
· 13 years ago
b4cb0d4
hwmon: (i5k_amb) Drop i5k_channel_pci_id
by Jean Delvare
· 13 years ago
858a914
hwmon: (ntc_thermistor) Simplify if sequence
by Guenter Roeck
· 13 years ago
66a89b2
hwmon: (ibmaem) add missing kfree
by Julia Lawall
· 13 years ago
3a2805e
hwmon: (pmbus/lm25066) Ignore byte writes to non-zero pages
by Guenter Roeck
· 13 years ago
044cd3a
hwmon: (pmbus) Virtualize pmbus_write_byte
by Guenter Roeck
· 13 years ago
464c909
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging
by Linus Torvalds
· 13 years ago
f90be42
hwmon: (lm90) Refactor reading of config2 register
by Jean Delvare
· 13 years ago
6d101c5
hwmon: (lm90) Make SA56004 detection more robust
by Jean Delvare
· 13 years ago
a095f68
hwmon: (lm90) Simplify handling of extended local temp register
by Jean Delvare
· 13 years ago
03e9bd8
hwmon: (pmbus) Add client driver for LM25066, LM5064, and LM5066
by Guenter Roeck
· 13 years ago
98591db
hwmon: (max34440) Add support for peak attributes
by Guenter Roeck
· 13 years ago
70e94b2
hwmon: (max8688) Add support for peak attributes
by Guenter Roeck
· 13 years ago
8ebed85
hwmon: (max16064) Add support for peak attributes
by Guenter Roeck
· 13 years ago
c576e30
hwmon: (adm1275) Add support for peak attributes
by Guenter Roeck
· 13 years ago
6f183d3
hwmon: (pmbus) Add support for peak attributes
by Guenter Roeck
· 13 years ago
c6bfb76
hwmon: (pmbus) Strengthen check for status register existence
by Guenter Roeck
· 13 years ago
9c1ed89
hwmon: (pmbus) Add support for virtual pages
by Guenter Roeck
· 13 years ago
46243f3
hwmon: (pmbus) Support reading and writing of word registers in device specific code
by Guenter Roeck
· 13 years ago
2bd05bf
hwmon: (pmbus) Increase attribute name size
by Guenter Roeck
· 13 years ago
e0455e3
hwmon: (pmbus) Add ADP4000, NCP4200 and NCP4208 to list of supported devices
by Guenter Roeck
· 13 years ago
1061d85
hwmon: (pmbus) Add support for VID output voltage mode
by Guenter Roeck
· 13 years ago
9d2ecfb
hwmon: (pmbus) Move PMBus drivers to drivers/hwmon/pmbus
by Guenter Roeck
· 13 years ago
c814a4c
hwmon: (coretemp) Add core/pkg threshold support to Coretemp
by Durgadoss R
· 13 years ago
8c1d041
hwmon: (lm95241) Add support for LM95231
by Guenter Roeck
· 13 years ago
fffd80c
hwmon: LM95245 driver
by Alexander Stein
· 13 years ago
2ef0179
hwmon: (lm90) Add support for Philips SA56004
by Stijn Devriendt
· 13 years ago
f22aaaa
hwmon: Driver for NTC Thermistors
by Donggeun Kim
· 13 years ago
dabaa0d
hwmon: (max1668) Add support for tempX_fault attributes
by Guenter Roeck
· 13 years ago
731b4ca
hwmon: Driver for MAX1668
by David George
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
750e069
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
by Linus Torvalds
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
156e2d1
hwmon: (lm78) Become the maintainer
by Jean Delvare
· 13 years ago
90534c5
hwmon: (lm78) Make ISA interface depend on CONFIG_ISA
by Jean Delvare
· 13 years ago
ed4cebd
hwmon: (lm78) Avoid forward declarations
by Jean Delvare
· 13 years ago
e9b6e9f
hwmon: (sht15) Correct a comment mistake
by Vivien Didelot
· 13 years ago
d737c09
hwmon: (max1111) Avoid extra memory allocations
by Jean Delvare
· 13 years ago
3d30f9e
hwmon: (it87) Add chassis intrusion detection support
by Jean Delvare
· 13 years ago
764e043
hwmon: (via-cputemp) Add VID reporting support
by Jean Delvare
· 13 years ago
0a88f4b
hwmon-vid: Add support for VIA family 6 model D CPU
by Jean Delvare
· 13 years ago
0772a64
hwmon: New driver sch5636
by Hans de Goede
· 13 years ago
28ff2f7
hwmon: (sch5627) Factor out some code shared with sch5636 driver
by Hans de Goede
· 13 years ago
497888c
treewide: fix potentially dangerous trailing ';' in #defined values/expressions
by Phil Carmody
· 13 years ago
d3f684f
hwmon: (max1111) Fix race condition causing NULL pointer exception
by Pavel Herrmann
· 13 years ago
fa8b697
hwmon: (it87) Fix label group removal
by Jean Delvare
· 13 years ago
0b8e77f
hwmon: (asus_atk0110) Fix memory leak
by Luca Tettamanti
· 13 years ago
7e97bbb
hwmon: (adm1275) Fix coefficients per datasheet revision B
by Guenter Roeck
· 13 years ago
f450c150
hwmon: (pmbus) Use long variables for register to data conversions
by Guenter Roeck
· 13 years ago
22e6b23
hwmon: (pmbus) Improve auto-detection of temperature status register
by Guenter Roeck
· 13 years ago
0c2a40e
hwmon: (lm95241) Fix negative temperature results
by Guenter Roeck
· 13 years ago
27739e6
hwmon: (lm95241) Fix chip detection code
by Guenter Roeck
· 13 years ago
b775c38
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
by Linus Torvalds
· 13 years ago
014ab48
hwmon-vid: Fix typo in VIA CPU name
by Jean Delvare
· 13 years ago
5da556e
hwmon: (f71882fg) Add support for the F71869A
by Hans de Goede
· 13 years ago
7958e3b
hwmon: Use <> rather than () around my e-mail address
by Hans de Goede
· 13 years ago
b6b2a1e
hwmon: (emc6w201) Properly handle all errors
by Jean Delvare
· 13 years ago
0e502ec
hwmon: (pmbus) Auto-detect temp2 and temp3 registers/attributes
by Guenter Roeck
· 13 years ago
81ae681
hwmon: (pmbus) Improve fan detection
by Guenter Roeck
· 13 years ago
3b33ca4
hwmon: (adm1275) Free allocated memory if probe function fails
by Guenter Roeck
· 13 years ago
7f2c066
hwmon: (pmbus) Drop check for PMBus revision register in probe function
by Guenter Roeck
· 13 years ago
b1e698d
hwmon: (s3c) Initialize sysfs attributes
by Guenter Roeck
· 13 years ago
fb794e0
hwmon: (ibmpex) Initialize sysfs attributes
by Guenter Roeck
· 13 years ago
3cdb205
hwmon: (ibmaem) Initialize sysfs attributes
by Guenter Roeck
· 13 years ago
9a2d55b
hwmon: (asus_atk0110) Consolidate sysfs attribute initialization
by Guenter Roeck
· 13 years ago
808b4e6
hwmon: (coretemp) Drop unused struct members
by Jean Delvare
· 13 years ago
942c1a9
hwmon: (max6642): Better chip detection schema
by Per Dalén
· 13 years ago
bb9973e
hwmon: (coretemp) Further relax temperature range checks
by Guenter Roeck
· 13 years ago
4f5f71a
hwmon: (coretemp) Fix TjMax detection for older CPUs
by Guenter Roeck
· 13 years ago
4c6e0f8
hwmon: (coretemp) Relax target temperature range check
by Jean Delvare
· 13 years ago
614198b
hwmon: (max6642) Rename temp_fault sysfs attribute to temp2_fault
by Per Dalen
· 13 years ago
Next »