[PATCH v4 0/2] Add RT5033 Flash LED driver

2015-11-09 Thread Ingi Kim
This patch supports flash led of RT5033 PMIC. Changes since v4: - Use of_node_put() when DT parse miss - Move struct(rt5033_led) from include/linux/mfd/rt5033.h to local driver/leds/leds-rt5033.c - Remove MODULE_DEVICE_TABLE - Add interface to handle two LEDs. Changes since v3: - Use

[PATCH v4 0/2] Add RT5033 Flash LED driver

2015-11-09 Thread Ingi Kim
This patch supports flash led of RT5033 PMIC. Changes since v4: - Use of_node_put() when DT parse miss - Move struct(rt5033_led) from include/linux/mfd/rt5033.h to local driver/leds/leds-rt5033.c - Remove MODULE_DEVICE_TABLE - Add interface to handle two LEDs. Changes since v3: - Use