Re: [PATCH v2] max77693: added device tree support

2013-08-20 Thread Stephen Warren
On 08/20/2013 06:41 AM, Andrzej Hajda wrote: > Hi, > > Thanks for the review. > > On 08/19/2013 11:18 PM, Stephen Warren wrote: >> On 08/19/2013 05:40 AM, Andrzej Hajda wrote: >>> max77693 mfd main device uses only wakeup field >>> from max77693_platform_data. This field is mapped >>> to wakeup-s

Re: [PATCH v2] max77693: added device tree support

2013-08-20 Thread Andrzej Hajda
Hi, Thanks for the review. On 08/19/2013 11:18 PM, Stephen Warren wrote: > On 08/19/2013 05:40 AM, Andrzej Hajda wrote: >> max77693 mfd main device uses only wakeup field >> from max77693_platform_data. This field is mapped >> to wakeup-source common property in device tree. >> diff --git a/Docum

Re: [PATCH v2] max77693: added device tree support

2013-08-20 Thread Lee Jones
On Mon, 19 Aug 2013, Stephen Warren wrote: > On 08/19/2013 05:40 AM, Andrzej Hajda wrote: > > max77693 mfd main device uses only wakeup field > > from max77693_platform_data. This field is mapped > > to wakeup-source common property in device tree. > > > diff --git a/Documentation/devicetree/bind

Re: [PATCH v2] max77693: added device tree support

2013-08-19 Thread Stephen Warren
On 08/19/2013 05:40 AM, Andrzej Hajda wrote: > max77693 mfd main device uses only wakeup field > from max77693_platform_data. This field is mapped > to wakeup-source common property in device tree. > diff --git a/Documentation/devicetree/bindings/mfd/max77693.txt > b/Documentation/devicetree/bind

Re: [PATCH v2] max77693: added device tree support

2013-08-19 Thread Lee Jones
> max77693 mfd main device uses only wakeup field > from max77693_platform_data. This field is mapped > to wakeup-source common property in device tree. > > Signed-off-by: Andrzej Hajda > Reviewed-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park > > --- > Documentation/devicetree/bindings

[PATCH v2] max77693: added device tree support

2013-08-19 Thread Andrzej Hajda
max77693 mfd main device uses only wakeup field from max77693_platform_data. This field is mapped to wakeup-source common property in device tree. Signed-off-by: Andrzej Hajda Reviewed-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- Hi Lee, Thanks for the review. Patch corrected accord