summaryrefslogtreecommitdiffstats
path: root/sysfs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std::filesystem::path::relative_path()Matt Spinler2019-04-161-17/+4
* Don't std::filesystem::path::/= an absolute pathMatt Spinler2019-03-151-2/+14
* use filesystem instead of experimentalPatrick Venture2019-03-111-2/+2
* sysfs: transition to std::find_ifPatrick Venture2018-10-131-6/+8
* add .clang-formatPatrick Venture2018-08-311-20/+19
* hwmonio: split IoAccess object outPatrick Venture2018-04-241-208/+1
* Remove OCC EAGAIN workaroundMatthew Barth2018-04-131-8/+1
* Add configure option for how read fails behavePatrick Venture2018-03-301-0/+4
* Handle OCC EAGAIN & EREMOTEIO in 4.13Matthew Barth2018-03-221-1/+21
* Add findHwmonFromDevPath()Matt Spinler2018-03-071-0/+38
* Rename functionMatt Spinler2018-03-051-1/+1
* Clear errno before reading/writingMatt Spinler2018-01-171-0/+2
* Silently exit on ENODEVEdward A. James2017-12-111-11/+3
* Support reading 64 bit integersMatt Spinler2017-11-291-2/+2
* Retry on ENODATA errorsMatt Spinler2017-11-161-0/+8
* Retry on ENODEV errnosMatt Spinler2017-10-091-0/+8
* sysfs IO enhancementsBrad Bishop2017-09-081-42/+123
* sysfs: Removed unused codeBrad Bishop2017-08-311-113/+0
* Add hwmon io wrapper classBrad Bishop2017-08-311-0/+104
* sysfs: refactor findCalloutBrad Bishop2017-08-311-23/+73
* sysfs: refactor findHwmonBrad Bishop2017-08-311-15/+23
* sysfs: refactor findPhandleMatchBrad Bishop2017-08-291-47/+42
* sysfs: Removed unused headersBrad Bishop2017-08-281-2/+1
* Allow EAGAIN failuresMatt Spinler2017-07-281-1/+7
* Don't exit program on sysfs read failures.Patrick Venture2017-07-271-3/+6
* Fix high CPU usage noted with BMP280Brandon Wyman2017-06-261-4/+2
* Don't exit with error when hwmon dir is removedAndrew Geissler2017-06-161-0/+12
* Update call out algorithm for iio hwmon instanceBrandon Wyman2017-06-061-23/+91
* Update algorithm to find iio hwmon instanceBrandon Wyman2017-06-061-0/+33
* Cater for change in elog create and commit interfaceMarri Devender Rao2017-04-151-26/+14
* Update sysfs readsMatthew Barth2017-03-301-6/+15
* Update hwmon fan target sysfs entriesMatthew Barth2017-03-301-1/+55
* Use std::filesystem when generating callout pathsBrad Bishop2017-03-271-7/+9
* Use std::filesystem in favor of custom moduleBrad Bishop2017-03-081-17/+10
* Log failing path after sysfs access failuresBrad Bishop2017-03-011-0/+43
* Find hwmon instances from OF device pathsBrad Bishop2017-01-171-0/+54
OpenPOWER on IntegriCloud