aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ibmaem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-01hwmon: (ibmaem) don't call platform_device_del() if platform_device_add() failsYang Yingliang1-4/+8
2022-05-22hwmon: (ibmaem) Directly use ida_alloc()/free()keliu1-5/+5
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser1-1/+1
2020-03-08hwmon: (ibmaem) Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-02-18hwmon: (ibmaem) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-8/+7
2018-09-18hwmon:ibm: Change ipmi_user_t to struct ipmi_user *Corey Minyard1-1/+1
2016-01-04hwmon: (ibmaem) constify aem_rw_sensor_template and aem_ro_sensor_template structuresJulia Lawall1-6/+6
2014-07-23hwmon: ibmaem: Use ktime_get_ns()Thomas Gleixner1-4/+2
2013-09-11hwmon: (ibmaem) Fix return valueSachin Kamat1-1/+1
2013-08-27hwmon: Change my email address.Darrick J. Wong1-2/+2
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-10/+11
2012-10-10hwmon: Add missing inclusions of <linux/err.h>Jean Delvare1-0/+1
2012-03-18hwmon: (ibmaem) fix checkpatch issuesFrans Meulenbroeks1-1/+1
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-1/+1
2011-11-04hwmon: (ibmaem) Avoid repeated memory allocationsJean Delvare1-8/+20
2011-11-04hwmon: (ibmaem) Make instance initializations independentJean Delvare1-10/+2
2011-11-04hwmon: (ibmaem) Fix error pathsJean Delvare1-8/+12
2011-10-31drivers/hwmon/hwmon.c: convert idr to ida and use ida_simple_get()Jonathan Cameron1-39/+8
2011-08-11hwmon: (ibmaem) add missing kfreeJulia Lawall1-5/+10
2011-06-17hwmon: (ibmaem) Initialize sysfs attributesGuenter Roeck1-0/+2
2011-05-25hwmon: Use helper functions to set and get driver dataJean Delvare1-5/+5
2011-01-08hwmon: (ibmaem) Use pr_fmt and pr_<level>Joe Perches1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-06-15hwmon: (ibmaem) Automatically load on HC10 bladeDarrick J. Wong1-0/+1
2008-11-12Fix platform drivers that crash on suspend/resumeDarrick J. Wong1-8/+10
2008-10-17hwmon: (ibmaem) Automatically load on IBM systems via DMIDarrick J. Wong1-0/+7
2008-08-15ibmaem: don't query the entire sensor repository when reading energy meterDarrick J. Wong1-5/+13
2008-08-15ibmaem: prevent infinite probing loop on x3650 M2 systemsDarrick J. Wong1-1/+2
2008-08-15ibmaem: update the documentation to reflect the current nameDarrick J. Wong1-3/+3
2008-06-04ibmaem endianness annotationsAl Viro1-6/+6
2008-05-24ibmaem: new driver for power/energy/temp meters in IBM System X hardwareDarrick J. Wong1-0/+1111