index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-30
hwmon/sch56xx: Depend on watchdog for watchdog core functions
Hans de Goede
1
-2
/
+4
2012-05-30
watchdog: sch56xx-common: set correct bits in register()
Dan Carpenter
1
-2
/
+2
2012-05-30
watchdog: sch56xx-common: Add proper ref-counting of watchdog data
Hans de Goede
1
-1
/
+29
2012-05-30
watchdog: sch56xx: Remove unnecessary checks for register changes
Hans de Goede
1
-25
/
+16
2012-05-30
watchdog: sch56xx: Use watchdog core
Hans de Goede
4
-316
/
+61
2012-05-23
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-338
/
+835
2012-05-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-05-22
hwmon: (it87) Make temp3 attribute conditional for IT8782F
Guenter Roeck
1
-20
/
+61
2012-05-22
hwmon: (it87) Convert to use devm_kzalloc and devm_request_region
Guenter Roeck
1
-34
/
+20
2012-05-22
hwmon: INA219 and INA226 support
Felten, Lothar
3
-0
/
+382
2012-05-20
hwmon: (it87) Create voltage attributes only if voltage is enabled
Guenter Roeck
1
-38
/
+124
2012-05-20
hwmon: (ntc_thermistor) Fix checkpatch warning
Guenter Roeck
1
-6
/
+6
2012-05-20
hwmon: (ntc_thermistor) Optimize and fix build warning
Guenter Roeck
1
-84
/
+80
2012-05-20
hwmon: (ntc_thermistor) Return error code from hwmon_device_register
Guenter Roeck
1
-2
/
+2
2012-05-20
hwmon: (ntc_thermistor) Convert to devm_kzalloc
Guenter Roeck
1
-8
/
+3
2012-05-20
hwmon: (ad7314) Remove unused defines, and rename OFFSET to SHIFT
Guenter Roeck
1
-9
/
+2
2012-05-20
acpi_power_meter: clean up code around setup_attrs
Kyle McMartin
1
-8
/
+7
2012-05-20
acpi_power_meter: drop meter_rw_attrs, use common meter_attrs
Kyle McMartin
1
-9
/
+2
2012-05-20
acpi_power_meter: remove duplicate code between register_{ro,rw}_attrs
Kyle McMartin
1
-42
/
+17
2012-05-20
acpi_power_meter: use a {RW,RO}_SENSOR_TEMPLATE macro to clean things up
Kyle McMartin
1
-93
/
+37
2012-05-20
acpi_power_meter: use the same struct {rw,ro}_sensor_template for both
Kyle McMartin
1
-43
/
+110
2012-05-20
hwmon: use module_pci_driver
Axel Lin
3
-36
/
+3
2012-05-20
hwmon: (it87) Add support for IT8782F and IT8783E/F
Guenter Roeck
1
-26
/
+99
2012-05-01
hwmon: (coretemp) Increase CPU core limit
Guenter Roeck
1
-1
/
+1
2012-05-01
hwmon: (coretemp) fix oops on cpu unplug
Kirill A. Shutemov
1
-0
/
+4
2012-04-26
hwmon: (fam15h_power) Fix pci_device_id array
Guenter Roeck
1
-3
/
+6
2012-04-22
hwmon: (ad7314) Fix build warning
Guenter Roeck
1
-7
/
+5
2012-04-18
hwmon: (ads1015) Fix build warning
Guenter Roeck
1
-17
/
+16
2012-04-18
hwmon: fam15h_power: fix bogus values with current BIOSes
Andre Przywara
1
-0
/
+39
2012-04-16
Fix typo in various Kconfig file
Masanari Iida
1
-1
/
+1
2012-04-09
hwmon: (pmbus_core) Fix compiler warning
Guenter Roeck
1
-9
/
+8
2012-04-09
hwmon: (smsc47m1) Fix compiler warning
Guenter Roeck
1
-9
/
+10
2012-04-09
hwmon: (acpi_power_meter) Fix compiler warning seen in some configurations
Guenter Roeck
1
-0
/
+1
2012-04-09
hwmon: (smsc47b397) Fix compiler warning
Guenter Roeck
1
-6
/
+8
2012-04-03
hwmon: (ad7314) Adds missing spi_dev initialization
Graeme Smecher
1
-0
/
+1
2012-04-01
hwmon: (k10temp) Add support for AMD Trinity CPUs
Andre Przywara
2
-1
/
+6
2012-04-01
hwmon: (w83627ehf) mark const init data with __initconst instead of __initdata
Uwe Kleine-König
1
-9
/
+9
2012-04-01
hwmon: (acpi_power_meter) fix lockdep spew due to non-static lock class
Kyle McMartin
1
-0
/
+2
2012-04-01
hwmon: (adm1031) Fix compiler warning
Guenter Roeck
1
-12
/
+8
2012-04-01
hwmon: (f75375s) Fix warning message seen in some configurations
Guenter Roeck
1
-0
/
+2
2012-04-01
hwmon: (max6639) Convert to dev_pm_ops
Mark Brown
1
-4
/
+11
2012-04-01
hwmon: (sht15) Fix Kconfig dependencies
Guenter Roeck
1
-1
/
+1
2012-04-01
hwmon: (gpio-fan) Fix Kconfig dependencies
Guenter Roeck
1
-1
/
+1
2012-03-28
Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...
Linus Torvalds
1
-1
/
+1
2012-03-27
watchdog: nowayout is bool
Wim Van Sebroeck
2
-4
/
+4
2012-03-23
hwmon: Add MCP3021 ADC driver
Xie Xiaobo
3
-0
/
+182
2012-03-23
hwmon: (mc13783-adc) Add support for the MC13892 PMIC
Uwe Kleine-Koenig
2
-27
/
+80
2012-03-23
hwmon: (mc13783-adc) Remove space before tab
Frans Meulenbroeks
1
-1
/
+1
2012-03-23
hwmon: (lm63) Let the user adjust the lookup table
Jean Delvare
1
-42
/
+76
2012-03-23
hwmon: (lm63) Make fan speed control strategy changeable
Jean Delvare
1
-16
/
+89
[next]