leds: lp55xx: use common clock framework when external clock is used
authorKim, Milo <Milo.Kim@ti.com>
Thu, 21 Mar 2013 00:37:00 +0000 (17:37 -0700)
committerBryan Wu <cooloney@gmail.com>
Mon, 1 Apr 2013 18:04:53 +0000 (11:04 -0700)
commit53b4192266436e75dea96c8ef495eadd6f3df981
tree447691adbf313b8e58811118a43c9b76008d58d2
parent3de1929ba61df87a0561c4f1fb7161c401fe3d04
leds: lp55xx: use common clock framework when external clock is used

Program execution is timed with 32768Hz clock in the LP55xx family devices.
To run LED functionalities, LP55xx devices provide two options.
One is using internal clock. The other is using external clock.
This patch enables external clock detection automatically.
If external clock is not detected, then the internal clock will be used in the
LP55xx driver.

Valid clock rate is 32768Hz in LP55xx devices.

This new API is used in each LP55xx driver like LP5521 and LP5562.

Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
drivers/leds/leds-lp55xx-common.c
drivers/leds/leds-lp55xx-common.h
This page took 0.026091 seconds and 5 git commands to generate.