<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/leds, branch v4.3</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=v4.3</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v4.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2015-09-17T08:02:20Z</updated>
<entry>
<title>leds:lp55xx: Correct Kconfig dependency for f/w user helper</title>
<updated>2015-09-17T08:02:20Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2015-09-07T12:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2338f73d407d5abe2036d92716ba25ef5279c3d2'/>
<id>urn:sha1:2338f73d407d5abe2036d92716ba25ef5279c3d2</id>
<content type='text'>
The commit [b67893206fc0: leds:lp55xx: fix firmware loading error]
tries to address the firmware file handling with user helper, but it
sets a wrong Kconfig CONFIG_FW_LOADER_USER_HELPER_FALLBACK.  Since the
wrong option was enabled, the system got a regression -- it suffers
from the unexpected long delays for non-present firmware files.

This patch corrects the Kconfig dependency to the right one,
CONFIG_FW_LOADER_USER_HELPER.  This doesn't change the fallback
behavior but only enables UMH when needed.

Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=944661
Fixes: b67893206fc0 ('leds:lp55xx: fix firmware loading error')
Cc: &lt;stable@vger.kernel.org&gt; # v4.2+
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Jacek Anaszewski &lt;j.anaszewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>leds: leds-ipaq-micro: Add LEDS_CLASS dependency</title>
<updated>2015-09-17T08:02:12Z</updated>
<author>
<name>Jacek Anaszewski</name>
<email>j.anaszewski@samsung.com</email>
</author>
<published>2015-09-07T15:06:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=35bfe456be3ae1e11dd63e83096c95d0c6429c51'/>
<id>urn:sha1:35bfe456be3ae1e11dd63e83096c95d0c6429c51</id>
<content type='text'>
Fix missing Kconfig LEDS_CLASS dependency.

Signed-off-by: Jacek Anaszewski &lt;j.anaszewski@samsung.com&gt;
Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
<entry>
<title>leds: aat1290: add 'static' modifier to init_mm_current_scale</title>
<updated>2015-09-17T08:02:08Z</updated>
<author>
<name>Jacek Anaszewski</name>
<email>j.anaszewski@samsung.com</email>
</author>
<published>2015-09-04T10:27:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=305c324f43a2601cbeb894c17b68c8a8f3c13387'/>
<id>urn:sha1:305c324f43a2601cbeb894c17b68c8a8f3c13387</id>
<content type='text'>
Function init_mm_current_scale is used only locally. Make it static then.

Signed-off-by: Jacek Anaszewski &lt;j.anaszewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>leds: leds-ns2: Fix module autoload for OF platform driver</title>
<updated>2015-09-17T08:02:05Z</updated>
<author>
<name>Luis de Bethencourt</name>
<email>luis@debethencourt.com</email>
</author>
<published>2015-09-01T21:36:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=98f9cc7ffcf2cb5b695208a4cd4927bb41c550f3'/>
<id>urn:sha1:98f9cc7ffcf2cb5b695208a4cd4927bb41c550f3</id>
<content type='text'>
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt &lt;luis@debethencourt.com&gt;
Signed-off-by: Jacek Anaszewski &lt;j.anaszewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>leds: max77693: Fix module autoload for OF platform driver</title>
<updated>2015-09-17T08:02:03Z</updated>
<author>
<name>Luis de Bethencourt</name>
<email>luis@debethencourt.com</email>
</author>
<published>2015-09-01T21:36:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e3df661ff3243ce4d1719c212ee88521e0e7811b'/>
<id>urn:sha1:e3df661ff3243ce4d1719c212ee88521e0e7811b</id>
<content type='text'>
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt &lt;luis@debethencourt.com&gt;
Signed-off-by: Jacek Anaszewski &lt;j.anaszewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>leds: ktd2692: Fix module autoload for OF platform driver</title>
<updated>2015-09-17T08:02:00Z</updated>
<author>
<name>Luis de Bethencourt</name>
<email>luis@debethencourt.com</email>
</author>
<published>2015-09-01T21:36:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3682c7bdf5065b99638c56adc1be1507ed5c0f0e'/>
<id>urn:sha1:3682c7bdf5065b99638c56adc1be1507ed5c0f0e</id>
<content type='text'>
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt &lt;luis@debethencourt.com&gt;
Signed-off-by: Jacek Anaszewski &lt;j.anaszewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>leds: bcm6358: Fix module autoload for OF platform driver</title>
<updated>2015-09-17T08:01:57Z</updated>
<author>
<name>Luis de Bethencourt</name>
<email>luis@debethencourt.com</email>
</author>
<published>2015-09-01T21:35:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=01736f07cad613937db13f7483b04e8f2af81883'/>
<id>urn:sha1:01736f07cad613937db13f7483b04e8f2af81883</id>
<content type='text'>
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt &lt;luis@debethencourt.com&gt;
Signed-off-by: Jacek Anaszewski &lt;j.anaszewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>leds: bcm6328: Fix module autoload for OF platform driver</title>
<updated>2015-09-17T08:01:54Z</updated>
<author>
<name>Luis de Bethencourt</name>
<email>luis@debethencourt.com</email>
</author>
<published>2015-09-01T21:35:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6528ca19c1c8d4756b534a1ce9df4c3849f9dd04'/>
<id>urn:sha1:6528ca19c1c8d4756b534a1ce9df4c3849f9dd04</id>
<content type='text'>
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt &lt;luis@debethencourt.com&gt;
Signed-off-by: Jacek Anaszewski &lt;j.anaszewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>leds: aat1290: Fix module autoload for OF platform driver</title>
<updated>2015-09-17T08:01:51Z</updated>
<author>
<name>Luis de Bethencourt</name>
<email>luis@debethencourt.com</email>
</author>
<published>2015-09-01T21:35:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=93a51aa406f61985d12b60f9860f949b4bf7e43d'/>
<id>urn:sha1:93a51aa406f61985d12b60f9860f949b4bf7e43d</id>
<content type='text'>
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt &lt;luis@debethencourt.com&gt;
Signed-off-by: Jacek Anaszewski &lt;j.anaszewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'backlight-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight</title>
<updated>2015-09-04T18:40:40Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2015-09-04T18:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=670c039deeffb5c0a3a900de53b95dba781aaf89'/>
<id>urn:sha1:670c039deeffb5c0a3a900de53b95dba781aaf89</id>
<content type='text'>
Pull backlight updates from Lee Jones:
 - Stop using LP855X Platform Data to control regulators
 - Move PWM8941 WLED driver into Backlight
 - Remove invalid use of IS_ERR_VALUE() macro
 - Remove duplicate check for NULL data before unregistering
 - Export I2C Device ID structure

* tag 'backlight-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight:
  backlight: tosa: Export I2C module alias information
  backlight: lp8788_bl: Delete a check before backlight_device_unregister()
  backlight: sky81452: Remove unneeded use of IS_ERR_VALUE() macro
  backlight: pm8941-wled: Move PM8941 WLED driver to backlight
  backlight: lp855x: Use private data for regulator control
</content>
</entry>
</feed>
