Re: [PATCH v2 3/4] mb12x2.c: add distance iio sensor with i2c (fwd)

2019-03-03 Thread Julia Lawall
Hello, It looks like an unlock is missing before line 110. julia -- Forwarded message -- Date: Mon, 4 Mar 2019 03:30:02 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: Re: [PATCH v2 3/4] mb12x2.c: add distance iio sensor with i2c Hi Andreas, I love

Re: [PATCH v2 3/4] mb12x2.c: add distance iio sensor with i2c

2019-03-03 Thread Peter Meerwald-Stadler
On Fri, 1 Mar 2019, Andreas Klinger wrote: > Add I2CXL-MaxSonar ultrasonic distance sensors of type family mb12x2 using > an i2c interface small comment below > Implemented functionality: > - reading the distance via in_distance_raw > - buffered mode with trigger > - make use of status gpio to

Re: [PATCH v2 3/4] mb12x2.c: add distance iio sensor with i2c

2019-03-02 Thread Jonathan Cameron
On Fri, 1 Mar 2019 14:42:56 +0100 Andreas Klinger wrote: > Add I2CXL-MaxSonar ultrasonic distance sensors of type family mb12x2 using > an i2c interface > > Implemented functionality: > - reading the distance via in_distance_raw > - buffered mode with trigger > - make use of status gpio to

[PATCH v2 3/4] mb12x2.c: add distance iio sensor with i2c

2019-03-01 Thread Andreas Klinger
Add I2CXL-MaxSonar ultrasonic distance sensors of type family mb12x2 using an i2c interface Implemented functionality: - reading the distance via in_distance_raw - buffered mode with trigger - make use of status gpio to announce completion of ranging Add mb12x2 driver to Kconfig and Makefile