From: Milo(Woogyom) Kim Date: Tue, 5 Feb 2013 10:08:40 +0000 (+0900) Subject: leds-lp55xx: use lp55xx_set_brightness() X-Git-Tag: v3.9-rc1~79^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6e4679a09a0a2bcfa63074272fc9fb2a40f11ad;p=pandora-kernel.git leds-lp55xx: use lp55xx_set_brightness() lp5521_set_brightness() and lp5523_set_brightness() are replaced with common function, lp55xx_set_brightness(). This function is invoked when the brightness of each LED channel is updated. LP5521 and LP5523 have different register address for the brightness control, so this work is done by chip specific brightness_work_fn(). lp5521/5523_led_brightness_work(): use lp55xx_led and lp55xx_chip data structure. use lp55xx write function. Signed-off-by: Milo(Woogyom) Kim Signed-off-by: Bryan Wu --- Reading git-diff-tree failed