Re: [PATCH 1/2] Input: adxl34x - add OF support

2015-01-07 Thread Dmitry Torokhov
On Wed, Jan 07, 2015 at 01:25:54PM -0300, Walter Lozano wrote: > Hi Dimitry, > > First of all, thanks for your feedback > > On Wed, Jan 7, 2015 at 5:01 AM, Dmitry Torokhov > wrote: > > Hi Walter, > > > > On Tue, Jan 06, 2015 at 11:58:56PM -0300, Walter Lozano wrote: > >> This patch adds the

Re: [PATCH 1/2] Input: adxl34x - add OF support

2015-01-07 Thread Walter Lozano
Hi Dimitry, First of all, thanks for your feedback On Wed, Jan 7, 2015 at 5:01 AM, Dmitry Torokhov wrote: > Hi Walter, > > On Tue, Jan 06, 2015 at 11:58:56PM -0300, Walter Lozano wrote: >> This patch adds the missing support for OF to the adxl34x digital >> accelerometer. This is a basic

Re: [PATCH 1/2] Input: adxl34x - add OF support

2015-01-07 Thread Dmitry Torokhov
Hi Walter, On Tue, Jan 06, 2015 at 11:58:56PM -0300, Walter Lozano wrote: > This patch adds the missing support for OF to the adxl34x digital > accelerometer. This is a basic version which supports the main > optional parameters. This implementation copies the default values > to the

Re: [PATCH 1/2] Input: adxl34x - add OF support

2015-01-07 Thread Dmitry Torokhov
Hi Walter, On Tue, Jan 06, 2015 at 11:58:56PM -0300, Walter Lozano wrote: This patch adds the missing support for OF to the adxl34x digital accelerometer. This is a basic version which supports the main optional parameters. This implementation copies the default values to the

Re: [PATCH 1/2] Input: adxl34x - add OF support

2015-01-07 Thread Dmitry Torokhov
On Wed, Jan 07, 2015 at 01:25:54PM -0300, Walter Lozano wrote: Hi Dimitry, First of all, thanks for your feedback On Wed, Jan 7, 2015 at 5:01 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Hi Walter, On Tue, Jan 06, 2015 at 11:58:56PM -0300, Walter Lozano wrote: This patch

Re: [PATCH 1/2] Input: adxl34x - add OF support

2015-01-07 Thread Walter Lozano
Hi Dimitry, First of all, thanks for your feedback On Wed, Jan 7, 2015 at 5:01 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Hi Walter, On Tue, Jan 06, 2015 at 11:58:56PM -0300, Walter Lozano wrote: This patch adds the missing support for OF to the adxl34x digital accelerometer. This

[PATCH 1/2] Input: adxl34x - add OF support

2015-01-06 Thread Walter Lozano
This patch adds the missing support for OF to the adxl34x digital accelerometer. This is a basic version which supports the main optional parameters. This implementation copies the default values to the adxl34x_platform_data structure and overrides the values that are passed from the device tree.

[PATCH 1/2] Input: adxl34x - add OF support

2015-01-06 Thread Walter Lozano
This patch adds the missing support for OF to the adxl34x digital accelerometer. This is a basic version which supports the main optional parameters. This implementation copies the default values to the adxl34x_platform_data structure and overrides the values that are passed from the device tree.