mfd: 88pm860x: Use REG resource for backlight
authorHaojian Zhuang <haojian.zhuang@gmail.com>
Wed, 8 Aug 2012 15:17:26 +0000 (23:17 +0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 11 Sep 2012 09:38:03 +0000 (11:38 +0200)
commita6ccdcd98c39ac13508570dbd943a1cf1b569f55
treecabab74ae3665d0d3e4a59a7b74d9a39d2d03854
parent015625a20f630c798a8c5fdf5d472be091b8ac7d
mfd: 88pm860x: Use REG resource for backlight

Now resource of 88pm860x backlight is changed from IORESOURCE_IO
to IORESOURCE_REG. In original driver, the resource is using
self-defined IORESOURCE_IO. So change the resource to register
offset to match the definition of IORESOURCE_REG.

Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/88pm860x-core.c
drivers/video/backlight/88pm860x_bl.c
include/linux/mfd/88pm860x.h