index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
ibmaem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-14
/
+1
*
hwmon: (ibmaem) Use permission specific SENSOR[_DEVICE]_ATTR variants
Guenter Roeck
2019-02-18
1
-8
/
+7
*
hwmon:ibm: Change ipmi_user_t to struct ipmi_user *
Corey Minyard
2018-09-18
1
-1
/
+1
*
hwmon: (ibmaem) constify aem_rw_sensor_template and aem_ro_sensor_template st...
Julia Lawall
2016-01-04
1
-6
/
+6
*
hwmon: ibmaem: Use ktime_get_ns()
Thomas Gleixner
2014-07-23
1
-4
/
+2
*
hwmon: (ibmaem) Fix return value
Sachin Kamat
2013-09-11
1
-1
/
+1
*
hwmon: Change my email address.
Darrick J. Wong
2013-08-27
1
-2
/
+2
*
hwmon: Fix checkpatch warning 'quoted string split across lines'
Guenter Roeck
2013-04-07
1
-10
/
+11
*
hwmon: Add missing inclusions of <linux/err.h>
Jean Delvare
2012-10-10
1
-0
/
+1
*
hwmon: (ibmaem) fix checkpatch issues
Frans Meulenbroeks
2012-03-18
1
-1
/
+1
*
hwmon: replaced strict_str* with kstr*
Frans Meulenbroeks
2012-01-05
1
-1
/
+1
*
hwmon: (ibmaem) Avoid repeated memory allocations
Jean Delvare
2011-11-04
1
-8
/
+20
*
hwmon: (ibmaem) Make instance initializations independent
Jean Delvare
2011-11-04
1
-10
/
+2
*
hwmon: (ibmaem) Fix error paths
Jean Delvare
2011-11-04
1
-8
/
+12
*
drivers/hwmon/hwmon.c: convert idr to ida and use ida_simple_get()
Jonathan Cameron
2011-10-31
1
-39
/
+8
*
hwmon: (ibmaem) add missing kfree
Julia Lawall
2011-08-11
1
-5
/
+10
*
hwmon: (ibmaem) Initialize sysfs attributes
Guenter Roeck
2011-06-17
1
-0
/
+2
*
hwmon: Use helper functions to set and get driver data
Jean Delvare
2011-05-25
1
-5
/
+5
*
hwmon: (ibmaem) Use pr_fmt and pr_<level>
Joe Perches
2011-01-08
1
-1
/
+3
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
hwmon: (ibmaem) Automatically load on HC10 blade
Darrick J. Wong
2009-06-15
1
-0
/
+1
*
Fix platform drivers that crash on suspend/resume
Darrick J. Wong
2008-11-12
1
-8
/
+10
*
hwmon: (ibmaem) Automatically load on IBM systems via DMI
Darrick J. Wong
2008-10-17
1
-0
/
+7
*
ibmaem: don't query the entire sensor repository when reading energy meter
Darrick J. Wong
2008-08-15
1
-5
/
+13
*
ibmaem: prevent infinite probing loop on x3650 M2 systems
Darrick J. Wong
2008-08-15
1
-1
/
+2
*
ibmaem: update the documentation to reflect the current name
Darrick J. Wong
2008-08-15
1
-3
/
+3
*
ibmaem endianness annotations
Al Viro
2008-06-04
1
-6
/
+6
*
ibmaem: new driver for power/energy/temp meters in IBM System X hardware
Darrick J. Wong
2008-05-24
1
-0
/
+1111