Re: [PATCH V2 1/1] iio: light: Added CM36672 Proximity Sensor Driver.

2016-06-12 Thread Linus Walleij
On Thu, Jun 9, 2016 at 11:00 AM, Kevin Tsai wrote: > V2: > Thanks commends from Peter Meerwald-Stadler, Jonathan Cameron, and Linux > Walleij. Haha that again, everybody does that. > Updated for the following: > - Remove unused defines. > - Rewrite event registration.

Re: [PATCH V2 1/1] iio: light: Added CM36672 Proximity Sensor Driver.

2016-06-12 Thread Linus Walleij
On Thu, Jun 9, 2016 at 11:00 AM, Kevin Tsai wrote: > V2: > Thanks commends from Peter Meerwald-Stadler, Jonathan Cameron, and Linux > Walleij. Haha that again, everybody does that. > Updated for the following: > - Remove unused defines. > - Rewrite event registration. > - Remove direct

Re: [PATCH V2 1/1] iio: light: Added CM36672 Proximity Sensor Driver.

2016-06-11 Thread Jonathan Cameron
On 09/06/16 10:00, Kevin Tsai wrote: > Added Vishay Capella CM36672 Proximity Sensor IIO driver. Support both > ACPI and Device Tree. > > Signed-off-by: Kevin Tsai Few additional bits from me. Thanks, Jonathan > --- > V2: > Thanks commends from Peter Meerwald-Stadler,

Re: [PATCH V2 1/1] iio: light: Added CM36672 Proximity Sensor Driver.

2016-06-11 Thread Jonathan Cameron
On 09/06/16 10:00, Kevin Tsai wrote: > Added Vishay Capella CM36672 Proximity Sensor IIO driver. Support both > ACPI and Device Tree. > > Signed-off-by: Kevin Tsai Few additional bits from me. Thanks, Jonathan > --- > V2: > Thanks commends from Peter Meerwald-Stadler, Jonathan Cameron, and

Re: [PATCH V2 1/1] iio: light: Added CM36672 Proximity Sensor Driver.

2016-06-11 Thread Jonathan Cameron
On 09/06/16 14:54, Anatol Pomazau wrote: > Hi > > Thanks for the update > > On Thu, Jun 9, 2016 at 2:00 AM, Kevin Tsai wrote: >> >> Added Vishay Capella CM36672 Proximity Sensor IIO driver. Support both >> ACPI and Device Tree. >> >> Signed-off-by: Kevin Tsai

Re: [PATCH V2 1/1] iio: light: Added CM36672 Proximity Sensor Driver.

2016-06-11 Thread Jonathan Cameron
On 09/06/16 14:54, Anatol Pomazau wrote: > Hi > > Thanks for the update > > On Thu, Jun 9, 2016 at 2:00 AM, Kevin Tsai wrote: >> >> Added Vishay Capella CM36672 Proximity Sensor IIO driver. Support both >> ACPI and Device Tree. >> >> Signed-off-by: Kevin Tsai >> --- >> V2: >> Thanks commends

Re: [PATCH V2 1/1] iio: light: Added CM36672 Proximity Sensor Driver.

2016-06-10 Thread Rob Herring
On Thu, Jun 09, 2016 at 02:00:45AM -0700, Kevin Tsai wrote: > Added Vishay Capella CM36672 Proximity Sensor IIO driver. Support both > ACPI and Device Tree. > > Signed-off-by: Kevin Tsai > --- > V2: > Thanks commends from Peter Meerwald-Stadler, Jonathan Cameron, and

Re: [PATCH V2 1/1] iio: light: Added CM36672 Proximity Sensor Driver.

2016-06-10 Thread Rob Herring
On Thu, Jun 09, 2016 at 02:00:45AM -0700, Kevin Tsai wrote: > Added Vishay Capella CM36672 Proximity Sensor IIO driver. Support both > ACPI and Device Tree. > > Signed-off-by: Kevin Tsai > --- > V2: > Thanks commends from Peter Meerwald-Stadler, Jonathan Cameron, and Linux > Walleij. Updated

Re: [PATCH V2 1/1] iio: light: Added CM36672 Proximity Sensor Driver.

2016-06-09 Thread Andrew F. Davis
On 06/09/2016 04:00 AM, Kevin Tsai wrote: > Added Vishay Capella CM36672 Proximity Sensor IIO driver. Support both > ACPI and Device Tree. > > Signed-off-by: Kevin Tsai > --- > V2: > Thanks commends from Peter Meerwald-Stadler, Jonathan Cameron, and Linux > Walleij.

Re: [PATCH V2 1/1] iio: light: Added CM36672 Proximity Sensor Driver.

2016-06-09 Thread Andrew F. Davis
On 06/09/2016 04:00 AM, Kevin Tsai wrote: > Added Vishay Capella CM36672 Proximity Sensor IIO driver. Support both > ACPI and Device Tree. > > Signed-off-by: Kevin Tsai > --- > V2: > Thanks commends from Peter Meerwald-Stadler, Jonathan Cameron, and Linux > Walleij. Updated for the following:

Re: [PATCH V2 1/1] iio: light: Added CM36672 Proximity Sensor Driver.

2016-06-09 Thread Anatol Pomazau
Hi Thanks for the update On Thu, Jun 9, 2016 at 2:00 AM, Kevin Tsai wrote: > > Added Vishay Capella CM36672 Proximity Sensor IIO driver. Support both > ACPI and Device Tree. > > Signed-off-by: Kevin Tsai > --- > V2: > Thanks commends from Peter

Re: [PATCH V2 1/1] iio: light: Added CM36672 Proximity Sensor Driver.

2016-06-09 Thread Anatol Pomazau
Hi Thanks for the update On Thu, Jun 9, 2016 at 2:00 AM, Kevin Tsai wrote: > > Added Vishay Capella CM36672 Proximity Sensor IIO driver. Support both > ACPI and Device Tree. > > Signed-off-by: Kevin Tsai > --- > V2: > Thanks commends from Peter Meerwald-Stadler, Jonathan Cameron, and Linux >

[PATCH V2 1/1] iio: light: Added CM36672 Proximity Sensor Driver.

2016-06-09 Thread Kevin Tsai
Added Vishay Capella CM36672 Proximity Sensor IIO driver. Support both ACPI and Device Tree. Signed-off-by: Kevin Tsai --- V2: Thanks commends from Peter Meerwald-Stadler, Jonathan Cameron, and Linux Walleij. Updated for the following: - Remove unused defines. -

[PATCH V2 1/1] iio: light: Added CM36672 Proximity Sensor Driver.

2016-06-09 Thread Kevin Tsai
Added Vishay Capella CM36672 Proximity Sensor IIO driver. Support both ACPI and Device Tree. Signed-off-by: Kevin Tsai --- V2: Thanks commends from Peter Meerwald-Stadler, Jonathan Cameron, and Linux Walleij. Updated for the following: - Remove unused defines. - Rewrite event registration.