Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/3] add regmap API support to st_lsm6dsx iio driver
@ 2018-01-01 18:54 Lorenzo Bianconi
  2018-01-06 12:21 ` Jonathan Cameron
  0 siblings, 1 reply; 5+ messages in thread
From: Lorenzo Bianconi @ 2018-01-01 18:54 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio

Lorenzo Bianconi (3):
  iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()
  iio: imu: st_lsm6dsx: introduce conf_lock mutex
  iio: imu: st_lsm6dsx: add regmap API support

 drivers/iio/imu/st_lsm6dsx/Kconfig             |   2 +
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h        |  33 ++------
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 102 +++++++++++++++--------
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c   | 111 +++++++++++--------------
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c    |  55 ++++--------
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c    |  70 ++++------------
 6 files changed, 153 insertions(+), 220 deletions(-)

-- 
2.15.1

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

* Re: [PATCH 0/3] add regmap API support to st_lsm6dsx iio driver
  2018-01-01 18:54 [PATCH 0/3] add regmap API support to st_lsm6dsx iio driver Lorenzo Bianconi
@ 2018-01-06 12:21 ` Jonathan Cameron
  2018-01-06 12:31   ` Lorenzo Bianconi
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Cameron @ 2018-01-06 12:21 UTC (permalink / raw)
  To: Lorenzo Bianconi; +Cc: linux-iio

On Mon,  1 Jan 2018 19:54:41 +0100
Lorenzo Bianconi <lorenzo.bianconi@redhat.com> wrote:

Would have been nice to have a brief bit of text saying why...

Whilst I know all the advantages, that may not be the case for
someone new to the area who might read your series.

Thanks,

Jonathan


> Lorenzo Bianconi (3):
>   iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()
>   iio: imu: st_lsm6dsx: introduce conf_lock mutex
>   iio: imu: st_lsm6dsx: add regmap API support
> 
>  drivers/iio/imu/st_lsm6dsx/Kconfig             |   2 +
>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h        |  33 ++------
>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 102 +++++++++++++++--------
>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c   | 111 +++++++++++--------------
>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c    |  55 ++++--------
>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c    |  70 ++++------------
>  6 files changed, 153 insertions(+), 220 deletions(-)
> 


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

* Re: [PATCH 0/3] add regmap API support to st_lsm6dsx iio driver
  2018-01-06 12:21 ` Jonathan Cameron
@ 2018-01-06 12:31   ` Lorenzo Bianconi
  2018-01-06 14:26     ` Jonathan Cameron
  0 siblings, 1 reply; 5+ messages in thread
From: Lorenzo Bianconi @ 2018-01-06 12:31 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: Lorenzo Bianconi, linux-iio

> On Mon,  1 Jan 2018 19:54:41 +0100
> Lorenzo Bianconi <lorenzo.bianconi@redhat.com> wrote:
>
> Would have been nice to have a brief bit of text saying why...
>
> Whilst I know all the advantages, that may not be the case for
> someone new to the area who might read your series.
>

Ack, I will do in v2..can I send just regmap API patch since you have
just applied the first two?
Regards,

Lorenzo

> Thanks,
>
> Jonathan
>
>
>> Lorenzo Bianconi (3):
>>   iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()
>>   iio: imu: st_lsm6dsx: introduce conf_lock mutex
>>   iio: imu: st_lsm6dsx: add regmap API support
>>
>>  drivers/iio/imu/st_lsm6dsx/Kconfig             |   2 +
>>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h        |  33 ++------
>>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 102 +++++++++++++++--------
>>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c   | 111 +++++++++++--------------
>>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c    |  55 ++++--------
>>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c    |  70 ++++------------
>>  6 files changed, 153 insertions(+), 220 deletions(-)
>>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
UNIX is Sexy: who | grep -i blonde | talk; cd ~; wine; talk; touch;
unzip; touch; strip; gasp; finger; gasp; mount; fsck; more; yes; gasp;
umount; make clean; sleep

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

