<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/leds, branch v5.8</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v5.8</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v5.8'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2020-06-04T18:03:45Z</updated>
<entry>
<title>Merge tag 'leds-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds</title>
<updated>2020-06-04T18:03:45Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2020-06-04T18:03:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=86c67ce20d080bdfefafd461d3068cad0a49a66b'/>
<id>urn:sha1:86c67ce20d080bdfefafd461d3068cad0a49a66b</id>
<content type='text'>
Pull LED updates from Pavel Machek:
 "New drivers: aw2013, sgm3140, some fixes

  Nothing much to see here, next release should be more interesting"

* tag 'leds-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds:
  leds: add aw2013 driver
  dt-bindings: leds: Add binding for aw2013
  leds: trigger: remove redundant assignment to variable ret
  leds: netxbig: Convert to use GPIO descriptors
  leds: add sgm3140 driver
  dt-bindings: leds: Add binding for sgm3140
  leds: ariel: Add driver for status LEDs on Dell Wyse 3020
  leds: pwm: check result of led_pwm_set() in led_pwm_add()
  leds: tlc591xxt: hide error on EPROBE_DEFER
  leds: tca6507: Include the right header
  leds: lt3593: Drop surplus include
  leds: lp3952: Include the right header
  leds: lm355x: Drop surplus include
</content>
</entry>
<entry>
<title>mailmap: change email for Ricardo Ribalda</title>
<updated>2020-05-26T00:59:59Z</updated>
<author>
<name>Ricardo Ribalda Delgado</name>
<email>ricardo@ribalda.com</email>
</author>
<published>2020-04-30T13:52:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cea0fad0f8b41481c0052a1f30d296d6d6dd0b2e'/>
<id>urn:sha1:cea0fad0f8b41481c0052a1f30d296d6d6dd0b2e</id>
<content type='text'>
Modify  emails to ribalda@kernel.org and unify my surname in all the
files.

Signed-off-by: Ricardo Ribalda &lt;ribalda@kernel.org&gt;
Link: https://lore.kernel.org/r/20200430135224.362700-1-ricardo@ribalda.com
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>leds: add aw2013 driver</title>
<updated>2020-05-25T10:56:39Z</updated>
<author>
<name>Nikita Travkin</name>
<email>nikitos.tr@gmail.com</email>
</author>
<published>2020-05-11T11:11:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=59ea3c9faf3235b66bc31ca883d59ce58b8b2b27'/>
<id>urn:sha1:59ea3c9faf3235b66bc31ca883d59ce58b8b2b27</id>
<content type='text'>
This commit adds support for AWINIC AW2013 3-channel LED driver.
The chip supports 3 PWM channels and is controlled with I2C.

Signed-off-by: Nikita Travkin &lt;nikitos.tr@gmail.com&gt;
Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;
</content>
</entry>
<entry>
<title>leds: trigger: remove redundant assignment to variable ret</title>
<updated>2020-04-27T12:13:12Z</updated>
<author>
<name>Colin Ian King</name>
<email>colin.king@canonical.com</email>
</author>
<published>2020-04-20T22:12:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c85c7cdef3c906d316bf04c0e452d45cf9452c67'/>
<id>urn:sha1:c85c7cdef3c906d316bf04c0e452d45cf9452c67</id>
<content type='text'>
The variable ret is being assigned with a value that is never read
and it is being updated later with a new value. The initialization is
redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King &lt;colin.king@canonical.com&gt;
Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;
</content>
</entry>
<entry>
<title>leds: netxbig: Convert to use GPIO descriptors</title>
<updated>2020-04-27T12:11:20Z</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2020-04-15T14:51:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9af512e81964a1b9a6ac7ae9b24507f99e557c36'/>
<id>urn:sha1:9af512e81964a1b9a6ac7ae9b24507f99e557c36</id>
<content type='text'>
This converts the NetXbig LED driver to use GPIO descriptors
instead of using the legacy interfaces in &lt;linux/of_gpio.h&gt;
and &lt;linux/gpio.h&gt; to iteratively parse the device tree for
global GPIO numbers.

Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;
Tested-by: Simon Guinot &lt;simon.guinot@sequanux.org&gt;
</content>
</entry>
<entry>
<title>leds: add sgm3140 driver</title>
<updated>2020-04-27T09:44:51Z</updated>
<author>
<name>Luca Weiss</name>
<email>luca@z3ntu.xyz</email>
</author>
<published>2020-04-21T19:13:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cef8ec8cbd21ac3dbb4e22adc752c8c183efa4a8'/>
<id>urn:sha1:cef8ec8cbd21ac3dbb4e22adc752c8c183efa4a8</id>
<content type='text'>
Add a driver for the SGMICRO SGM3140 Buck/Boost Charge Pump LED driver.

This device is controlled by two GPIO pins, one for enabling and the
second one for switching between torch and flash mode.

Signed-off-by: Luca Weiss &lt;luca@z3ntu.xyz&gt;
Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;
</content>
</entry>
<entry>
<title>leds: ariel: Add driver for status LEDs on Dell Wyse 3020</title>
<updated>2020-04-27T09:35:11Z</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2020-04-24T22:02:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=03f613f0571fab238eaa8fcf2de54e4d35947fa6'/>
<id>urn:sha1:03f613f0571fab238eaa8fcf2de54e4d35947fa6</id>
<content type='text'>
This adds support for controlling the LEDs attached to the Embedded
Controller on a Dell Wyse 3020 "Ariel" board.

Signed-off-by: Lubomir Rintel &lt;lkundrak@v3.sk&gt;
Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;
</content>
</entry>
<entry>
<title>leds: pwm: check result of led_pwm_set() in led_pwm_add()</title>
<updated>2020-04-27T09:35:11Z</updated>
<author>
<name>Denis Osterland-Heim</name>
<email>denis.osterland@diehl.com</email>
</author>
<published>2020-04-21T13:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=44c606b0058b6670226af15229a56403d77d32dd'/>
<id>urn:sha1:44c606b0058b6670226af15229a56403d77d32dd</id>
<content type='text'>
led_pwm_set() now returns an error when setting the PWM fails.

Signed-off-by: Denis Osterland-Heim &lt;Denis.Osterland@diehl.com&gt;
Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;
</content>
</entry>
<entry>
<title>leds: tlc591xxt: hide error on EPROBE_DEFER</title>
<updated>2020-04-17T13:39:07Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2020-04-17T11:37:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ba50e011b142cfe739ff2c64957dbba95797a912'/>
<id>urn:sha1:ba50e011b142cfe739ff2c64957dbba95797a912</id>
<content type='text'>
If devm_led_classdev_register_ext() fails with EPROBE_DEFER, we get:

tlc591xx 0-0040: couldn't register LED (null)

Only print the error if the error is something else than EPROBE_DEFER.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
Reviewed-by: Dan Murphy &lt;dmurphy@ti.com&gt;
Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;
</content>
</entry>
<entry>
<title>leds: tca6507: Include the right header</title>
<updated>2020-04-17T12:49:22Z</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2020-04-15T15:08:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ca99522667ad239267e3c17773dbabb482c1ceac'/>
<id>urn:sha1:ca99522667ad239267e3c17773dbabb482c1ceac</id>
<content type='text'>
The TCA6507 optionally presents a GPIO controller, so include
&lt;linux/gpio/driver.h&gt; instead of the legacy &lt;linux/gpio.h&gt;.

Cc: NeilBrown &lt;neilb@suse.com&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Pavel Machek &lt;pavel@ucw.cz&gt;
</content>
</entry>
</feed>
