[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231024191801.kofb6cbczswp7xxn@zenone.zhora.eu>
Date: Tue, 24 Oct 2023 21:18:01 +0200
From: Andi Shyti <andi.shyti@...nel.org>
To: Chris Packham <chris.packham@...iedtelesis.co.nz>
Cc: gregory.clement@...tlin.com, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org, conor+dt@...nel.org,
linux-i2c@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 2/2] i2c: mv64xxx: add an optional reset-gpios property
Hi Chris,
as you are working on the v4...
...
> + if (drv_data->reset_gpio) {
> + usleep_range(reset_duration, reset_duration + 10);
I'm not against this, but it's not optimal unless we know more or
less what to expect from reset_duration.
Do we have a rough idea of what reset_duration is? If we don't
then you could consider using a generic "fsleep(reset_duration);"
Would it work?
Rest looks good.
Andi
Powered by blists - more mailing lists