From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: "Nuno Sá" <noname.nuno@gmail.com>
Cc: "Dumitru Ceclan" <mitrutzceclan@gmail.com>,
"Lars-Peter Clausen" <lars@metafoo.de>,
"Michael Hennerich" <Michael.Hennerich@analog.com>,
"Jonathan Cameron" <jic23@kernel.org>,
"Rob Herring" <robh+dt@kernel.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Arnd Bergmann" <arnd@arndb.de>,
"Cosmin Tanislav" <demonsingur@gmail.com>,
"Alexander Sverdlin" <alexander.sverdlin@gmail.com>,
"Hugo Villeneuve" <hvilleneuve@dimonoff.com>,
"Okan Sahin" <okan.sahin@analog.com>,
"Niklas Schnelle" <schnelle@linux.ibm.com>,
"ChiYuan Huang" <cy_huang@richtek.com>,
"Ramona Bolboaca" <ramona.bolboaca@analog.com>,
"Ibrahim Tilki" <Ibrahim.Tilki@analog.com>,
"ChiaEn Wu" <chiaen_wu@richtek.com>,
"William Breathitt Gray" <william.gray@linaro.org>,
"Lee Jones" <lee@kernel.org>, "Haibo Chen" <haibo.chen@nxp.com>,
"Mike Looijmans" <mike.looijmans@topic.nl>,
"Leonard Göhrs" <l.goehrs@pengutronix.de>,
"Ceclan Dumitru" <dumitru.ceclan@analog.com>,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] iio: adc: ad717x: add AD717X driver
Date: Thu, 10 Aug 2023 18:36:36 +0300 [thread overview]
Message-ID: <ZNUEBDsMg6UfeOtl@smile.fi.intel.com> (raw)
In-Reply-To: <34f5e2118a4714048231e6ee9a8f244248616bd0.camel@gmail.com>
On Thu, Aug 10, 2023 at 01:57:02PM +0200, Nuno Sá wrote:
> On Thu, 2023-08-10 at 12:33 +0300, Dumitru Ceclan wrote:
...
> Is ad717x_gpio_cleanup() being used anywhere? Moreover I would maybe just get rid of
> the #ifdef wrapper and just select GPIOLIB. How often will it be disabled anyways?
The agreement is that users are depend on and not selecting GPIOLIB.
Any news in these agreement terms?
...
> > + id &= AD717X_ID_MASK;
> > + if (id != st->info->id)
> > + dev_warn(&st->sd.spi->dev, "Unexpected device id: %x, expected:
> > %x\n",
> > + id, st->info->id);
> > +
>
> Shouldn't we error out?
It seems a new way of thinking about unsupported CHIP ID. Dunno if hw vendors
won't ever do a dirty trick that new ID must be programmed differently and
otherwise burn hardware to a smoke...
I'm with you here, unknown chips mustn't be supported.
...
> > + *val = -(1 << (chan->scan_type.realbits - 1));
>
> nit: I don't expect the driver to really be updated with more devices (it's
> like this for a long time) but the above is not very extensible... Imagine we
> add a device with 32bit channels? We would enter shady waters If I'm not
> missing anything.
Also 1 << 31 is UB in accordance with C standard.
...
> > + st->info = device_get_match_data(&spi->dev);
> > + if (!st->info)
> > + return -ENODEV;
> > +
>
> spi_get_device_match_data() (not really sure if this is still applicable
> since some work related to this is being done for i2c - and eventually in spi
> I guess).
Still applicable.
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2023-08-10 15:36 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-10 9:33 [PATCH 1/2] dt-bindings: adc: add AD717X Dumitru Ceclan
2023-08-10 9:33 ` [PATCH 2/2] iio: adc: ad717x: add AD717X driver Dumitru Ceclan
2023-08-10 11:57 ` Nuno Sá
2023-08-10 15:36 ` Andy Shevchenko [this message]
2023-08-28 17:34 ` Jonathan Cameron
2023-08-29 9:14 ` Nuno Sá
2023-08-29 13:31 ` Andy Shevchenko
2023-08-29 18:38 ` Arnd Bergmann
2023-08-28 16:52 ` Jonathan Cameron
2023-08-10 19:36 ` kernel test robot
2023-08-11 8:47 ` Andy Shevchenko
2023-08-28 17:58 ` Jonathan Cameron
2023-08-10 10:21 ` [PATCH 1/2] dt-bindings: adc: add AD717X Rob Herring
2023-08-10 20:51 ` Rob Herring
2023-08-28 17:43 ` Jonathan Cameron
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=ZNUEBDsMg6UfeOtl@smile.fi.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=Ibrahim.Tilki@analog.com \
--cc=Michael.Hennerich@analog.com \
--cc=alexander.sverdlin@gmail.com \
--cc=arnd@arndb.de \
--cc=chiaen_wu@richtek.com \
--cc=conor+dt@kernel.org \
--cc=cy_huang@richtek.com \
--cc=demonsingur@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dumitru.ceclan@analog.com \
--cc=haibo.chen@nxp.com \
--cc=hvilleneuve@dimonoff.com \
--cc=jic23@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=l.goehrs@pengutronix.de \
--cc=lars@metafoo.de \
--cc=lee@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mike.looijmans@topic.nl \
--cc=mitrutzceclan@gmail.com \
--cc=noname.nuno@gmail.com \
--cc=okan.sahin@analog.com \
--cc=ramona.bolboaca@analog.com \
--cc=robh+dt@kernel.org \
--cc=schnelle@linux.ibm.com \
--cc=william.gray@linaro.org \
/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