[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150506172846.GC22845@sirena.org.uk>
Date: Wed, 6 May 2015 18:28:46 +0100
From: Mark Brown <broonie@...nel.org>
To: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
Cc: linux-arm-kernel@...ts.infradead.org,
Maxime Ripard <maxime.ripard@...e-electrons.com>,
Rob Herring <robh+dt@...nel.org>,
Kumar Gala <galak@...eaurora.org>, s.hauer@...gutronix.de,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-api@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, linux-arm-msm@...r.kernel.org,
arnd@...db.de, sboyd@...eaurora.org
Subject: Re: [PATCH v4 04/10] eeprom: Add a simple EEPROM framework for
eeprom consumers
On Mon, Mar 30, 2015 at 10:57:50PM +0100, Srinivas Kandagatla wrote:
> +
> + for (i = 0; i < cell->nblocks; i++) {
> + rc = regmap_raw_read(eeprom->regmap, cell->blocks[i].offset,
> + buf + offset, cell->blocks[i].count);
I *think* this is probably OK but please double check that the count
here is in bytes rather than words, it's a bit confusing since I'd read
a count as being in words. Otherwise I think the regmap usage here all
looks good.
Download attachment "signature.asc" of type "application/pgp-signature" (474 bytes)
Powered by blists - more mailing lists