<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phosphor-led-manager/test, branch master</title>
<subtitle>OpenBMC Phosphor LED manager sources</subtitle>
<id>https://git.raptorcs.com/git/phosphor-led-manager/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/phosphor-led-manager/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-led-manager/'/>
<updated>2018-11-02T00:12:54+00:00</updated>
<entry>
<title>Add clang-format to repo</title>
<updated>2018-11-02T00:12:54+00:00</updated>
<author>
<name>Patrick Venture</name>
<email>venture@google.com</email>
</author>
<published>2018-11-02T00:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-led-manager/commit/?id=91ac8d3aade91fb99f496c05114291fcb6bf1856'/>
<id>urn:sha1:91ac8d3aade91fb99f496c05114291fcb6bf1856</id>
<content type='text'>
Add clang-format to repo.

Change-Id: Ib3f81524b66414df3e6c93d8a6df6e22c43841e0
Signed-off-by: Patrick Venture &lt;venture@google.com&gt;
</content>
</entry>
<entry>
<title>Spelling fixes</title>
<updated>2017-10-25T22:18:14+00:00</updated>
<author>
<name>Gunnar Mills</name>
<email>gmills@us.ibm.com</email>
</author>
<published>2017-10-25T22:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-led-manager/commit/?id=8f38744d79fcbf34b22a9ecef65fe31f75fa857e'/>
<id>urn:sha1:8f38744d79fcbf34b22a9ecef65fe31f75fa857e</id>
<content type='text'>
Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.

Change-Id: I30fd1f3678a2e0fa1c24f6d5b2c0970903db4596
Signed-off-by: Gunnar Mills &lt;gmills@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>LEDS: Provide support to override the default Blink priority</title>
<updated>2017-06-19T07:36:34+00:00</updated>
<author>
<name>Vishwanatha Subbanna</name>
<email>vishwa@linux.vnet.ibm.com</email>
</author>
<published>2017-05-03T13:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-led-manager/commit/?id=4b000d8d84253f97cfe5695b4798e75092509706'/>
<id>urn:sha1:4b000d8d84253f97cfe5695b4798e75092509706</id>
<content type='text'>
In some cases, it is needed that the Solid-ON action over rules
Blink and this patch adds that support.

Change-Id: Ib0a88b11142ccef3e39ef0a7c6eb3a037c878bc2
Signed-off-by: Vishwanatha Subbanna &lt;vishwa@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>Fix LED action priority inconsistency</title>
<updated>2017-05-03T07:16:14+00:00</updated>
<author>
<name>Vishwanatha Subbanna</name>
<email>vishwa@linux.vnet.ibm.com</email>
</author>
<published>2017-05-03T07:16:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-led-manager/commit/?id=cd569d24cd46e0d6a68654b979b1ddd00bc86cd8'/>
<id>urn:sha1:cd569d24cd46e0d6a68654b979b1ddd00bc86cd8</id>
<content type='text'>
When certain LED is first set to "Blink" and is set to
"ON" again, LED needs to stay "Blink" as opposed to
turning "ON". This is the default behavior needed on all
systems unless overridden.

Change-Id: Ied52bb60c538516802b05eb72c139a31499178f5
Signed-off-by: Vishwanatha Subbanna &lt;vishwa@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>Use physical LED actions from generated code</title>
<updated>2017-03-24T20:25:35+00:00</updated>
<author>
<name>Vishwanatha Subbanna</name>
<email>vishwa@linux.vnet.ibm.com</email>
</author>
<published>2017-03-10T09:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-led-manager/commit/?id=4fa924801a0b751d4e59c1d2fd59a8f578590088'/>
<id>urn:sha1:4fa924801a0b751d4e59c1d2fd59a8f578590088</id>
<content type='text'>
Today's code returned a hardcoded string for physical LED action
and this patch uses the generated string for the passed in action enum

Fixes openbmc/phosphor-led-manager#2

Change-Id: I960e2d4346966caee526e1a0e8713e18d34b428a
Signed-off-by: Vishwanatha Subbanna &lt;vishwa@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>Drive physical LED when a LED group is actioned on</title>
<updated>2017-03-07T13:08:28+00:00</updated>
<author>
<name>Vishwanatha Subbanna</name>
<email>vishwa@linux.vnet.ibm.com</email>
</author>
<published>2017-02-27T14:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-led-manager/commit/?id=11ca8f971526ded543c4b143af68973b520800a2'/>
<id>urn:sha1:11ca8f971526ded543c4b143af68973b520800a2</id>
<content type='text'>
Change-Id: I3107c1d961c459379b77548a738533567eccf693
Signed-off-by: Vishwanatha Subbanna &lt;vishwa@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>Enable gtest for testing LED set operations</title>
<updated>2017-01-17T16:18:42+00:00</updated>
<author>
<name>Vishwanatha Subbanna</name>
<email>vishwa@linux.vnet.ibm.com</email>
</author>
<published>2016-12-20T10:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-led-manager/commit/?id=ed4907342897301ab96cbf2c617cafd78caf25a1'/>
<id>urn:sha1:ed4907342897301ab96cbf2c617cafd78caf25a1</id>
<content type='text'>
This patchset enables gtest to allow different combinations
of LED set operations to be verified at build time.

Change-Id: I9c2ddf82c2e23be911233b23037ee44e3ce301db
Signed-off-by: Vishwanatha Subbanna &lt;vishwa@linux.vnet.ibm.com&gt;
</content>
</entry>
</feed>
