From: Jonathan Cameron <jic23@kernel.org>
To: Jagath Jog J <jagathjog1996@gmail.com>
Cc: andriy.shevchenko@linux.intel.com,
u.kleine-koenig@pengutronix.de, lars@metafoo.de,
robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
linus.walleij@linaro.org, linux-iio@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 2/2] iio: imu: Add driver for BMI323 IMU
Date: Wed, 18 Oct 2023 20:13:09 +0100 [thread overview]
Message-ID: <20231018201309.2cf36489@jic23-huawei> (raw)
In-Reply-To: <CAM+2EuJnrJn5QLm+yqJ_4_3NiZDXS6p9P5AhwZBjFUYm+2PMGQ@mail.gmail.com>
On Sun, 15 Oct 2023 16:00:34 +0530
Jagath Jog J <jagathjog1996@gmail.com> wrote:
> On Sat, Oct 14, 2023 at 10:16 PM Jonathan Cameron <jic23@kernel.org> wrote:
> >
> > On Fri, 13 Oct 2023 09:18:08 +0530
> > Jagath Jog J <jagathjog1996@gmail.com> wrote:
> >
> > > The Bosch BMI323 is a 6-axis low-power IMU that provide measurements for
> > > acceleration, angular rate, and temperature. This sensor includes
> > > motion-triggered interrupt features, such as a step counter, tap detection,
> > > and activity/inactivity interrupt capabilities.
> > >
> > > The driver supports various functionalities, including data ready, FIFO
> > > data handling, and events such as tap detection, step counting, and
> > > activity interrupts.
> > >
> > > Signed-off-by: Jagath Jog J <jagathjog1996@gmail.com>
> > Hi Jagath,
> >
> > Nice driver.
> >
> > We are rapidly approaching the end of this cycle and as this is a
> > large driver, I think it could do to remain on list at least a week
> > before I apply it or until it picks up some tags from others if that
> > happens sooner. Hence I'm afraid it might well sneak into next cycle.
>
> Hi Jonathan
>
> Thank you for reviewing, I understand the need for additional time
> to ensure a thorough review and to await feedback and tags from
> other reviewers. I'm okay with your schedule.
>
> > > +
> > > +What: /sys/.../events/in_accel_gesture_tap_wait_dur
> > > +KernelVersion: 6.7
> > > +Contact: linux-iio@vger.kernel.org
> > > +Description:
> > > + Timeout value for tap gesture confirmation.
> >
> > Units need to be specified. Seconds?
>
> Yes, these are in seconds. I will add units in the next series.
>
>
> > > source "drivers/iio/imu/bmi160/Kconfig"
> > > source "drivers/iio/imu/bno055/Kconfig"
> > > +source "drivers/iio/imu/bmi323/Kconfig"
> > Same on ordering.
>
> Sure I will correct this in v3.
Given they were so minor I've fixed them up whilst applying.
I doubt this will make 6.7, but you never know if things happen to align.
If not it can have a bit more build test exposure which will do no harm.
Applied to the togreg branch of iio.git and pushed out initially as
testing for all the normal reasons.
Thanks,
Jonathan
>
> Regards
> Jagath
next prev parent reply other threads:[~2023-10-18 19:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-13 3:48 [PATCH v2 0/2] iio: imu: Add driver and dt-bindings for BMI323 Jagath Jog J
2023-10-13 3:48 ` [PATCH v2 1/2] dt-bindings: iio: imu: Add Bosch BMI323 Jagath Jog J
2023-10-13 6:55 ` Krzysztof Kozlowski
2023-10-13 3:48 ` [PATCH v2 2/2] iio: imu: Add driver for BMI323 IMU Jagath Jog J
2023-10-14 16:46 ` Jonathan Cameron
2023-10-15 10:30 ` Jagath Jog J
2023-10-18 19:13 ` Jonathan Cameron [this message]
2023-10-19 18:22 ` Jagath Jog J
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=20231018201309.2cf36489@jic23-huawei \
--to=jic23@kernel.org \
--cc=andriy.shevchenko@linux.intel.com \
--cc=devicetree@vger.kernel.org \
--cc=jagathjog1996@gmail.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lars@metafoo.de \
--cc=linus.walleij@linaro.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=u.kleine-koenig@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).