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

2012-07-25 Thread Daniel Mack
On 25.07.2012 14:45, 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 bind to the

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

2012-07-25 Thread Daniel Mack
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 bind to the individual busses (SPI/I2C/PCI). Also adds some DT

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

2012-07-25 Thread Daniel Mack
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 bind to the individual busses (SPI/I2C/PCI). Also adds some DT

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

2012-07-25 Thread Daniel Mack
On 25.07.2012 14:45, 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 bind to the