/openbmc/phosphor-pid-control/pid/ec/ |
H A D | stepwise.hpp | 22c257abd27fd76ed5280ef5c717eef1f28bfca9 Fri Aug 31 16:07:12 CDT 2018 James Feist <james.feist@linux.intel.com> Add stepwise controller
This adds the ability to use stepwise curves alongside pid control. This creates a base controller class that pidcontroller and stepwise controller inherit from.
Note: Hysteresis to come in follow-on patch
Tested-by: Created a stepwise controller and noticed that when it crossed a threshold that it contributed to the pwm setting.
Change-Id: I6cf842f80eaccafc905d620970afe91e2092d568 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
H A D | stepwise.cpp | 22c257abd27fd76ed5280ef5c717eef1f28bfca9 Fri Aug 31 16:07:12 CDT 2018 James Feist <james.feist@linux.intel.com> Add stepwise controller
This adds the ability to use stepwise curves alongside pid control. This creates a base controller class that pidcontroller and stepwise controller inherit from.
Note: Hysteresis to come in follow-on patch
Tested-by: Created a stepwise controller and noticed that when it crossed a threshold that it contributed to the pwm setting.
Change-Id: I6cf842f80eaccafc905d620970afe91e2092d568 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
/openbmc/phosphor-pid-control/pid/ |
H A D | controller.hpp | diff 22c257abd27fd76ed5280ef5c717eef1f28bfca9 Fri Aug 31 16:07:12 CDT 2018 James Feist <james.feist@linux.intel.com> Add stepwise controller
This adds the ability to use stepwise curves alongside pid control. This creates a base controller class that pidcontroller and stepwise controller inherit from.
Note: Hysteresis to come in follow-on patch
Tested-by: Created a stepwise controller and noticed that when it crossed a threshold that it contributed to the pwm setting.
Change-Id: I6cf842f80eaccafc905d620970afe91e2092d568 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
H A D | stepwisecontroller.hpp | 22c257abd27fd76ed5280ef5c717eef1f28bfca9 Fri Aug 31 16:07:12 CDT 2018 James Feist <james.feist@linux.intel.com> Add stepwise controller
This adds the ability to use stepwise curves alongside pid control. This creates a base controller class that pidcontroller and stepwise controller inherit from.
Note: Hysteresis to come in follow-on patch
Tested-by: Created a stepwise controller and noticed that when it crossed a threshold that it contributed to the pwm setting.
Change-Id: I6cf842f80eaccafc905d620970afe91e2092d568 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
H A D | pidcontroller.cpp | 22c257abd27fd76ed5280ef5c717eef1f28bfca9 Fri Aug 31 16:07:12 CDT 2018 James Feist <james.feist@linux.intel.com> Add stepwise controller
This adds the ability to use stepwise curves alongside pid control. This creates a base controller class that pidcontroller and stepwise controller inherit from.
Note: Hysteresis to come in follow-on patch
Tested-by: Created a stepwise controller and noticed that when it crossed a threshold that it contributed to the pwm setting.
Change-Id: I6cf842f80eaccafc905d620970afe91e2092d568 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
H A D | stepwisecontroller.cpp | 22c257abd27fd76ed5280ef5c717eef1f28bfca9 Fri Aug 31 16:07:12 CDT 2018 James Feist <james.feist@linux.intel.com> Add stepwise controller
This adds the ability to use stepwise curves alongside pid control. This creates a base controller class that pidcontroller and stepwise controller inherit from.
Note: Hysteresis to come in follow-on patch
Tested-by: Created a stepwise controller and noticed that when it crossed a threshold that it contributed to the pwm setting.
Change-Id: I6cf842f80eaccafc905d620970afe91e2092d568 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
H A D | fancontroller.hpp | diff 22c257abd27fd76ed5280ef5c717eef1f28bfca9 Fri Aug 31 16:07:12 CDT 2018 James Feist <james.feist@linux.intel.com> Add stepwise controller
This adds the ability to use stepwise curves alongside pid control. This creates a base controller class that pidcontroller and stepwise controller inherit from.
Note: Hysteresis to come in follow-on patch
Tested-by: Created a stepwise controller and noticed that when it crossed a threshold that it contributed to the pwm setting.
Change-Id: I6cf842f80eaccafc905d620970afe91e2092d568 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
H A D | pidcontroller.hpp | 22c257abd27fd76ed5280ef5c717eef1f28bfca9 Fri Aug 31 16:07:12 CDT 2018 James Feist <james.feist@linux.intel.com> Add stepwise controller
This adds the ability to use stepwise curves alongside pid control. This creates a base controller class that pidcontroller and stepwise controller inherit from.
Note: Hysteresis to come in follow-on patch
Tested-by: Created a stepwise controller and noticed that when it crossed a threshold that it contributed to the pwm setting.
Change-Id: I6cf842f80eaccafc905d620970afe91e2092d568 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
H A D | thermalcontroller.hpp | diff 22c257abd27fd76ed5280ef5c717eef1f28bfca9 Fri Aug 31 16:07:12 CDT 2018 James Feist <james.feist@linux.intel.com> Add stepwise controller
This adds the ability to use stepwise curves alongside pid control. This creates a base controller class that pidcontroller and stepwise controller inherit from.
Note: Hysteresis to come in follow-on patch
Tested-by: Created a stepwise controller and noticed that when it crossed a threshold that it contributed to the pwm setting.
Change-Id: I6cf842f80eaccafc905d620970afe91e2092d568 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
H A D | builder.cpp | diff 22c257abd27fd76ed5280ef5c717eef1f28bfca9 Fri Aug 31 16:07:12 CDT 2018 James Feist <james.feist@linux.intel.com> Add stepwise controller
This adds the ability to use stepwise curves alongside pid control. This creates a base controller class that pidcontroller and stepwise controller inherit from.
Note: Hysteresis to come in follow-on patch
Tested-by: Created a stepwise controller and noticed that when it crossed a threshold that it contributed to the pwm setting.
Change-Id: I6cf842f80eaccafc905d620970afe91e2092d568 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
H A D | zone.hpp | diff 22c257abd27fd76ed5280ef5c717eef1f28bfca9 Fri Aug 31 16:07:12 CDT 2018 James Feist <james.feist@linux.intel.com> Add stepwise controller
This adds the ability to use stepwise curves alongside pid control. This creates a base controller class that pidcontroller and stepwise controller inherit from.
Note: Hysteresis to come in follow-on patch
Tested-by: Created a stepwise controller and noticed that when it crossed a threshold that it contributed to the pwm setting.
Change-Id: I6cf842f80eaccafc905d620970afe91e2092d568 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
H A D | zone.cpp | diff 22c257abd27fd76ed5280ef5c717eef1f28bfca9 Fri Aug 31 16:07:12 CDT 2018 James Feist <james.feist@linux.intel.com> Add stepwise controller
This adds the ability to use stepwise curves alongside pid control. This creates a base controller class that pidcontroller and stepwise controller inherit from.
Note: Hysteresis to come in follow-on patch
Tested-by: Created a stepwise controller and noticed that when it crossed a threshold that it contributed to the pwm setting.
Change-Id: I6cf842f80eaccafc905d620970afe91e2092d568 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
/openbmc/phosphor-pid-control/ |
H A D | conf.hpp | diff 22c257abd27fd76ed5280ef5c717eef1f28bfca9 Fri Aug 31 16:07:12 CDT 2018 James Feist <james.feist@linux.intel.com> Add stepwise controller
This adds the ability to use stepwise curves alongside pid control. This creates a base controller class that pidcontroller and stepwise controller inherit from.
Note: Hysteresis to come in follow-on patch
Tested-by: Created a stepwise controller and noticed that when it crossed a threshold that it contributed to the pwm setting.
Change-Id: I6cf842f80eaccafc905d620970afe91e2092d568 Signed-off-by: James Feist <james.feist@linux.intel.com>
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbusconfiguration.cpp | diff 22c257abd27fd76ed5280ef5c717eef1f28bfca9 Fri Aug 31 16:07:12 CDT 2018 James Feist <james.feist@linux.intel.com> Add stepwise controller
This adds the ability to use stepwise curves alongside pid control. This creates a base controller class that pidcontroller and stepwise controller inherit from.
Note: Hysteresis to come in follow-on patch
Tested-by: Created a stepwise controller and noticed that when it crossed a threshold that it contributed to the pwm setting.
Change-Id: I6cf842f80eaccafc905d620970afe91e2092d568 Signed-off-by: James Feist <james.feist@linux.intel.com>
|