summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for sensorName field in yamlHEADmasterAlexander Filippov2019-04-103-11/+55
* build: install into bin instead of sbinPatrick Venture2019-04-101-1/+1
* Fix error attribute naming for Linux 5.0Eddie James2019-04-098-29/+218
* MAINTAINERS: Add Eddie JamesBrad Bishop2019-02-141-1/+1
* build: pkg anti-pattern: use defaultsPatrick Venture2019-02-131-9/+5
* powercap: Fix std::variant usageWilliam A. Kennington III2018-11-061-2/+3
* build: set language to C++Patrick Venture2018-10-291-0/+1
* clang-format: Update to match docs repoGunnar Mills2018-10-1826-1161/+1213
* events: Add missing memory header includeBrad Bishop2018-10-181-0/+2
* openpower-occ-control: use c++17Vernon Mauery2018-10-041-1/+1
* Revert "Add Bus class to reset OCC bus driver"Eddie James2018-07-116-109/+15
* passthrough: only open /dev/occX during the operationEddie James2018-06-272-1/+22
* tests: Quick fix for googletestWilliam A. Kennington III2018-06-271-1/+1
* Add MAINTAINERS fileAndrew Jeffery2018-06-051-0/+45
* Use s.c_str() in log messagesJoseph Reynolds2018-05-302-3/+3
* Add Bus class to reset OCC bus driverEddie James2018-05-096-15/+109
* Spelling fixesGunnar Mills2018-04-082-2/+2
* Change occ-hwmon device namesEddie James2018-03-193-9/+5
* Retry OCC read operationsAndrew Geissler2018-01-241-13/+26
* Modify default value for configure option "install_error_yaml"Marri Devender Rao2018-01-171-1/+1
* Install error yaml files to shared locationMarri Devender Rao2018-01-162-51/+68
* Only add presence watching when all OCCs are boundEddie James2017-12-203-5/+24
* Re-enable OCC error watchingEdward A. James2017-12-122-28/+12
* Powercap: add p8 supportLei YU2017-12-126-7/+55
* Add watches for throttling reported by the OCCEddie James2017-12-128-24/+95
* Create OCC objects on app startupDeepak Kodihalli2017-12-041-19/+3
* Add OCC present count detection and watchEdward A. James2017-11-1711-25/+190
* Add additional device bind case if occActive is out-of-syncEdward A. James2017-11-081-0/+21
* Update Journal Variable NamesGunnar Mills2017-11-031-1/+1
* Spelling fixes in configure.acGunnar Mills2017-10-311-1/+1
* Add occ_ prefix for i2c occ dbus objectsLei YU2017-10-264-6/+22
* Always watch for CPU inventory creationDeepak Kodihalli2017-10-251-15/+13
* Check only CPU presence before reconstructing OCCsDeepak Kodihalli2017-10-251-6/+1
* Split occ_manager.hpp into header and source filesVishwanatha Subbanna2017-09-263-124/+158
* Set OccActive property on application startVishwanatha Subbanna2017-09-263-3/+24
* Disable OCC error monitoringVishwanatha Subbanna2017-09-131-4/+5
* Remove hub FSI scan which was part of OCC bindVishwanatha Subbanna2017-09-023-38/+0
* Seek to file offset 0 after reading error fileVishwanatha Subbanna2017-09-021-1/+14
* Change signature of getServiceVishwanatha Subbanna2017-09-012-5/+5
* Add unit tests for utils and refactor MakefilesLei YU2017-08-284-28/+196
* Add I2C OCC support for P8 systemsLei YU2017-08-288-4/+211
* Only consider CPUs that are Present and FunctionalVishwanatha Subbanna2017-08-233-9/+123
* Remove creating sdbusplus handler in occ_finderVishwanatha Subbanna2017-08-233-4/+6
* Enable OCC error monitoringVishwanatha Subbanna2017-08-235-25/+118
* Reset hub scan variable when OCC goes inactiveAndrew Geissler2017-08-161-0/+3
* Delay opening OCC device until bindVishwanatha Subbanna2017-08-113-18/+80
* Call Hub FSI scan service prior to doing OCC bindVishwanatha Subbanna2017-08-113-2/+41
* Reset OCC on error conditionVishwanatha Subbanna2017-08-026-3/+182
* Use generated occ to sensor ID mapVishwanatha Subbanna2017-08-027-2/+108
* Reconstruct OCC objects on app restartDeepak Kodihalli2017-08-015-18/+151
OpenPOWER on IntegriCloud