From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
To: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Cc: Jonathan Cameron <jic23@kernel.org>, <linux-iio@vger.kernel.org>,
"Linus Walleij" <linus.walleij@linaro.org>,
Lorenzo BIANCONI <lorenzo.bianconi@st.com>,
<devicetree@vger.kernel.org>
Subject: Re: [PATCH v3 0/5] Add support to LIS2DW12 accel sensor
Date: Mon, 2 Oct 2017 11:33:12 +0100 [thread overview]
Message-ID: <20171002113312.00000064@huawei.com> (raw)
In-Reply-To: <CAA2SeNKaUhLvLV6iUoirotMtz+nitW5LzLS0una3=BH9v7=0qA@mail.gmail.com>
On Sun, 1 Oct 2017 15:15:26 +0200
Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> wrote:
> > On Wed, 30 Aug 2017 13:50:38 +0200
> > Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> wrote:
> >
> >> Modify management of drdy line and status register in order to support
> >> LIS2DW12 device
> >>
> >> Changes since v2:
> >> - swap status register patch (3rd in v2) with irq{1,2} definition one
> >> (1st in v2)
> >> - patchset rebased onto 'fix drdy line configuration for LIS3MDL' patch
> >> Changes since v1:
> >> - remove drdy_irq parameter from LPS001WP settings since the sensor
> >> does not support data-ready interrupts
> >>
> >> Lorenzo Bianconi (5):
> >> iio: st_sensors: add register mask for status register
> >> iio: st_sensors: decouple irq1 configuration parameters from the irq2
> >> ones
> >> iio: st_sensors: do not always write enable_axis register
> >> iio: accel: add support to LIS2DW12
> >> dt-bindings: iio: accel: add LIS2DW12 sensor device binding
> >>
> >> .../devicetree/bindings/iio/st-sensors.txt | 1 +
> >> drivers/iio/accel/st_accel.h | 2 +
> >> drivers/iio/accel/st_accel_core.c | 180 +++++++++++++++++----
> >> drivers/iio/accel/st_accel_i2c.c | 5 +
> >> drivers/iio/accel/st_accel_spi.c | 5 +
> >> drivers/iio/common/st_sensors/st_sensors_core.c | 35 ++--
> >> drivers/iio/common/st_sensors/st_sensors_trigger.c | 16 +-
> >> drivers/iio/gyro/st_gyro_core.c | 33 ++--
> >> drivers/iio/magnetometer/st_magn_core.c | 16 +-
> >> drivers/iio/pressure/st_pressure_core.c | 46 ++++--
> >> include/linux/iio/common/st_sensors.h | 23 ++-
> >> 11 files changed, 270 insertions(+), 92 deletions(-)
> >>
> >
> > I'm happy with the whole series, however it doesn't currently apply
> > due to various fixes working their way through the fixes branches
> > of the iio git tree. I'll try to pick it up once those have unwound.
> > There is too much going on with this code at the moment to do this
> > cleanly now.
> >
> > Give me a bump if I look like I have forgotten it once it will
> > apply cleanly to the togreg branch of iio.git.
> >
> > If I was being really fussy this should have had a dependency list
> > for everything it was dependant on that wasn't currently in mainline.
> >
> > Jonathan
>
> Hi Jonathan,
>
> what about that patchset?
> Regards,
>
> Lorenzo
>
I think I'm still waiting for the fixes to get back round via mainline
to our upstream tree... Will check again later this week.
Jonathan
WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron <Jonathan.Cameron-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
To: Lorenzo Bianconi
<lorenzo.bianconi83-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Linus Walleij
<linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Lorenzo BIANCONI <lorenzo.bianconi-qxv4g6HH51o@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v3 0/5] Add support to LIS2DW12 accel sensor
Date: Mon, 2 Oct 2017 11:33:12 +0100 [thread overview]
Message-ID: <20171002113312.00000064@huawei.com> (raw)
In-Reply-To: <CAA2SeNKaUhLvLV6iUoirotMtz+nitW5LzLS0una3=BH9v7=0qA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
On Sun, 1 Oct 2017 15:15:26 +0200
Lorenzo Bianconi <lorenzo.bianconi83-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > On Wed, 30 Aug 2017 13:50:38 +0200
> > Lorenzo Bianconi <lorenzo.bianconi83-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> >
> >> Modify management of drdy line and status register in order to support
> >> LIS2DW12 device
> >>
> >> Changes since v2:
> >> - swap status register patch (3rd in v2) with irq{1,2} definition one
> >> (1st in v2)
> >> - patchset rebased onto 'fix drdy line configuration for LIS3MDL' patch
> >> Changes since v1:
> >> - remove drdy_irq parameter from LPS001WP settings since the sensor
> >> does not support data-ready interrupts
> >>
> >> Lorenzo Bianconi (5):
> >> iio: st_sensors: add register mask for status register
> >> iio: st_sensors: decouple irq1 configuration parameters from the irq2
> >> ones
> >> iio: st_sensors: do not always write enable_axis register
> >> iio: accel: add support to LIS2DW12
> >> dt-bindings: iio: accel: add LIS2DW12 sensor device binding
> >>
> >> .../devicetree/bindings/iio/st-sensors.txt | 1 +
> >> drivers/iio/accel/st_accel.h | 2 +
> >> drivers/iio/accel/st_accel_core.c | 180 +++++++++++++++++----
> >> drivers/iio/accel/st_accel_i2c.c | 5 +
> >> drivers/iio/accel/st_accel_spi.c | 5 +
> >> drivers/iio/common/st_sensors/st_sensors_core.c | 35 ++--
> >> drivers/iio/common/st_sensors/st_sensors_trigger.c | 16 +-
> >> drivers/iio/gyro/st_gyro_core.c | 33 ++--
> >> drivers/iio/magnetometer/st_magn_core.c | 16 +-
> >> drivers/iio/pressure/st_pressure_core.c | 46 ++++--
> >> include/linux/iio/common/st_sensors.h | 23 ++-
> >> 11 files changed, 270 insertions(+), 92 deletions(-)
> >>
> >
> > I'm happy with the whole series, however it doesn't currently apply
> > due to various fixes working their way through the fixes branches
> > of the iio git tree. I'll try to pick it up once those have unwound.
> > There is too much going on with this code at the moment to do this
> > cleanly now.
> >
> > Give me a bump if I look like I have forgotten it once it will
> > apply cleanly to the togreg branch of iio.git.
> >
> > If I was being really fussy this should have had a dependency list
> > for everything it was dependant on that wasn't currently in mainline.
> >
> > Jonathan
>
> Hi Jonathan,
>
> what about that patchset?
> Regards,
>
> Lorenzo
>
I think I'm still waiting for the fixes to get back round via mainline
to our upstream tree... Will check again later this week.
Jonathan
next prev parent reply other threads:[~2017-10-02 10:33 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-30 11:50 [PATCH v3 0/5] Add support to LIS2DW12 accel sensor Lorenzo Bianconi
2017-08-30 11:50 ` Lorenzo Bianconi
2017-08-30 11:50 ` [PATCH v3 1/5] iio: st_sensors: add register mask for status register Lorenzo Bianconi
2017-08-30 11:50 ` Lorenzo Bianconi
2017-09-21 11:13 ` Linus Walleij
2017-09-21 11:13 ` Linus Walleij
2017-09-21 15:36 ` Lorenzo Bianconi
2017-09-21 15:36 ` Lorenzo Bianconi
2017-10-09 20:03 ` Jonathan Cameron
2017-10-09 20:03 ` Jonathan Cameron
2017-08-30 11:50 ` [PATCH v3 2/5] iio: st_sensors: decouple irq1 configuration parameters from the irq2 ones Lorenzo Bianconi
2017-08-30 11:50 ` Lorenzo Bianconi
2017-09-21 11:14 ` Linus Walleij
2017-09-21 11:14 ` Linus Walleij
2017-09-21 15:38 ` Lorenzo Bianconi
2017-09-21 15:38 ` Lorenzo Bianconi
2017-10-09 20:05 ` Jonathan Cameron
2017-10-09 20:05 ` Jonathan Cameron
2017-08-30 11:50 ` [PATCH v3 3/5] iio: st_sensors: do not always write enable_axis register Lorenzo Bianconi
2017-08-30 11:50 ` Lorenzo Bianconi
2017-09-21 11:15 ` Linus Walleij
2017-09-21 11:15 ` Linus Walleij
2017-10-09 20:59 ` Jonathan Cameron
2017-10-09 20:59 ` Jonathan Cameron
2017-08-30 11:50 ` [PATCH v3 4/5] iio: accel: add support to LIS2DW12 Lorenzo Bianconi
2017-08-30 11:50 ` Lorenzo Bianconi
2017-09-21 11:17 ` Linus Walleij
2017-09-21 11:17 ` Linus Walleij
2017-10-09 21:00 ` Jonathan Cameron
2017-10-09 21:00 ` Jonathan Cameron
2017-08-30 11:50 ` [PATCH v3 5/5] dt-bindings: iio: accel: add LIS2DW12 sensor device binding Lorenzo Bianconi
2017-08-30 11:50 ` Lorenzo Bianconi
2017-09-21 11:18 ` Linus Walleij
2017-09-21 11:18 ` Linus Walleij
2017-10-09 21:02 ` Jonathan Cameron
2017-10-09 21:02 ` Jonathan Cameron
2017-09-03 16:52 ` [PATCH v3 0/5] Add support to LIS2DW12 accel sensor Jonathan Cameron
2017-09-03 16:52 ` Jonathan Cameron
2017-10-01 13:15 ` Lorenzo Bianconi
2017-10-01 13:15 ` Lorenzo Bianconi
2017-10-02 10:33 ` Jonathan Cameron [this message]
2017-10-02 10:33 ` Jonathan Cameron
2017-10-02 10:37 ` Lorenzo Bianconi
2017-10-02 10:37 ` Lorenzo Bianconi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171002113312.00000064@huawei.com \
--to=jonathan.cameron@huawei.com \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-iio@vger.kernel.org \
--cc=lorenzo.bianconi83@gmail.com \
--cc=lorenzo.bianconi@st.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.