summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Led
Commit message (Collapse)AuthorAgeFilesLines
* Add Frequency to Physical LED interfaceVishwanatha Subbanna2016-12-191-0/+6
| | | | | | | | | | LED blink operation is governed by the frequency and the duty cycle. A frequency of 1hz was assumed until now and this changes makes it user configurable. If the value is exceeding the capability of the controller, driver will assume a default value of 1hz. Change-Id: I082b0ba3742184c0279bae41d3a5acb4b11379c0 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Led.Physical: Wrap yaml reserved words within single quoteVishwanatha Subbanna2016-11-301-4/+4
| | | | | | | | | This interface definition file has ENUM with values Off and On. This resulted in generated code creating the ENUM with values False and True instead of Off and On. This is specific to pyyaml parser. Change-Id: Id824ca1d594c533593264a6dd1121d698e0787dd Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Add Interface definition yaml file for physical LED managerVishwanatha Subbanna2016-11-221-0/+56
| | | | | | | | | | | This adds the interface definition file for LED manager daemon that deals with physical LEDs. It has a property named 'State' which can be written onto for getting the desired operation triggered on the real LED. For example, to turn on the LED, write 'ON' to property 'State' Change-Id: Iee641ab1d4f890f255f1d73e807a57b30d488d16 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Add Interface definition yaml file for LED ManagerVishwanatha Subbanna2016-11-211-0/+8
This adds the interface definition file for LED manager daemon that deals with LED groups. Currently, this daemon wants only a dbus property which can be altered by the user to assert/de-assert the group Fixes openbmc/openbmc#736 Change-Id: Ib554d7dfd8d6addf7064eeeadaa25e91d32aaf5a Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
OpenPOWER on IntegriCloud