[RFC v5 1/2] backlight: add new tps611xx backlight driver

2014-07-15 Thread Daniel Jeong
This driver is a general version for tps611xx backlgiht chips of TI. It supports tps61158, tps61161, tps61163 and tps61165 backlight driver based on EasyScale protocol(1-Wire Control Interface). EasyScale EasyScale is a simple but flexible one pin interface to configure the current. The interface

Re: [RFC v5 1/2] backlight: add new tps611xx backlight driver

2014-07-15 Thread Varka Bhadram
On 07/15/2014 03:39 PM, Daniel Jeong wrote: (...) + +static int tps611xx_backlight_remove(struct platform_device *pdev) +{ + struct tps611xx_bl_data *pchip = platform_get_drvdata(pdev); + const struct tps611xx_esdata *esdata = pchip-esdata; + +