From: Mark Brown <broonie@kernel.org>
To: "Andrew F. Davis" <afd@ti.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/3] regcache: flat: Add valid bit to this cache type
Date: Mon, 8 Jan 2018 16:36:06 +0000 [thread overview]
Message-ID: <20180108163606.GH11698@sirena.org.uk> (raw)
In-Reply-To: <4daf0acd-2d50-5873-212e-618e7b6d8123@ti.com>
[-- Attachment #1: Type: text/plain, Size: 853 bytes --]
On Mon, Jan 08, 2018 at 10:25:28AM -0600, Andrew F. Davis wrote:
> I can understand the need for a fast cache type, but without this change
> the implementation is simply wrong IMHO. Reading from a register that
> has not been read/written to should not just assume the default value is
> 0, it should first read and load the real initial value into the cache,
> just like other cache types do.
Users are supposed to ensure that the cache is fully initialized either
by supplying defaults or writing to all the registers. Adding reads is
problematic since we'd suddenly start reading from hardware which might
not like it.
> Also, it looks like this cache type is used mostly in I2C devices
> (outside of sound/soc/, where in there, like you said MMIO devices are
> more common).
Sounds like a good thing to do an audit and contribute fixes for...
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2018-01-08 16:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-07 23:22 [PATCH 1/3] regcache: flat: Use cache element type in sizeof Andrew F. Davis
2018-01-07 23:22 ` [PATCH 2/3] regcache: flat: Un-inline index lookup from cache access Andrew F. Davis
2018-01-07 23:22 ` [PATCH 3/3] regcache: flat: Add valid bit to this cache type Andrew F. Davis
2018-01-08 12:08 ` Mark Brown
2018-01-08 16:25 ` Andrew F. Davis
2018-01-08 16:36 ` Mark Brown [this message]
2018-01-08 16:46 ` Andrew F. Davis
2018-01-09 16:24 ` Mark Brown
2018-01-09 17:47 ` Andrew F. Davis
2018-01-10 12:02 ` Mark Brown
2018-01-08 11:59 ` [PATCH 1/3] regcache: flat: Use cache element type in sizeof Mark Brown
2018-01-08 16:25 ` Andrew F. Davis
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=20180108163606.GH11698@sirena.org.uk \
--to=broonie@kernel.org \
--cc=afd@ti.com \
--cc=linux-kernel@vger.kernel.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