leds: lp5521/5523: Fix multiple engine usage bug
authorMilo Kim <milo.kim@ti.com>
Thu, 21 Nov 2013 06:13:34 +0000 (22:13 -0800)
committerBryan Wu <cooloney@gmail.com>
Tue, 28 Jan 2014 01:28:48 +0000 (17:28 -0800)
commit28c9266b38a00a07497daad0237f7fa154652ece
tree211c339c861923ea835a3644eef88aa5f5633e50
parent1f431afdb4572c4f1dc8a3c5159fe910c53fc814
leds: lp5521/5523: Fix multiple engine usage bug

Whenever the engine is loaded by the user-application, the operation mode is
reset first. But it has a problem in case of multiple engine used because
previous engine settings are cleared.
The driver should update not whole 8bits but each engine bit by masking.

On the other hands, whole engines should be reset when the driver is unloaded
and on initializing the LP5523 driver.
So, new functions are used for this handling - lp5521/5523_stop_all_engines().

Cc: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Milo Kim <milo.kim@ti.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
drivers/leds/leds-lp5521.c
drivers/leds/leds-lp5523.c