Re: [PATCH-V5 1/4] mfd: 88pm800: Add device tree support

2015-07-07 Thread Lee Jones
On Mon, 29 Jun 2015, Vaibhav Hiremath wrote: > Add DT support to the 88pm800 driver, along with compatible > field for it's sub-devices (rtc, onkey and regulator) > > Signed-off-by: Chao Xie > Signed-off-by: Vaibhav Hiremath > --- > drivers/mfd/88pm800.c | 23 +++ > 1 file

Re: [PATCH-V5 1/4] mfd: 88pm800: Add device tree support

2015-06-29 Thread Krzysztof Kozlowski
2015-06-30 0:31 GMT+09:00 Vaibhav Hiremath : > Add DT support to the 88pm800 driver, along with compatible > field for it's sub-devices (rtc, onkey and regulator) > > Signed-off-by: Chao Xie > Signed-off-by: Vaibhav Hiremath > --- > drivers/mfd/88pm800.c | 23 +++ > 1 file ch

[PATCH-V5 1/4] mfd: 88pm800: Add device tree support

2015-06-29 Thread Vaibhav Hiremath
Add DT support to the 88pm800 driver, along with compatible field for it's sub-devices (rtc, onkey and regulator) Signed-off-by: Chao Xie Signed-off-by: Vaibhav Hiremath --- drivers/mfd/88pm800.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/drivers/mfd/88pm800.c