On Tue, Dec 01, 2009 at 07:08:42PM +0800, Wu Zhangin wrote: > From: Wu Zhangjin <wuzhangjin@xxxxxxxxx> > > This patch adds YeeLoong Backlight Driver, which provides standard > interface for user-space applications to control the brightness of the > backlight. > > Signed-off-by: Wu Zhangjin <wuzhangjin@xxxxxxxxx> You split old, big driver into several individual drivers - good. Now we can actually move things to their rightf place and for a backlight drivers that should be drivers/video/backlight/. Convert it to a platform driver. Ralf