Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c0b887b66c95fe5abaac071b8332b8c21113d84b
/
drivers
/
hwmon
5b0620d
hwmon: (lm63) Drop redundant safety on cache lifetime
by Jean Delvare
· 11 years ago
78c2c2f
hwmon: (lm90) Drop redundant safety on cache lifetime
by Jean Delvare
· 11 years ago
ddcf660
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 11 years ago
f170168
drivers: avoid parsing names as kthread_run() format strings
by Kees Cook
· 11 years ago
a50d9a4
hwmon: (ds1621) Fix temperature rounding operations
by Guenter Roeck
· 11 years ago
41fa9a9
hwmon: (nct6775) Drop unsupported fan alarm attributes for NCT6775
by Guenter Roeck
· 11 years ago
b1d2bff
hwmon: (nct6775) Fix temperature alarm attributes
by Guenter Roeck
· 11 years ago
594fbe7
Add support for GMT G762/G763 PWM fan controllers
by Arnaud Ebalard
· 11 years ago
31e7ad7
hwmon: (ina2xx) Add device tree support to pass the shunt resistor
by Tang Yuantian
· 11 years ago
260f81f
hwmon: (ds1621) Add DS1731 chip support to ds1621 driver
by Robert Coulson
· 11 years ago
2ec2819
hwmon: (iio_hwmon) add alias table
by Sebastian Andrzej Siewior
· 11 years ago
68146a5
hwmon: (adm1021) Do not create min sysfs attributes for LM84
by Guenter Roeck
· 11 years ago
ed7c34e
hwmon: (ds1621) Remove detect function
by Robert Coulson
· 11 years ago
79c1cc1
hwmon: (ds1621) Add ds1631 chip support to ds1621 driver and documentation
by Robert Coulson
· 11 years ago
3a8fe33
hwmon: (ds1621) Add ds1721 update interval sysfs attribute
by Robert Coulson
· 11 years ago
cd6c8a4
hwmon: (ds1621) Add ds1721 chip support
by Robert Coulson
· 11 years ago
cd275a5
hwmon: (w83627ehf) Remove redundant platform_set_drvdata()
by Sachin Kamat
· 12 years ago
3a2af25
hwmon: (ntc_thermistor) Remove redundant platform_set_drvdata()
by Sachin Kamat
· 12 years ago
15d2f56
hwmon: (i5k_amb) Remove redundant platform_set_drvdata()
by Sachin Kamat
· 12 years ago
807f730
hwmon: (coretemp) Remove redundant platform_set_drvdata()
by Sachin Kamat
· 12 years ago
bb6067e
hwmon: (abituguru3) Remove redundant platform_set_drvdata()
by Sachin Kamat
· 12 years ago
591bfcf
hwmon: (adm1021) Strengthen chip detection for ADM1021, LM84 and MAX1617
by Guenter Roeck
· 11 years ago
4e2284d
hwmon: (tmp401) Drop redundant safety on cache lifetime
by Jean Delvare
· 11 years ago
ecacb0b
hwmon: fix error return code in abituguru_probe()
by Wei Yongjun
· 11 years ago
159c8cd
hwmon: (iio_hwmon) Fix null pointer dereference
by Axel Lin
· 11 years ago
169c05c
hwmon: (nct6775) Do not create non-existing attributes
by Guenter Roeck
· 11 years ago
4510d19
hwmon: (iio_hwmon) Fix missing iio_channel_release_all call if devm_kzalloc fail
by Axel Lin
· 12 years ago
e72a5d1
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
by Linus Torvalds
· 12 years ago
60b7bf4
more mode_t whack-a-mole...
by Al Viro
· 12 years ago
3fbc81e
hwmon: (lm75) Add support for the Dallas/Maxim DS7505
by Jean Delvare
· 12 years ago
0cd2c72
hwmon: (lm75) Tune resolution and sample time per chip
by Jean Delvare
· 12 years ago
87d0621
hwmon: (lm75) Prepare to support per-chip resolution and sample time
by Jean Delvare
· 12 years ago
8a5c5cc
hwmon: (lm75) Per-chip configuration register initialization
by Jean Delvare
· 12 years ago
151173e
Merge tag 'for-v3.10' of git://git.infradead.org/battery-2.6
by Linus Torvalds
· 12 years ago
fdc719b
Merge tag 'staging-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 12 years ago
6445e66
hwmon: (nct6775) Fix coding style problems
by Guenter Roeck
· 12 years ago
6d4b362
hwmon: (nct6775) Constify strings
by Guenter Roeck
· 12 years ago
29dd3b6
hwmon: (tmp401) Add support for TMP432
by Guenter Roeck
· 12 years ago
0846e30
hwmon: (tmp401) Add support for update_interval attribute
by Guenter Roeck
· 12 years ago
8eb6d90
hwmon: (tmp401) Reset valid flag when resetting temperature history
by Guenter Roeck
· 12 years ago
14f2a66
hwmon: (tmp401) Simplification and cleanup
by Guenter Roeck
· 12 years ago
0bbb06e
hwmon: Add ST-Ericsson ABX500 hwmon driver
by Hongbo Zhang
· 12 years ago
b4e665c
hwmon: (tmp401) Use sysfs_create_group / sysfs_remove_group
by Guenter Roeck
· 12 years ago
947e927
hwmon: (tmp401) Drop unused defines, use BIT for bit masks
by Guenter Roeck
· 12 years ago
c409fd4
hwmon: (nct6775) Use ARRAY_SIZE for loops where possible
by Guenter Roeck
· 12 years ago
573728c
hwmon: (nct6775) Enable both AUXTIN and VIN3 on NCT6776
by Guenter Roeck
· 12 years ago
debe597
hwmon: (ad7314) use spi_get_drvdata() and spi_set_drvdata()
by Jingoo Han
· 12 years ago
2c7fd30
hwmon: (nct6775) Expand scope of supported chips
by Guenter Roeck
· 12 years ago
c81cc5a
hwmon: (gpio-fan) Use is_visible to determine if attributes should be created
by Guenter Roeck
· 12 years ago
4ce5b1f
hwmon: (tmp401) Fix device detection for TMP411B and TMP411C
by Guenter Roeck
· 12 years ago
e1eb490
hwmon: Add driver for LM95234
by Guenter Roeck
· 12 years ago
a1fac92
hwmon: (tmp401) Add support for TMP431
by Guenter Roeck
· 12 years ago
58615a9
hwmon: (pmbus/lm25066) Add support for LM25056
by Guenter Roeck
· 12 years ago
e53e649
hwmon: (pmbus/lm25066) Refactor device specific coefficients
by Guenter Roeck
· 12 years ago
2507abb
hwmon: (pmbus/lm25066) Clamp limit attributes
by Guenter Roeck
· 12 years ago
a7c6911
hwmon: (pmbus/lm25066) Report VAUX as vmon
by Guenter Roeck
· 12 years ago
6bf44ce
hwmon: (max6697) Use is_visible and sysfs_create_group
by Guenter Roeck
· 12 years ago
71bb2d2
hwmon: (adt7310) Fix sparse warning
by Guenter Roeck
· 12 years ago
fd9175d
hwmon: (pmbus/ltc2978) Add support for LTC2974 and LTC3883
by Guenter Roeck
· 12 years ago
3d0d283
hwmon: (pmbus/ltc2978) Code cleanup
by Guenter Roeck
· 12 years ago
bec24b7
hwmon: (ltc4261) Fix 'Macros with complex values' checkpatch error
by Guenter Roeck
· 12 years ago
f539038
hwmon: (ltc4245) Fix 'Macros with complex values' checkpatch error
by Guenter Roeck
· 12 years ago
b5f0f1e
hwmon: (ltc4215) Fix 'Macros with complex values' checkpatch error
by Guenter Roeck
· 12 years ago
bc0c591
hwmon: (ltc4151) Fix 'Avoid unnecessary line continuations' checkpatch warning
by Guenter Roeck
· 12 years ago
f0df0fd
hwmon: (ina2xx) Fix 'Avoid unnecessary line continuations' checkpatch warning
by Guenter Roeck
· 12 years ago
b55f375
hwmon: Fix checkpatch warning 'quoted string split across lines'
by Guenter Roeck
· 12 years ago
088ce2a
hwmon: Fix CamelCase checkpatch warnings
by Guenter Roeck
· 12 years ago
236d903
hwmon: (nct6775) Drop read/write lock
by Guenter Roeck
· 12 years ago
0fc1f8f
hwmon: (nct6775) Only report VID if supported and enabled
by Guenter Roeck
· 12 years ago
8e9285b
hwmon: (nct6775) Detect and report additional temperature sources
by Guenter Roeck
· 12 years ago
bbd8dec
hwmon: (nct6775) Add support for weighted fan control
by Guenter Roeck
· 12 years ago
cdcaece
hwmon: (nct6775) Add support for automatic fan control
by Guenter Roeck
· 12 years ago
77eb5b3
hwmon: (nct6775) Add support for pwm, pwm_mode, and pwm_enable
by Guenter Roeck
· 12 years ago
84d19d9
hwmon: (nct6775) Add power management support
by Guenter Roeck
· 12 years ago
47ece96
hwmon: (nct6775) Add support for fan debounce module parameter
by Guenter Roeck
· 12 years ago
5c25d95
hwmon: (nct6775) Add support for fanX_pulses sysfs attribute
by Guenter Roeck
· 12 years ago
1c65dc3
hwmon: (nct6775) Add support for fan speed attributes
by Guenter Roeck
· 12 years ago
aa136e5
hwmon: (nct6775) Add support for temperature sensors
by Guenter Roeck
· 12 years ago
a6bd587
hwmon: (nct6775) Add case open detection
by Guenter Roeck
· 12 years ago
9de2e2e
hwmon: Driver for Nuvoton NCT6775F, NCT6776F, and NCT6779D
by Guenter Roeck
· 12 years ago
24f9c53
hwmon: Fix 'Macros with complex values' checkpatch errors
by Guenter Roeck
· 12 years ago
692fe50
hwmon: checkpatch cleanup: Replace printk with pr_debug or dev_dbg as appropriate
by Guenter Roeck
· 12 years ago
9e8269d
hwmon: (ntc_thermistor) Add DT with IIO support to NTC thermistor driver
by Naveen Krishna Chatradhi
· 12 years ago
4b5e536
hwmon: (adt7x10) Add alarm interrupt support
by Lars-Peter Clausen
· 12 years ago
51c2a48
hwmon: (adt7410) Add support for the adt7310/adt7320
by Lars-Peter Clausen
· 12 years ago
c55dc91
hwmon: (adt7410) Don't re-read non-volatile registers
by Lars-Peter Clausen
· 12 years ago
f40fb63
hwmon: (mc13783-adc.c) use module_platform_driver_probe()
by Jingoo Han
· 12 years ago
b43f9b5
Merge 3.9-rc5 into staging-next
by Greg Kroah-Hartman
· 12 years ago
ef994fd
Merge tag 'iio-for-3.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 12 years ago
51b53dc
hwmon: Move the IIO client driver for hwmon out of staging
by Jonathan Cameron
· 12 years ago
5a4c060
hwmon: (lm75.h) Update header inclusion
by Jean Delvare
· 12 years ago
8c958c7
hwmon: (pmbus/ltc2978) Fix temperature reporting
by Guenter Roeck
· 12 years ago
6975404
hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute()
by David Woodhouse
· 12 years ago
df06907
hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attributes
by Axel Lin
· 12 years ago
3e78080
hwmon: (sht15) Check return value of regulator_enable()
by Mark Brown
· 12 years ago
f366fcc
hwmon: (pmbus/ltc2978) Use detected chip ID to select supported functionality
by Guenter Roeck
· 12 years ago
dbd712c
hwmon: (pmbus/ltc2978) Fix peak attribute handling
by Guenter Roeck
· 12 years ago
8793422
Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
b3cdda2
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 12 years ago
4626dcf
hwmon: (ntc_thermistor): Fix sparse warnings
by Sachin Kamat
· 12 years ago
Next »