[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <629e761b-e3ad-0861-1937-ad660a8a900b@linaro.org>
Date: Thu, 16 Jun 2022 06:55:06 -0700
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Tinghan Shen <tinghan.shen@...iatek.com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Matthias Brugger <matthias.bgg@...il.com>,
Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>,
Liam Girdwood <lgirdwood@...il.com>,
Peter Ujfalusi <peter.ujfalusi@...ux.intel.com>,
Bard Liao <yung-chuan.liao@...ux.intel.com>,
Ranjani Sridharan <ranjani.sridharan@...ux.intel.com>,
Kai Vehmanen <kai.vehmanen@...ux.intel.com>,
Daniel Baluta <daniel.baluta@....com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>, YC Hung <yc.hung@...iatek.com>,
Curtis Malainey <cujomalainey@...omium.org>,
Allen-KH Cheng <allen-kh.cheng@...iatek.com>
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org,
sound-open-firmware@...a-project.org, alsa-devel@...a-project.org,
Project_Global_Chrome_Upstream_Group@...iatek.com
Subject: Re: [PATCH v3 1/4] dt-bindings: dsp: mediatek: Use meaningful names
for mbox
On 16/06/2022 00:30, Tinghan Shen wrote:
> Rename mbox according to actions instead of 'mbox0' and 'mbox1'.
>
> Signed-off-by: Tinghan Shen <tinghan.shen@...iatek.com>
> ---
> .../devicetree/bindings/dsp/mediatek,mt8195-dsp.yaml | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/dsp/mediatek,mt8195-dsp.yaml b/Documentation/devicetree/bindings/dsp/mediatek,mt8195-dsp.yaml
> index b7e68b0dfa13..ca8d8661f872 100644
> --- a/Documentation/devicetree/bindings/dsp/mediatek,mt8195-dsp.yaml
> +++ b/Documentation/devicetree/bindings/dsp/mediatek,mt8195-dsp.yaml
> @@ -50,13 +50,13 @@ properties:
>
> mboxes:
> items:
> - - description: ipc reply between host and audio DSP.
> - - description: ipc request between host and audio DSP.
> + - description: mailbox for receiving audio DSP requests.
> + - description: mailbox for transmitting requests to audio DSP.
>
> mbox-names:
> items:
> - - const: mbox0
> - - const: mbox1
> + - const: rx
> + - const: tx
>
Commit msg lacks important piece - do you break any users with this? Do
you have any users of this binding?
Best regards,
Krzysztof
Powered by blists - more mailing lists