aboutsummaryrefslogtreecommitdiff
path: root/hw/occ-sensor.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-06occ: Add POWER10 supportVaidyanathan Srinivasan1-2/+2
2020-05-26sensors: occ: Fix a bug when sensor values are zeroGautham R. Shenoy1-1/+2
2020-05-26sensors: occ: Fix the GPU detection codeGautham R. Shenoy1-2/+20
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-12-16occ sensors: make endian-cleanNicholas Piggin1-45/+55
2019-12-16opal-api: add endian conversions to most opal callsNicholas Piggin1-5/+8
2019-10-22occ-sensor: clean dt properties if sensor is not availableBalamuruhan S1-0/+4
2019-07-26SPDX-ify all skiboot codeStewart Smith1-13/+4
2019-05-20occ-sensors: Check if OCC is reset while reading inband sensorsShilpasri G Bhat1-0/+3
2018-06-27occ: Move occ declarations into occ.hAndrew Donnellan1-1/+1
2018-06-18occ-sensor: Avoid using uninitialised struct cpu_threadJoel Stanley1-2/+4
2018-04-19sensors: Dont add DTS sensors when OCC inband sensors are availableShilpasri G Bhat1-6/+8
2018-03-27occ-sensors: Remove NULL checks after dereferenceCyril Bur1-2/+2
2018-02-21sensor-groups: occ: Add support to disable/enable sensor groupShilpasri G Bhat1-248/+15
2018-02-21sensors: occ: Scale the sensor valuesShilpasri G Bhat1-4/+107
2018-02-21sensors: occ: Add energy countersShilpasri G Bhat1-70/+119
2018-02-21sensors: Support reading u64 sensor valuesShilpasri G Bhat1-1/+1
2018-01-30sensors: occ: Skip power sensors with zero sample valueShilpasri G Bhat1-0/+21
2018-01-30sensors: occ: Skip GPU sensors for non-gpu systemsShilpasri G Bhat1-0/+7
2017-12-13sensors: occ: Skip counter type of sensorsShilpasri G Bhat1-0/+3
2017-11-30sensors: Fix dtc warning for new occ inband sensors.Pridhiviraj Paidipeddi1-0/+3
2017-11-28occ-sensors: Fix up quad/gpu location mixupOliver O'Halloran1-2/+7
2017-10-18occ-sensors : Add OCC inband sensor region to exportsShilpasri G Bhat1-1/+13
2017-08-11sensor-groups : occ: Add 'ops' DT propertyShilpasri G Bhat1-1/+1
2017-07-28hw/occ-sensor: fix 'sensor' may be used uninitialized warning on some GCCStewart Smith1-1/+1
2017-07-28sensors: occ: Add support to clear sensor groupsShilpasri G Bhat1-0/+15
2017-07-28sensors: occ: Skip the deconfigured core sensorsShilpasri G Bhat1-2/+19
2017-07-28sensors: occ: Add CSM_{min/max} sensorsShilpasri G Bhat1-11/+19
2017-07-28sensors: occ: Add support for OCC inband sensorsShilpasri G Bhat1-0/+596