Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-fan-presence
/
70b2e7da829b9b11f4fa4d9141383a5dbc63e6e1
/
control
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
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
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
3e78106
Fix exit status codes
by William A. Kennington III
· 6 years ago
ecd4bc7
Add -flto to CXXFLAGS
by Andrew Geissler
· 6 years ago
86be476
Handle SdBusError exceptions
by Matthew Barth
· 6 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
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
30abbef
Rename remove object interface function
by Matthew Barth
· 7 years ago
e7d8705
Generate InterfacesRemoved signal events
by Matthew Barth
· 7 years ago
1499a5c
Add InterfacesRemoved signal handling
by Matthew Barth
· 7 years ago
c72b891
Minimize service name mapper lookups
by Matthew Barth
· 7 years ago
a603ed0
Cache service names for paths and interfaces
by Matthew Barth
· 7 years ago
e3d1c4a
Make event actions optional
by Matthew Barth
· 7 years ago
6c05069
Parse a list of groups with zone conditions
by Matthew Barth
· 7 years ago
069e440
Add target interface for fan control
by Lei YU
· 7 years ago
9a5b699
Support properties of type string
by Matthew Barth
· 7 years ago
e4338cd
Decreases allowed based on all groups
by Matthew Barth
· 7 years ago
e65f617
Add path to trace for missing property
by Matthew Barth
· 7 years ago
c63973a
Use Ceiling speed as request base
by Matthew Barth
· 7 years ago
d5cfdbe
Update string compares on signal messages
by Matthew Barth
· 7 years ago
0081fdb
Disable zone move constructor
by Matthew Barth
· 7 years ago
2081972
Fix indentation from review comment
by Matthew Barth
· 7 years ago
34a389e
Use in place init of event data
by Matthew Barth
· 7 years ago
55dea64
Remove empty service name
by Matthew Barth
· 7 years ago
480787c
Refresh service states for a group
by Matthew Barth
· 7 years ago
2b3db61
Init zone target speed to current target speed
by Matthew Barth
· 7 years ago
0decd1b
Set fan speed on missing owner action
by Matthew Barth
· 7 years ago
98726c4
Set floor to default on missing owner action
by Matthew Barth
· 7 years ago
9df7475
Allow timers & embedded actions within an action
by Matthew Barth
· 7 years ago
6c997d7
Modify generating event actions
by Matthew Barth
· 7 years ago
2a646c5
Action that creates/starts a timer
by Matthew Barth
· 7 years ago
bfb1a56
Add timer event management
by Matthew Barth
· 7 years ago
7b7ceb8
Add timer type for set speed event timers
by Matthew Barth
· 7 years ago
5a30257
Fill in NameOwnerChanged signal support
by Matthew Barth
· 7 years ago
9f964bf
Generate selected handlers
by Matthew Barth
· 7 years ago
e59fdf7
Set/update a service name owner for a group
by Matthew Barth
· 7 years ago
8fa02da
Stub NameOwnerChanged signal support
by Matthew Barth
· 7 years ago
336f18a
Update event initialization
by Matthew Barth
· 7 years ago
67967f9
Generate selected match strings and signals
by Matthew Barth
· 7 years ago
e3bab01
DOC ONLY: Add preconditions section description
by Matthew Barth
· 7 years ago
4c04a01
Allow no parameter action functions
by Matthew Barth
· 7 years ago
b280bfa
Create set request speed base action function
by Matthew Barth
· 7 years ago
4e72854
Use speed request base in inc/dec speed changes
by Matthew Barth
· 7 years ago
1bfdc42
Zone function to set requested speed base
by Matthew Barth
· 7 years ago
dd5cad6
DOC ONLY: Example events yaml format update
by Matthew Barth
· 7 years ago
7f272fd
Set speed event parser updates
by Matthew Barth
· 7 years ago
f9201ab
Support a list of actions for a set speed event
by Matthew Barth
· 7 years ago
d953bb2
Create informational logs for properties not found
by Matthew Barth
· 7 years ago
60b0076
Updates enabling zone active fan control
by Matthew Barth
· 7 years ago
9014980
Add timer option to run set speed event actions
by Matthew Barth
· 7 years ago
172f393
Add factor parameter to inc/dec action functions
by Matthew Barth
· 7 years ago
be25083
Add interfacesAdded subscriptions to groups
by Matthew Barth
· 7 years ago
bc65160
Handle any missing properties for actions
by Matthew Barth
· 7 years ago
9af190c
Update parser to support optional preconditions
by Matthew Barth
· 7 years ago
f6b76d8
Remove set speed event
by Matthew Barth
· 7 years ago
604329e
Add precondition that checks property states
by Matthew Barth
· 7 years ago
eb639c5
Add support to handle InterfacesAdded signals
by Matthew Barth
· 7 years ago
ccc7770
Initial updates to support preconditions
by Matthew Barth
· 7 years ago
be605c5
Fan control: Example yaml updates(doc only)
by Matthew Barth
· 8 years ago
a956184
Add increase & decrease timer values in seconds
by Matthew Barth
· 8 years ago
b4a7cb9
Set target speed according to floor speed change
by Matthew Barth
· 8 years ago
Next »