Re: [PATCH v3 1/2] lis3: add generic DT matching code

2012-08-15 Thread Daniel Mack
On 15.08.2012 09:13, Éric Piel wrote: > On 07-08-12 20:49, Daniel Mack wrote: > : >> >> I fixed all these issues now and attached a v4. >> > Sorry for the late reply, I had read the v3 but didn't find time to send > comments. They are all addressed in v4. > > For both [PATCH v4 1/2] and [PATCH v

Re: [PATCH v3 1/2] lis3: add generic DT matching code

2012-08-07 Thread Daniel Mack
On 08.08.2012 07:19, AnilKumar, Chimata wrote: > Hi Mack, Call me Daniel :) > On Wed, Aug 08, 2012 at 00:19:01, Daniel Mack wrote: >> On 06.08.2012 12:45, AnilKumar, Chimata wrote: >>> On Sun, Aug 05, 2012 at 21:48:42, Daniel Mack wrote: On 30.07.2012 09:36, Daniel Mack wrote: > This pat

RE: [PATCH v3 1/2] lis3: add generic DT matching code

2012-08-07 Thread AnilKumar, Chimata
Hi Mack, No attachments please. On Wed, Aug 08, 2012 at 00:19:01, Daniel Mack wrote: > Hi, > > thanks for your review. > > On 06.08.2012 12:45, AnilKumar, Chimata wrote: > > On Sun, Aug 05, 2012 at 21:48:42, Daniel Mack wrote: > >> On 30.07.2012 09:36, Daniel Mack wrote: > >>> This patch adds l

Re: [PATCH v3 1/2] lis3: add generic DT matching code

2012-08-07 Thread Daniel Mack
Hi, thanks for your review. On 06.08.2012 12:45, AnilKumar, Chimata wrote: > On Sun, Aug 05, 2012 at 21:48:42, Daniel Mack wrote: >> On 30.07.2012 09:36, Daniel Mack wrote: >>> This patch adds logic to parse lis3 properties from a device tree node >>> and store them in a freshly allocated lis3lv0

RE: [PATCH v3 1/2] lis3: add generic DT matching code

2012-08-06 Thread AnilKumar, Chimata
On Sun, Aug 05, 2012 at 21:48:42, Daniel Mack wrote: > Ping, anyone? > > On 30.07.2012 09:36, Daniel Mack wrote: > > This patch adds logic to parse lis3 properties from a device tree node > > and store them in a freshly allocated lis3lv02d_platform_data. > > > > Note that the actual match tables

Re: [PATCH v3 1/2] lis3: add generic DT matching code

2012-08-05 Thread Daniel Mack
On 06.08.2012 06:52, Rob Herring wrote: > On 08/05/2012 11:18 AM, Daniel Mack wrote: >> Ping, anyone? >> >> On 30.07.2012 09:36, Daniel Mack wrote: >>> This patch adds logic to parse lis3 properties from a device tree node >>> and store them in a freshly allocated lis3lv02d_platform_data. >>> >>> N

Re: [PATCH v3 1/2] lis3: add generic DT matching code

2012-08-05 Thread Rob Herring
On 08/05/2012 11:18 AM, Daniel Mack wrote: > Ping, anyone? > > On 30.07.2012 09:36, Daniel Mack wrote: >> This patch adds logic to parse lis3 properties from a device tree node >> and store them in a freshly allocated lis3lv02d_platform_data. >> >> Note that the actual match tables are left out he

Re: [PATCH v3 1/2] lis3: add generic DT matching code

2012-08-05 Thread Daniel Mack
Ping, anyone? On 30.07.2012 09:36, Daniel Mack wrote: > This patch adds logic to parse lis3 properties from a device tree node > and store them in a freshly allocated lis3lv02d_platform_data. > > Note that the actual match tables are left out here. This part should > happen in the drivers that bi