Re: [PATCH v2 2/3] mfd: rt5033: Add RT5033 Flash led sub device

2015-10-13 Thread Ingi Kim
Hi Lee Jones, Okay, I'm try to remove needless part and resend it Thanks for the review Thank you On 2015년 10월 13일 16:06, Lee Jones wrote: > On Mon, 12 Oct 2015, Ingi Kim wrote: > >> This patch adds rt5033-led sub device to support it. >> >> Signed-off-by: Ingi Kim >> --- >>

Re: [PATCH v2 2/3] mfd: rt5033: Add RT5033 Flash led sub device

2015-10-13 Thread Lee Jones
On Mon, 12 Oct 2015, Ingi Kim wrote: > This patch adds rt5033-led sub device to support it. > > Signed-off-by: Ingi Kim > --- > drivers/mfd/rt5033.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/drivers/mfd/rt5033.c b/drivers/mfd/rt5033.c > index

Re: [PATCH v2 2/3] mfd: rt5033: Add RT5033 Flash led sub device

2015-10-13 Thread Ingi Kim
Hi Lee Jones, Okay, I'm try to remove needless part and resend it Thanks for the review Thank you On 2015년 10월 13일 16:06, Lee Jones wrote: > On Mon, 12 Oct 2015, Ingi Kim wrote: > >> This patch adds rt5033-led sub device to support it. >> >> Signed-off-by: Ingi Kim >>

Re: [PATCH v2 2/3] mfd: rt5033: Add RT5033 Flash led sub device

2015-10-13 Thread Lee Jones
On Mon, 12 Oct 2015, Ingi Kim wrote: > This patch adds rt5033-led sub device to support it. > > Signed-off-by: Ingi Kim > --- > drivers/mfd/rt5033.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/drivers/mfd/rt5033.c b/drivers/mfd/rt5033.c

[PATCH v2 2/3] mfd: rt5033: Add RT5033 Flash led sub device

2015-10-12 Thread Ingi Kim
This patch adds rt5033-led sub device to support it. Signed-off-by: Ingi Kim --- drivers/mfd/rt5033.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/mfd/rt5033.c b/drivers/mfd/rt5033.c index d60f916..b7f374b 100644 --- a/drivers/mfd/rt5033.c +++

[PATCH v2 2/3] mfd: rt5033: Add RT5033 Flash led sub device

2015-10-12 Thread Ingi Kim
This patch adds rt5033-led sub device to support it. Signed-off-by: Ingi Kim --- drivers/mfd/rt5033.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/mfd/rt5033.c b/drivers/mfd/rt5033.c index d60f916..b7f374b 100644 ---