Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-fan-presence
/
799cdf74d50c6ced0e1a1afcef1fe7fc50e71da8
799cdf7
Conditionally add/remove events action
by Matthew Barth
· 5 years ago
8d06a83
Update default floor action
by Matthew Barth
· 5 years ago
6db547d
Fix generated group on nested events
by Matthew Barth
· 5 years ago
0451eca
Add Shawn McCarney as a reviewer
by Matthew Barth
· 5 years ago
301ec59
Add B.J. Wyman as a reviewer
by Matthew Barth
· 5 years ago
d4c001f
Decrease speeds when a decrease delta exists
by Matthew Barth
· 5 years ago
a422bbe
Support int32 property variant type
by Matthew Barth
· 5 years ago
efbe7ab
doc only: Update events example yaml
by Matthew Barth
· 5 years ago
014f07c
Fan floor by median sensor value within a range
by Matthew Barth
· 6 years ago
4eac3cf
monitor: use signed value for factor and offset
by Lei YU
· 6 years ago
8a697b6
Correct precondition generation
by Matthew Barth
· 6 years ago
36cfcec
Add missing owner services precondition
by Matthew Barth
· 6 years ago
03aff08
Restructure preconditions layout
by Matthew Barth
· 6 years ago
e7d5389
Remove service name checking
by Matthew Barth
· 6 years ago
a6f7516
Remove events with no groups defined
by Matthew Barth
· 6 years ago
06fa781
Generate groups defined on actions
by Matthew Barth
· 6 years ago
75d9735
Create empty action groups
by Matthew Barth
· 6 years ago
f7e1cb3
Event groups are optional
by Matthew Barth
· 6 years ago
d7b716a
Add/Remove event timers by event name
by Matthew Barth
· 6 years ago
79cb831
Add/Remove event signals by event name
by Matthew Barth
· 6 years ago
2885ba9
Provide event name to triggers
by Matthew Barth
· 6 years ago
621a577
Add event name to SetSpeedEvent data
by Matthew Barth
· 6 years ago
0377401
Allow event groups to be empty
by Matthew Barth
· 6 years ago
469d136
Optimize event group property handling
by Matthew Barth
· 6 years ago
926df66
Separate handlers for signals and method calls
by Matthew Barth
· 6 years ago
cd3bfbc
Add event init trigger
by Matthew Barth
· 7 years ago
146b739
Convert event group to a vector of tuples
by Matthew Barth
· 7 years ago
73379f9
Converge generating signal and handler params
by Matthew Barth
· 7 years ago
016bd24
Move signals to event triggers
by Matthew Barth
· 7 years ago
1b4de26
Call event triggers on initialization
by Matthew Barth
· 7 years ago
d0b90fc
Have timers be a trigger type in microseconds
by Matthew Barth
· 7 years ago
f20c321
Preconditions use signal triggers
by Matthew Barth
· 7 years ago
a69465a
Move signal matches to triggers section
by Matthew Barth
· 7 years ago
d9a580a
Add Fan item interface
by Anthony Wilson
· 6 years ago
71779ab
build: install into bin instead of sbin
by Patrick Venture
· 6 years ago
59096e5
Generate zone property persist configs
by Matthew Barth
· 6 years ago
70b2e7d
Persist zone object properties option
by Matthew Barth
· 6 years ago
221c90c
Verify mode provided is supported
by Matthew Barth
· 6 years ago
a2bed6e
Initially use default current mode upon restoring
by Matthew Barth
· 6 years ago
b390df1
Current mode set as uppercase
by Matthew Barth
· 6 years ago
64099cd
Fix: srcrev bump 4b258ac8b6..7883f58ab2
by Matthew Barth
· 6 years ago
7883f58
Parse and generate zone interfaces
by Matthew Barth
· 6 years ago
1b3e960
Add framework to set properties on a zone
by Matthew Barth
· 6 years ago
4b258ac
build: pkg anti-pattern: use defaults
by Patrick Venture
· 6 years ago
0a1f686
Use zone object's path attribute
by Matthew Barth
· 6 years ago
18c9103
Update parser for properties on zone objects
by Matthew Barth
· 6 years ago
baea6c3
Trigger current mode property change events
by Matthew Barth
· 6 years ago
766f854
Store and access zone object properties
by Matthew Barth
· 6 years ago
6faf894
Override setting Current mode property
by Matthew Barth
· 6 years ago
9e4db25
Restore current mode property
by Matthew Barth
· 6 years ago
cc8912e
Persist current mode property framework
by Matthew Barth
· 6 years ago
93af419
Add thermal control interface to zone objects
by Matthew Barth
· 6 years ago
14cc043
Fan control dbus busname and object path
by Matthew Barth
· 6 years ago
dea024f
libfan: Remove
by William A. Kennington III
· 6 years ago
8fd879f
Remove timer in favor of sdeventplus/utility/timer
by William A. Kennington III
· 6 years ago
a1aef7a
Parser updates to support alternate events action
by Matthew Barth
· 6 years ago
c410dda
Add alternate events action
by Matthew Barth
· 6 years ago
f0b020f
control: manager: Avoid the need for fconcepts
by Brad Bishop
· 6 years ago
4978e06
std::variant: Apply missing fixup
by William A. Kennington III
· 6 years ago
2c8e198
control/zone: Fix missing cassert include
by William A. Kennington III
· 6 years ago
e8b340b
control: Add interface when not in service cache
by Matthew Barth
· 6 years ago
52fbe0d
Fix std::variant usage
by William A. Kennington III
· 6 years ago
8ce4b5f
Rebase correction (timerPos -> timerConfPos)
by Matthew Barth
· 6 years ago
0420a93
control/zone: Use const references when iterating
by William A. Kennington III
· 6 years ago
33bfe76
Remove all signals when an event is removed
by Matthew Barth
· 6 years ago
22c36ab
Prefer bind over method call in lambda
by William A. Kennington III
· 6 years ago
c0c5f07
control/zone: Reference instead of copying timer data
by William A. Kennington III
· 6 years ago
94fe1a0
control/zone: Refactor addTimer
by William A. Kennington III
· 6 years ago
122b843
control: Rename Timer -> TimerConf
by William A. Kennington III
· 6 years ago
0ce353e
control: Alias TimerType locally
by William A. Kennington III
· 6 years ago
1cfc2f1
Switch sd_event loops to sdeventplus
by William A. Kennington III
· 6 years ago
5882e0c
gitignore: add libtool
by Patrick Venture
· 6 years ago
3e78106
Fix exit status codes
by William A. Kennington III
· 6 years ago
b884821
Makefile: Fix library compile flags
by William A. Kennington III
· 6 years ago
48df959
phosphor-fan-presence: use c++17
by Vernon Mauery
· 6 years ago
bd2e80a
Fix libfan_la_CXXFLAGS
by Lei YU
· 6 years ago
ecd4bc7
Add -flto to CXXFLAGS
by Andrew Geissler
· 6 years ago
86be476
Handle SdBusError exceptions
by Matthew Barth
· 6 years ago
b0de1d6
Use s.c_str() in log messages
by Joseph Reynolds
· 7 years ago
220985a
Add MAINTAINERS file
by Andrew Jeffery
· 7 years ago
f3adb78
utility: Remove getService function
by Matthew Barth
· 7 years ago
1af90f0
utility: Remove getInvService function
by Matthew Barth
· 7 years ago
17792cd
cooling-type: Use lookupAndCallMethod
by Matthew Barth
· 7 years ago
26e9612
Use setProperty function in fan set speed
by Matthew Barth
· 7 years ago
88923a0
Throw DBusPropertyError for all property accesses
by Matthew Barth
· 7 years ago
6f30fd6
Add set property functions without mapper lookup
by Matthew Barth
· 7 years ago
7c48d10
Call method and return function
by Matthew Barth
· 7 years ago
1061cba
perf: Cache service name for fan target sensors
by Matthew Barth
· 7 years ago
2029106
Use shared callMethod function in control manager
by Matthew Barth
· 7 years ago
803d35b
Use shared getProperty function in control manager
by Matthew Barth
· 7 years ago
e0f67c8
perf: Count state of properties before set speed
by Matthew Barth
· 7 years ago
572d406
Enhance precondition function and tracing
by Matthew Barth
· 7 years ago
702c4a5
Move generated code template to file
by Matthew Barth
· 7 years ago
9af27f6
Remove property change trace
by Matthew Barth
· 7 years ago
ba7b5fe
Throw custom exceptions on D-Bus method failures
by Matt Spinler
· 7 years ago
84f105b
Presence: Fix a log metadata entry
by Matt Spinler
· 7 years ago
33618bc
Add generation of propertiesMatch condition
by Matthew Barth
· 7 years ago
81748b1
Support optional conditions on creating fans
by Matthew Barth
· 7 years ago
7311c39
Add methods to return property variant
by Matthew Barth
· 7 years ago
30abbef
Rename remove object interface function
by Matthew Barth
· 7 years ago
Next »