Re: [PATCH v4 0/2] iio: light: add support for APDS9660 sensor

2015-08-02 Thread Jonathan Cameron
On 29/07/15 05:28, Matt Ranostay wrote: > Jonathan, > > Does this solve the issues in v3 minus the apds9960_regfield_init() cleanup? > > > Thanks, > > Matt > Sorry, was on holiday last week. Catching up now. > On Sun, Jul 19, 2015 at 8:57 PM, Matt Ranostay wrote: >> This patchset adds suppor

Re: [PATCH v4 0/2] iio: light: add support for APDS9660 sensor

2015-07-28 Thread Matt Ranostay
Jonathan, Does this solve the issues in v3 minus the apds9960_regfield_init() cleanup? Thanks, Matt On Sun, Jul 19, 2015 at 8:57 PM, Matt Ranostay wrote: > This patchset adds support for the APDS9960 ALS + proximity + gesture > sensor. > > Included support for the various adjustable settings

[PATCH v4 0/2] iio: light: add support for APDS9660 sensor

2015-07-19 Thread Matt Ranostay
This patchset adds support for the APDS9960 ALS + proximity + gesture sensor. Included support for the various adjustable settings and controls: * Falling and rising ALS + proximity thresholds events * Gain controls * ALS time integration Changes from v3: * Added interrupt client mode documen