Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-hwmon
/
505523772e7b1ba789d6522397f9932629b96e83
5055237
hwmonio:: Add Interface base class and tests
by Patrick Venture
· 7 years ago
280586a
Add documentation pointer to README
by Matt Spinler
· 7 years ago
ac47309
Move sensor adjust within sensor object
by Matthew Barth
· 7 years ago
e289100
Add EMSGSIZE to the list of retryable errors
by Eddie James
· 7 years ago
cb3daaf
Move value iface creation into sensor object
by Matthew Barth
· 7 years ago
2e41b13
Move status iface creation into sensor object
by Matthew Barth
· 7 years ago
9c43106
Add sensor object framework
by Matthew Barth
· 7 years ago
3786b8c
Add MAINTAINERS file
by Andrew Jeffery
· 7 years ago
5dc6fe7
Use s.c_str() in log messages
by Joseph Reynolds
· 7 years ago
28842e1
.gitignore: Add test-driver
by Matthew Barth
· 7 years ago
7c42480
Support indirections other than just "label"
by Matt Spinler
· 7 years ago
c897d8b
mainloop: add uniqueness to busname
by Patrick Venture
· 7 years ago
0b30505
Remove OCC EREMOTEIO return code hack
by Matthew Barth
· 7 years ago
bfcaf3d
Refresh sensor functional state
by Matthew Barth
· 7 years ago
27c4a39
Skip updating value for faulted sensors
by Matthew Barth
· 7 years ago
ca44c2e
Fault status check before reading sensor value
by Matthew Barth
· 7 years ago
3581938
Add status interface to sensors
by Matthew Barth
· 7 years ago
d238e23
Return sensor object state data as optional
by Matthew Barth
· 7 years ago
75e56c6
hwmonio: split IoAccess object out
by Patrick Venture
· 7 years ago
609fe98
hwmon module unit-tests -- first one
by Patrick Venture
· 7 years ago
c635e86
test: moved to tools
by Patrick Venture
· 7 years ago
dd46739
sysfs: cleanup: add missing namespace comment
by Patrick Venture
· 7 years ago
50cf1c5
mainloop cleanup: added std namespace where missing
by Patrick Venture
· 7 years ago
979c806
Get sensor identifiers function
by Matthew Barth
· 7 years ago
b798527
Check for empty return code list on adding
by Matthew Barth
· 7 years ago
0979185
mainloop cleanup: moved getAttrs to hwmon namespace
by Patrick Venture
· 7 years ago
a24c880
move calls to cstdlib::getenv to env::getEnv
by Patrick Venture
· 7 years ago
7a5285d
move getEnv methods into env namespace
by Patrick Venture
· 7 years ago
73a50c7
mainloop: Add some helpful comments
by Patrick Venture
· 7 years ago
caac77d
Update configure.ac to fix gtest
by Patrick Venture
· 7 years ago
d4beecf
No retries when adding a purposely removed sensor
by Matthew Barth
· 7 years ago
8729e44
Remove OCC EAGAIN workaround
by Matthew Barth
· 7 years ago
38c74e7
Trace return code driven remove/add of sensors
by Matthew Barth
· 7 years ago
28f8e66
Check TARGET_MODE on target sensors
by Matthew Barth
· 7 years ago
33db92b
Include monitoring removed sensors for re-adding
by Matthew Barth
· 7 years ago
31d214c
Attempt adding sensors with initial read error rc
by Matthew Barth
· 7 years ago
8772ce3
Remove sensors for given return codes
by Matthew Barth
· 7 years ago
d26e277
Store sensor return codes for dbus removal
by Matthew Barth
· 7 years ago
1daaf26
README: Reword cleaning the repo
by Gunnar Mills
· 7 years ago
2a51a9c
performance: setup sysfs read independent of D-Bus
by Deepak Kodihalli
· 7 years ago
6aa24d4
Add a Timer class
by Deepak Kodihalli
· 7 years ago
c1cece7
Add configure option for how read fails behave
by Patrick Venture
· 7 years ago
a23babd
Handle OCC EAGAIN & EREMOTEIO in 4.13
by Matthew Barth
· 7 years ago
147b033
Find hwmon path based on input path type
by Matt Spinler
· 7 years ago
626df17
Add findHwmonFromDevPath()
by Matt Spinler
· 7 years ago
31dbe06
Rename function
by Matt Spinler
· 7 years ago
a7e2c1e
Make it possible to choose the target interface
by Matt Spinler
· 7 years ago
7bd5fcf
Read MaxValue and MinValue from configuration
by James Feist
· 7 years ago
a4bba96
Add pwm id as fan pwm target
by Lei YU
· 7 years ago
9331ab7
Add fan pwm interface target
by Patrick Venture
· 7 years ago
c8a8e01
Clear errno before reading/writing
by Matt Spinler
· 7 years ago
26d2173
Silently exit on ENODEV
by Edward A. James
· 7 years ago
fee106b
Support reading 64 bit integers
by Matt Spinler
· 7 years ago
67ce4a4
Retry on ENODATA errors
by Matt Spinler
· 7 years ago
4d9a35b
Claim a stable well known busname
by Brad Bishop
· 7 years ago
fe17eff
Update threshold checking comparison operators
by Chiabing Lee
· 7 years ago
ca64c25
Spelling fixes
by Gunnar Mills
· 7 years ago
b4e6557
Read fan target sysfs value on startup
by Matt Spinler
· 7 years ago
b778df0
Only write pwm_enable if it has an env var
by Matt Spinler
· 7 years ago
ccfc77b
Pass discrete type/ID values into addThreshold
by Matt Spinler
· 7 years ago
5ac7b19
Remove getIndirectLabelEnv
by Matt Spinler
· 7 years ago
4b68c4e
Refactor method of looking up indirect labels
by Matt Spinler
· 7 years ago
a3eb8e3
Remove old TODO
by Matt Spinler
· 7 years ago
82d507d
Add getIndirectID function
by Matt Spinler
· 7 years ago
049e0dd
Add another version of getEnv
by Matt Spinler
· 7 years ago
325456c
use stoll() to convert threshold string to number
by Matt Spinler
· 7 years ago
9b65f76
Log the failing sysfs filename
by Matt Spinler
· 7 years ago
8a37c4b
Retry on ENODEV errnos
by Matt Spinler
· 7 years ago
c923ce9
Enhancement to support GAIN and OFFSET value for sensor reading
by Chiabing Lee
· 7 years ago
754d38c
sysfs IO enhancements
by Brad Bishop
· 7 years ago
3eca252
Docs: Add IIO device limitation information
by Brad Bishop
· 7 years ago
1164195
test: Add a number of test applications
by Brad Bishop
· 7 years ago
f0c3fc1
sysfs: Removed unused code
by Brad Bishop
· 7 years ago
751043e
Use hwmonio for attribute IO
by Brad Bishop
· 7 years ago
8b574a7
Add hwmon io wrapper class
by Brad Bishop
· 7 years ago
f3aa9ae
mainloop: Cache devpath at startup
by Brad Bishop
· 7 years ago
431d26a
sysfs: refactor findCallout
by Brad Bishop
· 7 years ago
4e24ebd
sysfs: refactor findHwmon
by Brad Bishop
· 7 years ago
f4bf63a
sysfs: refactor findPhandleMatch
by Brad Bishop
· 7 years ago
68c43b2
sysfs: Removed unused headers
by Brad Bishop
· 7 years ago
f9c83c4
Add configure option to control how fails behave
by Matt Spinler
· 7 years ago
e49b6a0
Change current label to reflect the terminology used in hwmon intf
by Jaghathiswari Rankappagounder Natarajan
· 7 years ago
7b58737
msl: Add a max31785 MSL checking script
by Brad Bishop
· 7 years ago
3b8e36e
Allow EAGAIN failures
by Matt Spinler
· 7 years ago
1e6324f
Don't exit program on sysfs read failures.
by Patrick Venture
· 8 years ago
2f370c4
Fix high CPU usage noted with BMP280
by Brandon Wyman
· 8 years ago
ac8b7c6
Don't exit with error when hwmon dir is removed
by Andrew Geissler
· 8 years ago
1f8a958
Add a level of indirection when naming the DBUS objects
by Tom Joseph
· 8 years ago
8af8a20
Update call out algorithm for iio hwmon instance
by Brandon Wyman
· 8 years ago
4eb9858
Update algorithm to find iio hwmon instance
by Brandon Wyman
· 8 years ago
ab10f16
Introduce interval configuration for sensor reads.
by Patrick Venture
· 8 years ago
62503a4
Exit early if no sensors matched.
by Patrick Venture
· 8 years ago
0a8de64
Write pwmX_enable for fans that have a fanX_target
by Matt Spinler
· 8 years ago
05711eb
Cater for change in elog create and commit interface
by Marri Devender Rao
· 8 years ago
4e1f30f
Update sysfs reads
by Matthew Barth
· 8 years ago
048ac87
Update hwmon fan target sysfs entries
by Matthew Barth
· 8 years ago
bf7b7b1
Create a FanSpeedObject interface
by Matthew Barth
· 8 years ago
5ec68ab
Use std::filesystem when generating callout paths
by Brad Bishop
· 8 years ago
973886d
Change constexpr function pointers to static constants
by Saqib Khan
· 8 years ago
03e8735
Remove unnecessary copy constructing ObjectManager
by Brad Bishop
· 8 years ago
Next »