All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] add support to STM LSM6DSO 6-axis Mems sensor
@ 2018-08-30 20:52 Lorenzo Bianconi
  2018-09-02 20:28 ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Lorenzo Bianconi @ 2018-08-30 20:52 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, devicetree

Lorenzo Bianconi (5):
  iio: imu: st_lsm6dsx: add read_fifo callback to fifo_ops
  iio: imu: st_lsm6dsx: make st_lsm6dsx_check_odr() non-static
  iio: imu: st_lsm6dsx: add addr/max_word_len to st_lsm6dsx_read_block()
  iio: imu: st_lsm6dsx: add support to LSM6DSO
  dt-bindings: iio: imu: st_lsm6dsx: add LSM6DSO device bindings

 .../bindings/iio/imu/st_lsm6dsx.txt           |   1 +
 drivers/iio/imu/st_lsm6dsx/Kconfig            |   2 +-
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h       |  18 +-
 .../iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c    | 166 ++++++++++++++++--
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c  |  51 +++++-
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c   |   5 +
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c   |   5 +
 7 files changed, 228 insertions(+), 20 deletions(-)

-- 
2.18.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/5] add support to STM LSM6DSO 6-axis Mems sensor
  2018-08-30 20:52 [PATCH 0/5] add support to STM LSM6DSO 6-axis Mems sensor Lorenzo Bianconi
@ 2018-09-02 20:28 ` Jonathan Cameron
  2018-09-03 16:51   ` Lorenzo Bianconi
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Cameron @ 2018-09-02 20:28 UTC (permalink / raw)
  To: Lorenzo Bianconi; +Cc: linux-iio, devicetree

On Thu, 30 Aug 2018 22:52:54 +0200
Lorenzo Bianconi <lorenzo.bianconi@redhat.com> wrote:

I'm in a fussy mood.  Not a lot of point in putting a cover letter on
a series with nothing in it.  Please give a nice 'general' description
of what you are adding. In particular point out anything you think
might be controversial :)

Thanks,

Jonathan

> Lorenzo Bianconi (5):
>   iio: imu: st_lsm6dsx: add read_fifo callback to fifo_ops
>   iio: imu: st_lsm6dsx: make st_lsm6dsx_check_odr() non-static
>   iio: imu: st_lsm6dsx: add addr/max_word_len to st_lsm6dsx_read_block()
>   iio: imu: st_lsm6dsx: add support to LSM6DSO
>   dt-bindings: iio: imu: st_lsm6dsx: add LSM6DSO device bindings
> 
>  .../bindings/iio/imu/st_lsm6dsx.txt           |   1 +
>  drivers/iio/imu/st_lsm6dsx/Kconfig            |   2 +-
>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h       |  18 +-
>  .../iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c    | 166 ++++++++++++++++--
>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c  |  51 +++++-
>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c   |   5 +
>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c   |   5 +
>  7 files changed, 228 insertions(+), 20 deletions(-)
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/5] add support to STM LSM6DSO 6-axis Mems sensor
  2018-09-02 20:28 ` Jonathan Cameron
@ 2018-09-03 16:51   ` Lorenzo Bianconi
  0 siblings, 0 replies; 3+ messages in thread
From: Lorenzo Bianconi @ 2018-09-03 16:51 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: linux-iio, devicetree

> On Thu, 30 Aug 2018 22:52:54 +0200
> Lorenzo Bianconi <lorenzo.bianconi@redhat.com> wrote:
> 
> I'm in a fussy mood.  Not a lot of point in putting a cover letter on
> a series with nothing in it.  Please give a nice 'general' description
> of what you are adding. In particular point out anything you think
> might be controversial :)

ack, will do next time :)
Regards,

Lorenzo

> 
> Thanks,
> 
> Jonathan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-03 21:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-30 20:52 [PATCH 0/5] add support to STM LSM6DSO 6-axis Mems sensor Lorenzo Bianconi
2018-09-02 20:28 ` Jonathan Cameron
2018-09-03 16:51   ` Lorenzo Bianconi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.