Re: [PATCH v4] iio: light: Add support for ROHM RPR0521 sensor

2015-06-21 Thread Jonathan Cameron
On 17/06/15 10:42, Daniel Baluta wrote: > This patch adds support for ROHM RPR0521 ambient light and proximity > sensor. It offers raw readings for intensity and proximity. > > Signed-off-by: Daniel Baluta Looks good to me. Applied to the togreg branch of iio.git - initially pushed out as

Re: [PATCH v4] iio: light: Add support for ROHM RPR0521 sensor

2015-06-21 Thread Jonathan Cameron
On 17/06/15 10:42, Daniel Baluta wrote: This patch adds support for ROHM RPR0521 ambient light and proximity sensor. It offers raw readings for intensity and proximity. Signed-off-by: Daniel Baluta daniel.bal...@intel.com Looks good to me. Applied to the togreg branch of iio.git - initially

[PATCH v4] iio: light: Add support for ROHM RPR0521 sensor

2015-06-17 Thread Daniel Baluta
This patch adds support for ROHM RPR0521 ambient light and proximity sensor. It offers raw readings for intensity and proximity. Signed-off-by: Daniel Baluta --- Changes since v3: * use GENMASK instead BIT(x) | BIT(y) * remove (now) unused RPR0521_PXS_MAX_VAL because of PXS ABI

[PATCH v4] iio: light: Add support for ROHM RPR0521 sensor

2015-06-17 Thread Daniel Baluta
This patch adds support for ROHM RPR0521 ambient light and proximity sensor. It offers raw readings for intensity and proximity. Signed-off-by: Daniel Baluta daniel.bal...@intel.com --- Changes since v3: * use GENMASK instead BIT(x) | BIT(y) * remove (now) unused