From: Mike Looijmans <mike.looijmans@topic.nl>
To: Andy Shevchenko <andriy.shevchenko@intel.com>
Cc: jic23@kernel.org, linux-iio@vger.kernel.org, knaack.h@gmx.de,
lars@metafoo.de, pmeerw@pmeerw.net
Subject: Re: [PATCH v4] iio: accel: Add support for the Bosch-Sensortec BMI088
Date: Mon, 23 Mar 2020 14:58:40 +0100 [thread overview]
Message-ID: <1b99c64a-bf5c-0533-d70e-ab2734676e11@topic.nl> (raw)
In-Reply-To: <20200323134719.GN1922688@smile.fi.intel.com>
On 23-03-2020 14:47, Andy Shevchenko wrote:
> On Mon, Mar 23, 2020 at 01:33:58PM +0100, Mike Looijmans wrote:
>> On 23-03-2020 12:31, Andy Shevchenko wrote:
>>> On Mon, Mar 23, 2020 at 10:28:30AM +0100, Mike Looijmans wrote:
>>>> The BMI088 is a combined module with both accelerometer and gyroscope.
>>>> This adds the accelerometer driver support for the SPI interface.
>>>> The gyroscope part is already supported by the BMG160 driver.
>>>
>>>
>>> Thank you, the comment about shared buffer given to v3 still applies.
>>> Also see below.
>
> Since you didn't comment on many, I assume you are in favor to follow.
> Please, comment if it's not the case.
Didn't mention it explicitly, but no comment means "I agree".
>
> ...
>
>> As most of the method body depends on that "bool" argument, I would actually
>> just split it into separate "enable" and "disable" methods. Simpler to read
>> and understand, and probably doesn't make a difference in compiled size
>> either.
>
> It's even better!
>
> ...
Hmm, reading the datasheet again about the power modes is now confusing
me. It's been awhile since I read that, and I don't think that I got it
right....
there are two power setting registers, and it's not quite clear to me
any more what I'm supposed to do with them...
I think the intention is that I just set ACC_PWR_CTRL to "4" after
reset/probe, and leave it there, and use the ACC_PWR_CONF register to go
in and out of suspend state. This affects the temperature sensor as well.
I'll need a bit of caffeine before I get to v5.
>
>>>> +#ifndef BMI088_ACCEL_H
>>>> +#define BMI088_ACCEL_H
>>>> +
>>>> +extern const struct regmap_config bmi088_regmap_conf;
>>>> +extern const struct dev_pm_ops bmi088_accel_pm_ops;
>>>
>>> Do you need extern?
>>
>> probably not.
>>
>>>
>>>> +int bmi088_accel_core_probe(struct device *dev, struct regmap *regmap, int irq,
>>>> + const char *name, bool block_supported);
>>>> +int bmi088_accel_core_remove(struct device *dev);
>>>
>>> This needs
>>>
>>> #include <linux/types.h>
>>>
>>> struct device;
>>> struct regmap;
>>>
>>
>> Hmm, and "struct regmap_config" as well I guess (see above)
>
> Oh, it requires headers then
>
> So,
>
> #include <linux/pm.h>
> #include <linux/regmap.h>
> #include <linux/types.h>
>
> struct device;
>
--
Mike Looijmans
next prev parent reply other threads:[~2020-03-23 13:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-23 9:28 [PATCH v4] iio: accel: Add support for the Bosch-Sensortec BMI088 Mike Looijmans
2020-03-23 11:31 ` Andy Shevchenko
2020-03-23 12:33 ` Mike Looijmans
2020-03-23 13:47 ` Andy Shevchenko
2020-03-23 13:58 ` Mike Looijmans [this message]
2020-03-24 7:38 ` Mike Looijmans
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=1b99c64a-bf5c-0533-d70e-ab2734676e11@topic.nl \
--to=mike.looijmans@topic.nl \
--cc=andriy.shevchenko@intel.com \
--cc=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
/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