Re: [PATCH v3 0/5] iio: srf08: add support for similar devices and triggered buffers

2017-08-17 Thread Jonathan Cameron
On Wed, 16 Aug 2017 22:14:33 +0200 Peter Rosin wrote: > On 2017-08-16 21:32, Andreas Klinger wrote: > > This patch series adds support for: > > - triggered buffer > > - ultrasonic devices srf02 and srf10 > > > > Thanks for the review of Peter and Wolfram. > > > > @Wolfram:

Re: [PATCH v3 0/5] iio: srf08: add support for similar devices and triggered buffers

2017-08-17 Thread Jonathan Cameron
On Wed, 16 Aug 2017 22:14:33 +0200 Peter Rosin wrote: > On 2017-08-16 21:32, Andreas Klinger wrote: > > This patch series adds support for: > > - triggered buffer > > - ultrasonic devices srf02 and srf10 > > > > Thanks for the review of Peter and Wolfram. > > > > @Wolfram: please let me know,

Re: [PATCH v3 0/5] iio: srf08: add support for similar devices and triggered buffers

2017-08-16 Thread Wolfram Sang
> @Wolfram: please let me know, if you want a separate patch for [PATCH 1/5] I moved that file out of the i2c directory because I don't want to maintain it. I even wanted to delete it but Rob thought there is value in keeping it. So, it got moved. If this series had been rebased,

Re: [PATCH v3 0/5] iio: srf08: add support for similar devices and triggered buffers

2017-08-16 Thread Wolfram Sang
> @Wolfram: please let me know, if you want a separate patch for [PATCH 1/5] I moved that file out of the i2c directory because I don't want to maintain it. I even wanted to delete it but Rob thought there is value in keeping it. So, it got moved. If this series had been rebased,

Re: [PATCH v3 0/5] iio: srf08: add support for similar devices and triggered buffers

2017-08-16 Thread Peter Rosin
On 2017-08-16 21:32, Andreas Klinger wrote: > This patch series adds support for: > - triggered buffer > - ultrasonic devices srf02 and srf10 > > Thanks for the review of Peter and Wolfram. > > @Wolfram: please let me know, if you want a separate patch for [PATCH 1/5] I think what you should do

Re: [PATCH v3 0/5] iio: srf08: add support for similar devices and triggered buffers

2017-08-16 Thread Peter Rosin
On 2017-08-16 21:32, Andreas Klinger wrote: > This patch series adds support for: > - triggered buffer > - ultrasonic devices srf02 and srf10 > > Thanks for the review of Peter and Wolfram. > > @Wolfram: please let me know, if you want a separate patch for [PATCH 1/5] I think what you should do

[PATCH v3 0/5] iio: srf08: add support for similar devices and triggered buffers

2017-08-16 Thread Andreas Klinger
This patch series adds support for: - triggered buffer - ultrasonic devices srf02 and srf10 Thanks for the review of Peter and Wolfram. @Wolfram: please let me know, if you want a separate patch for [PATCH 1/5] Changes in v3: - introduce struct chip_info for device specific features - remove

[PATCH v3 0/5] iio: srf08: add support for similar devices and triggered buffers

2017-08-16 Thread Andreas Klinger
This patch series adds support for: - triggered buffer - ultrasonic devices srf02 and srf10 Thanks for the review of Peter and Wolfram. @Wolfram: please let me know, if you want a separate patch for [PATCH 1/5] Changes in v3: - introduce struct chip_info for device specific features - remove