* Re: [PATCH 0/3] add regmap API support to st_lsm6dsx iio driver
  2018-01-06 12:31   ` Lorenzo Bianconi
@ 2018-01-06 14:26     ` Jonathan Cameron
  2018-01-06 14:37       ` Lorenzo Bianconi
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Cameron @ 2018-01-06 14:26 UTC (permalink / raw)
  To: Lorenzo Bianconi; +Cc: Lorenzo Bianconi, linux-iio

On Sat, 6 Jan 2018 13:31:15 +0100
Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> wrote:

> > On Mon,  1 Jan 2018 19:54:41 +0100
> > Lorenzo Bianconi <lorenzo.bianconi@redhat.com> wrote:
> >
> > Would have been nice to have a brief bit of text saying why...
> >
> > Whilst I know all the advantages, that may not be the case for
> > someone new to the area who might read your series.
> >  
> 
> Ack, I will do in v2..can I send just regmap API patch since you have
> just applied the first two?
> Regards,
Actually I applied all 3 but forgot to say that on the 3rd.

ooops.  Stuff I suggested there wasn't about the content of the
patch afterall.

Jonathan
> 
> Lorenzo
> 
> > Thanks,
> >
> > Jonathan
> >
> >  
> >> Lorenzo Bianconi (3):
> >>   iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()
> >>   iio: imu: st_lsm6dsx: introduce conf_lock mutex
> >>   iio: imu: st_lsm6dsx: add regmap API support
> >>
> >>  drivers/iio/imu/st_lsm6dsx/Kconfig             |   2 +
> >>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h        |  33 ++------
> >>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 102 +++++++++++++++--------
> >>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c   | 111 +++++++++++--------------
> >>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c    |  55 ++++--------
> >>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c    |  70 ++++------------
> >>  6 files changed, 153 insertions(+), 220 deletions(-)
> >>  
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html  
> 
> 
> 


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

* Re: [PATCH 0/3] add regmap API support to st_lsm6dsx iio driver
  2018-01-06 14:26     ` Jonathan Cameron
@ 2018-01-06 14:37       ` Lorenzo Bianconi
  0 siblings, 0 replies; 5+ messages in thread
From: Lorenzo Bianconi @ 2018-01-06 14:37 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: Lorenzo Bianconi, linux-iio

> On Sat, 6 Jan 2018 13:31:15 +0100
> Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> wrote:
>
>> > On Mon,  1 Jan 2018 19:54:41 +0100
>> > Lorenzo Bianconi <lorenzo.bianconi@redhat.com> wrote:
>> >
>> > Would have been nice to have a brief bit of text saying why...
>> >
>> > Whilst I know all the advantages, that may not be the case for
>> > someone new to the area who might read your series.
>> >
>>
>> Ack, I will do in v2..can I send just regmap API patch since you have
>> just applied the first two?
>> Regards,
> Actually I applied all 3 but forgot to say that on the 3rd.
>

Cool :) so I will fix sparse warning based on this series.
Regards,

Lorenzo

> ooops.  Stuff I suggested there wasn't about the content of the
> patch afterall.
>
> Jonathan
>>
>> Lorenzo
>>
>> > Thanks,
>> >
>> > Jonathan
>> >
>> >
>> >> Lorenzo Bianconi (3):
>> >>   iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()
>> >>   iio: imu: st_lsm6dsx: introduce conf_lock mutex
>> >>   iio: imu: st_lsm6dsx: add regmap API support
>> >>
>> >>  drivers/iio/imu/st_lsm6dsx/Kconfig             |   2 +
>> >>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h        |  33 ++------
>> >>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 102 +++++++++++++++--------
>> >>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c   | 111 +++++++++++--------------
>> >>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c    |  55 ++++--------
>> >>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c    |  70 ++++------------
>> >>  6 files changed, 153 insertions(+), 220 deletions(-)
>> >>
>> >
>> > --
>> > To unsubscribe from this list: send the line "unsubscribe linux-iio" in
>> > the body of a message to majordomo@vger.kernel.org
>> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>>
>>
>



-- 
UNIX is Sexy: who | grep -i blonde | talk; cd ~; wine; talk; touch;
unzip; touch; strip; gasp; finger; gasp; mount; fsck; more; yes; gasp;
umount; make clean; sleep

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

end of thread, other threads:[~2018-01-06 14:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-01 18:54 [PATCH 0/3] add regmap API support to st_lsm6dsx iio driver Lorenzo Bianconi
2018-01-06 12:21 ` Jonathan Cameron
2018-01-06 12:31   ` Lorenzo Bianconi
2018-01-06 14:26     ` Jonathan Cameron
2018-01-06 14:37       ` Lorenzo Bianconi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox