summaryrefslogtreecommitdiffstats
path: root/pyhwmon
Commit message (Collapse)AuthorAgeFilesLines
* hwmon: Remove journal spamBrad Bishop2017-02-211-3/+0
| | | | | | | Remove 'Warning - unhandled hwmon' Change-Id: Idabc312ae4ae9d8a206712b147c2db2a433bcdc8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* python: add vim modelinesBrad Bishop2016-09-231-0/+2
| | | | | Change-Id: Ic13d79892e3efe6f7bad357ad747e6fd25299d02 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* hwmon: pep8 fixesBrad Bishop2016-09-121-1/+1
| | | | | Change-Id: I7ffedd4592dd3efbf1b531ecf3b7fbfd1f95bc0c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* hwmon: allow missing config fileBrad Bishop2016-09-061-3/+10
| | | | | | | Allow hwmon to at least start without a board config file. Change-Id: I53114671d91f887be1bf4a4b9207ece68fa2d0ce Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* hwmon: pep8 fixesBrad Bishop2016-09-061-140/+137
| | | | | Change-Id: I94fa21938796a694d8bb653b45b7f5379c7e6bc4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* fix sensor scales for HWMON devicesEdward A. James2016-08-221-0/+1
| | | | | | | | | | | | | - should only use exponential (10^x) scaling - purpose of the scale is to identify units - need adjustment factor for some sensors; internal use only depends on Id4e1dfad0def21f9f1d341d859c3b2c237dea080 resolves openbmc/openbmc#412 Change-Id: Iaf2d5e30df620212dd3c9e821d6462964520dc44 Signed-off-by: Edward A. James <eajames@us.ibm.com>
* hwmon: attribute is not polled after failureBrad Bishop2016-07-011-0/+1
| | | | | | | This line of code was removed with revert bd01c24d (original efc68970) but should not have been. The line was originally added with 6956bbd4. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Revert "Don't make pointless sensor update method calls"Brad Bishop2016-06-241-19/+5
| | | | | | | | | This reverts commit efc689707d21f36c0ed8f0b1af474d2087ef8f95. This enhancement breaks the ability to set the sensor value via user-interface. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Revert "Fix broken attempt at hwmon caching"Brad Bishop2016-06-241-1/+1
| | | | | | This reverts commit 8224ff87c914861d28ed0dc6a251ba213a9ee607. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Fix syntax error introduced with 6956bbdBrad Bishop2016-06-151-4/+4
| | | | Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Fix broken attempt at hwmon cachingBrad Bishop2016-06-141-1/+1
| | | | | | This repairs a hwmon regression introduced with efc6897. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Install python workbook to well-known locationBrad Bishop2016-06-101-6/+1
| | | | | | | This removes the need to pass the system configuration to all the scripts. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Reorganize directory structureBrad Bishop2016-06-104-0/+193
Moving to directory per-application layout. This facilitates building single applications which is useful in the Yocto build environment since different applications satisfy different OpenBMC build requirements. A number of issues are also addressed: - All applications were pulling in libsystemd and the gdbus libs irrespective of whether or not they were needed. - gpio.o duplicated in every application - moved to libopenbmc_intf - Added install target Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud