index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
ibmpowernv.c
Age
Commit message (
Expand
)
Author
2020-12-02
hwmon: (ibmpowernv) Silence strncpy() warning
Lee Jones
2020-03-11
hwmon: (ibmpowernv) Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114
Thomas Gleixner
2018-11-04
hwmon: (ibmpowernv) Remove bogus __init annotations
Geert Uytterhoeven
2018-10-10
hwmon: (ibmpowernv) drop unnecessary OF name NULL checks
Rob Herring
2018-10-10
hwmon: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-07-31
hwmon: (ibmpowernv) Add attributes to enable/disable sensor groups
Shilpasri G Bhat
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-05-21
hwmon: (ibmpowernv) Add energy sensors
Shilpasri G Bhat
2018-05-21
hwmon: (ibmpowernv): Add support to read 64 bit sensors
Shilpasri G Bhat
2017-06-20
hwmon: (ibmpowernv) Add current(A) sensor
Shilpasri G Bhat
2017-06-20
hwmon: (ibmpowernv) introduce a legacy_compatibles array
Cédric Le Goater
2017-06-11
hwmon: (ibmpowernv) Add highest/lowest attributes to sensors
Shilpasri G Bhat
2016-09-13
hwmon: (ibmpowernv) Fix label for cores numbers not threads
Michael Neuling
2015-10-14
hwmon: (ibmpowernv) Add OF compatibility table entry
Cédric Le Goater
2015-04-08
hwmon: (ibmpowernv) Fix build error seen for some configurations
Guenter Roeck
2015-04-08
hwmon: (ibmpowernv) pretty print labels
Cédric Le Goater
2015-04-08
hwmon: (ibmpowernv) add a label attribute
Cédric Le Goater
2015-04-08
hwmon: (ibmpowernv) add support for the new device tree
Cédric Le Goater
2015-04-08
hwmon: (ibmpowernv) add a helper routine create_hwmon_attr
Cédric Le Goater
2015-03-20
hwmon: (ibmpowernv) do not use the OPAL index for hwmon attribute names
Cédric Le Goater
2015-03-20
hwmon: (ibmpowernv) change create_hwmon_attr_name() prototype
Cédric Le Goater
2015-03-20
hwmon: (ibmpowernv) add a convert_opal_attr_name() routine
Cédric Le Goater
2015-03-20
hwmon: (ibmpowernv) add a get_sensor_type() routine
Cédric Le Goater
2015-03-20
hwmon: (ibmpowernv) replace AMBIENT_TEMP by TEMP
Cédric Le Goater
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-30
hwmon: (ibmpowernv) Convert to module_platform_driver
Axel Lin
2014-11-30
hwmon: (ibmpowernv) Use platform 'id_table' to probe the device
Neelesh Gupta
2014-11-11
hwmon: (ibmpowernv) Quieten when probing finds no device
Michael Ellerman
2014-10-20
hwmon: drop owner assignment from platform_drivers
Wolfram Sang
2014-08-04
hwmon: (ibmpowernv) Use of_property_read_u32 at appropriate place
Axel Lin
2014-08-04
hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and tempera...
Neelesh Gupta
2014-04-09
Revert "powerpc/powernv: hwmon driver for power values, fan rpm and temperature"
Benjamin Herrenschmidt
2014-03-24
powerpc/powernv: hwmon driver for power values, fan rpm and temperature
Shivaprasad G Bhat