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
/
f71882fg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-23
hwmon: (f71882fg) Convert to use devm_ functions
Guenter Roeck
1
-11
/
+4
2012-09-23
hwmon: (f71882fg) Fix build warning
Guenter Roeck
1
-16
/
+17
2012-03-18
hwmon: (f71882fg) Fix multi-line comments
Guenter Roeck
1
-22
/
+37
2012-03-18
hwmon: (f71882fg) fix checkpatch issues
Frans Meulenbroeks
1
-2
/
+2
2012-01-05
hwmon: replaced strict_str* with kstr*
Frans Meulenbroeks
1
-16
/
+16
2011-10-24
hwmon/f71882fg: Make the decision wether to register fan attr. per fan
Hans de Goede
1
-65
/
+54
2011-10-24
hwmon/f71882fg: Add a f71882fg_create_fan_sysfs_files helper function
Hans de Goede
1
-44
/
+64
2011-10-24
hwmon/f71882fg: Make all fan/pwm attr tables 2 dimensional
Hans de Goede
1
-24
/
+26
2011-07-03
hwmon: (f71882fg) Add support for the F71869A
Hans de Goede
1
-2
/
+15
2011-07-03
hwmon: Use <> rather than () around my e-mail address
Hans de Goede
1
-1
/
+1
2011-05-25
hwmon: (f71882fg) Add support for F71808A
Hans de Goede
1
-3
/
+84
2011-05-25
hwmon: (f71882fg) Split has_beep in fan_has_beep and temp_has_beep
Hans de Goede
1
-7
/
+21
2011-03-26
hwmon: (f71882fg) Add support for the F71889A
Hans de Goede
1
-1
/
+13
2011-03-26
hwmon: (f71882fg) Add support for the F81865F
Jean Delvare
1
-8
/
+14
2011-03-26
hwmon: (f71882fg) Document all supported devices
Jean Delvare
1
-1
/
+1
2011-03-26
hwmon: (f71882fg) Per-chip fan/temperature input count tables
Jean Delvare
1
-6
/
+30
2011-03-26
hwmon: (f71882fg) Secure chip property definition arrays
Jean Delvare
1
-27
/
+27
2011-03-14
hwmon/f71882fg: Add support for f71808e
Hans de Goede
1
-21
/
+40
2011-03-14
hwmon/f71882fg: Add support for f71869f and f71869e
Hans de Goede
1
-5
/
+115
2011-03-14
hwmon/f71882fg: Add support for f71889ed
Hans de Goede
1
-11
/
+27
2011-03-14
hwmon/f71882fg: Break out test for auto pwm's controlled by digital readings
Hans de Goede
1
-17
/
+23
2011-03-14
hwmon/f71882fg: Separate temp beep sysfs attr from the other temp sysfs attr
Hans de Goede
1
-23
/
+53
2011-03-14
hwmon/f71882fg: Remove bogus temp2_type for certain models
Hans de Goede
1
-2
/
+0
2011-03-14
hwmon/f71882fg: Make number of temps configurable
Hans de Goede
1
-6
/
+10
2011-03-14
hwmon/f71882fg: Make creation of in sysfs attributes more generic
Hans de Goede
1
-77
/
+103
2011-03-14
hwmon/f71882fg: Only allow negative auto point temps if fan_neg_temp is enabled
Hans de Goede
1
-2
/
+16
2011-03-14
hwmon/f71882fg: Fix temp1 sensor type reporting
Hans de Goede
1
-32
/
+3
2011-03-13
hwmon/f71882fg: Set platform drvdata to NULL later
Hans de Goede
1
-1
/
+1
2011-03-13
hwmon/f71882fg: Fix a typo in a comment
Hans de Goede
1
-1
/
+1
2011-01-08
hwmon: (f71882fg) Use pr_fmt and pr_<level>
Joe Perches
1
-11
/
+12
2010-10-03
hwmon: f71882fg: use a muxed resource lock for the Super I/O port
Giel van Schijndel
1
-13
/
+19
2010-08-20
revert "hwmon: f71882fg: add support for the Fintek F71808E"
Andrew Morton
1
-75
/
+8
2010-08-09
hwmon: f71882fg: add support for the Fintek F71808E
Giel van Schijndel
1
-8
/
+75
2010-05-27
hwmon: (f71882fg) Acquire I/O regions while we're working with them
Giel van Schijndel
1
-0
/
+8
2010-05-27
hwmon: (f71882fg) Code cleanup
Giel van Schijndel
1
-12
/
+6
2010-05-27
hwmon: (f71882fg) Use strict_stro(l|ul) instead of simple_strto$1
Giel van Schijndel
1
-29
/
+104
2010-05-27
hwmon: (f71882fg) Fixed braces coding style issues
Giel van Schijndel
1
-6
/
+5
2009-12-09
hwmon: (f71882fg) Add support for the f71889fg (version 2)
Hans de Goede
1
-18
/
+68
2009-12-09
hwmon: (f71882fg) Fix sysfs file removal
Hans de Goede
1
-25
/
+66
2009-12-09
hwmon: (f71882fg) Cleanup sysfs attr creation 2/2
Hans de Goede
1
-64
/
+52
2009-12-09
hwmon: (f71882fg) Cleanup sysfs attr creation 1/2
Hans de Goede
1
-48
/
+89
2009-06-15
hwmon: (f71882fg) Add support for the F71858F
Hans de Goede
1
-36
/
+156
2009-06-15
hwmon: (f71882fg) Add temp#_fault sysfs attr for f8000
Hans de Goede
1
-0
/
+3
2009-06-15
hwmon: (f71882fg) Sanity check f8000 pwm settings
Hans de Goede
1
-13
/
+23
2009-06-15
hwmon: (f71882fg) Cleanup f8000 pwm handling
Hans de Goede
1
-9
/
+8
2009-06-15
hwmon: Fix more __devexit_p glitches
Jean Delvare
1
-1
/
+1
2009-02-17
hwmon: Fix ACPI resource check error handling
Hans de Goede
1
-1
/
+1
2009-02-17
hwmon: (f71882fg) Hide misleading error message
Jean Delvare
1
-1
/
+1
2009-01-07
hwmon: Check for ACPI resource conflicts
Jean Delvare
1
-0
/
+5
2009-01-07
hwmon: (f71882fg) Fix fan_to/from_reg prototypes
Hans de Goede
1
-2
/
+2
[next]