mbox series

[v2,0/2] add periodic mode, threshold options

Message ID 20210621143051.200800-1-i.mikhaylov@yadro.com (mailing list archive)
Headers show
Series add periodic mode, threshold options | expand

Message

Ivan Mikhaylov June 21, 2021, 2:30 p.m. UTC
Add periodic mode enablement, high/low threshold options.

Changes from v1:
 1. Remove changes for hwmon driver and changes affecting
vcnl3020 data structure.
 2. Add enable/disable periodic mode functions.

Ivan Mikhaylov (2):
  iio: proximity: vcnl3020: add periodic mode
  iio: proximity: vcnl3020: add threshold options

 drivers/iio/proximity/vcnl3020.c | 306 ++++++++++++++++++++++++++++++-
 1 file changed, 304 insertions(+), 2 deletions(-)

Comments

Jonathan Cameron July 4, 2021, 5:15 p.m. UTC | #1
On Mon, 21 Jun 2021 17:30:49 +0300
Ivan Mikhaylov <i.mikhaylov@yadro.com> wrote:

> Add periodic mode enablement, high/low threshold options.
title of cover letter should always include the part number.

A lot of people use threaded email clients and may need to expand
the thread to see what driver this affects.

Jonathan

> 
> Changes from v1:
>  1. Remove changes for hwmon driver and changes affecting
> vcnl3020 data structure.
>  2. Add enable/disable periodic mode functions.
> 
> Ivan Mikhaylov (2):
>   iio: proximity: vcnl3020: add periodic mode
>   iio: proximity: vcnl3020: add threshold options
> 
>  drivers/iio/proximity/vcnl3020.c | 306 ++++++++++++++++++++++++++++++-
>  1 file changed, 304 insertions(+), 2 deletions(-)
>