leds-lp5523: turn off the LED engines on unloading the driver
authorKim, Milo <Milo.Kim@ti.com>
Wed, 12 Sep 2012 12:16:00 +0000 (20:16 +0800)
committerBryan Wu <bryan.wu@canonical.com>
Thu, 13 Sep 2012 03:48:34 +0000 (11:48 +0800)
The LP5523 has 3 engines which are used for running LED patterns.
These engines should be off while unloading the driver.
Obviously, LP5523 platform data are used for releasing the resource
such like enable()/release_resource(), but these are not mandatory.
Therefore this patch is required without the platform data dependency.

Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>

No differences found