From: Mark Brown <broonie@kernel.org>
To: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Cc: “Ryan <ryan.lee.analog@gmail.com>,
lgirdwood@gmail.com, perex@perex.cz, tiwai@suse.com,
krzysztof.kozlowski@linaro.org, rf@opensource.cirrus.com,
ckeepax@opensource.cirrus.com, herve.codina@bootlin.com,
wangweidong.a@awinic.com, james.schulman@cirrus.com,
ajye_huang@compal.corp-partner.google.com, shumingf@realtek.com,
povik+lin@cutebit.org, flatmax@flatmax.com,
linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org,
robh+dt@kernel.org, devicetree@vger.kernel.org,
ryans.lee@analog.com
Subject: Re: [PATCH 1/2] ASoC: max98363: add soundwire amplifier driver
Date: Mon, 27 Feb 2023 18:44:32 +0000 [thread overview]
Message-ID: <Y/z6EB+0beX2Ji2h@sirena.org.uk> (raw)
In-Reply-To: <d95d15f3-34c3-32df-1a50-0ebce35bf81f@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 2305 bytes --]
On Mon, Feb 27, 2023 at 01:19:15PM -0500, Pierre-Louis Bossart wrote:
> On 2/27/23 12:47, Mark Brown wrote:
> > On Mon, Feb 27, 2023 at 10:17:45AM -0500, Pierre-Louis Bossart wrote:
> >> That seems wrong, why would you declare standard registers that are
> >> known to the bus and required to be implemented?
> > This is the register defaults table, it gets used to initialise the
> > register cache and optimise resync after suspend - all this does is
> > supply defaults for the cache. That said...
> > I would suggest it's better to not supply defaults for ID registers and
> > read them back from the device otherwise things might get confused.
> The 'device_id' register is the good counter example: it includes a
> 'unique_id' field to deal with cases where there are identical devices
> on the same link. The unique_id is usually set with board-specific
> pin-strapping, so there's no good default value here. In previous Maxim
> 98373 amplifier configurations the unique IDs were 3 and 7 IIRC. The
> codec driver should not, rather shall not, assume any specific value here.
Yes, as I said above ID registers in particular are often better off
handled as volatile even ignoring any potential for them to show
variable configuration information.
> > ...if there's an issue with the SoundWire core modifying the registers
> > directly then the driver would need to mark all the core registers as
> > volatile so that they're not cached otherwise there will be collisions.
> > Or is it the case that we always need to go via the SoundWire core for
> > the generic registers, so they should just never be written at all?
> It's really that the SoundWire core will 'own' or take care of all
> 'standard' programming registers. There is no good reason for a codec
> driver to interfere with standard port programming or clock stop. The
> bus provides a set of callbacks that can be used for vendor-specific
> registers and sequences.
> Put differently, SoundWire codec drivers should only deal with
> non-standard vendor-specific registers.
OK, it'd be good to be clear about what the issue is when reviewing
things. The registers *are* in the device's register map but the driver
shouldn't be referencing them at all and should instead be going via the
SoundWire core for anything in there.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2023-02-27 18:44 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-24 1:08 “Ryan
2023-02-24 1:08 ` [PATCH 2/2] ASoC: dt-bindings: " “Ryan
2023-02-24 9:59 ` Krzysztof Kozlowski
[not found] ` <167721259313.5904.2321260293669174372.robh@kernel.org>
2023-03-10 1:32 ` Lee, RyanS
2023-02-24 7:56 ` [PATCH 1/2] ASoC: " Nuno Sá
2023-03-10 1:34 ` Lee, RyanS
2023-02-27 15:17 ` Pierre-Louis Bossart
2023-02-27 17:47 ` Mark Brown
2023-02-27 18:19 ` Pierre-Louis Bossart
2023-02-27 18:44 ` Mark Brown [this message]
2023-02-27 22:37 ` Lee, RyanS
2023-02-27 23:38 ` Pierre-Louis Bossart
2023-03-10 1:37 ` Lee, RyanS
2023-03-10 1:36 ` Lee, RyanS
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=Y/z6EB+0beX2Ji2h@sirena.org.uk \
--to=broonie@kernel.org \
--cc=ajye_huang@compal.corp-partner.google.com \
--cc=alsa-devel@alsa-project.org \
--cc=ckeepax@opensource.cirrus.com \
--cc=devicetree@vger.kernel.org \
--cc=flatmax@flatmax.com \
--cc=herve.codina@bootlin.com \
--cc=james.schulman@cirrus.com \
--cc=krzysztof.kozlowski@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=povik+lin@cutebit.org \
--cc=rf@opensource.cirrus.com \
--cc=robh+dt@kernel.org \
--cc=ryan.lee.analog@gmail.com \
--cc=ryans.lee@analog.com \
--cc=shumingf@realtek.com \
--cc=tiwai@suse.com \
--cc=wangweidong.a@awinic.com \
/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
all inboxes | Powered by JetHome®