From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: Conor Dooley <conor@kernel.org>
Cc: linux-scsi@vger.kernel.org, alim.akhtar@samsung.com,
avri.altman@wdc.com, bvanassche@acm.org, robh@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
peter.wang@mediatek.com, chu.stanley@gmail.com,
jejb@linux.ibm.com, martin.petersen@oracle.com,
lgirdwood@gmail.com, broonie@kernel.org, matthias.bgg@gmail.com,
stanley.chu@mediatek.com, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 7/8] dt-bindings: ufs: mediatek,ufs: Document additional clocks
Date: Thu, 11 Apr 2024 17:23:35 +0200 [thread overview]
Message-ID: <229eeabc-7e70-4b09-997f-356e85e748dc@collabora.com> (raw)
In-Reply-To: <20240411-curvy-satirical-8c50cf79d703@spud>
Il 11/04/24 17:18, Conor Dooley ha scritto:
> On Thu, Apr 11, 2024 at 05:14:34PM +0200, AngeloGioacchino Del Regno wrote:
>> Il 11/04/24 17:10, Conor Dooley ha scritto:
>>> On Thu, Apr 11, 2024 at 01:42:59PM +0200, AngeloGioacchino Del Regno wrote:
>>>> Add additional clocks, used on all MediaTek SoCs' UFSHCI controllers:
>>>
>>> I appreciate being told they're on all, rather than it being unsaid and
>>> having to ask.
>>>
>>
>> You're welcome :-)
>>
>>>> some of these clocks are optional and used only for scaling purposes
>>>> to save power, or to improve performance in the case of the crypt
>>>> clocks.
>>>>
>>>> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
>>>> ---
>>>> .../devicetree/bindings/ufs/mediatek,ufs.yaml | 14 +++++++++++++-
>>>> 1 file changed, 13 insertions(+), 1 deletion(-)
>>>>
>>>> diff --git a/Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml b/Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml
>>>> index e2c276da3f2c..21b038db100c 100644
>>>> --- a/Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml
>>>> +++ b/Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml
>>>> @@ -26,11 +26,23 @@ properties:
>>>> - const: mediatek,mt8183-ufshci
>>>> clocks:
>>>> - maxItems: 1
>>>> + minItems: 1
>>>
>>> Could you add an itemised list to the clocks property please?
>>>
>>
>> Not really... Honestly, I'm not confident that the description will be 100%
>> correct for all of them... can we do that at a later time, when I will be
>> really that much confident in writing down a proper description for each
>> of them?
>>
>> The only thing that I'm really sure of is exactly what I wrote in this commit,
>> nothing less, nothing more... for now :')
>
> fwiw, my motivation here was a better explanation for what "ufs" means
> as a clock. When the block has some "ufs" clock and a "axi" clock it's
> kinda clear what they do, but with 7 ufs clocks now, it's not really
> clear what the bare "ufs" one actually does.
>
> If you can't provide an itemised list, please set maxitems.
>
Not exactly right now, as I said. I will set maxItems instead.
By the way, "ufs" == "core", I didn't want to rename that one to avoid
breaking changes, of course.
>>>> clock-names:
>>>> + minItems: 1
>>>> items:
>>>> - const: ufs
>>>> + - const: ufs-aes
>>>
>>>
>>>> + - const: ufs-tick
>>>> + - const: unipro-sys
>>>> + - const: unipro-tick
>>>> + - const: ufs-sap
>>>> + - const: ufs-tx-symbol
>>>> + - const: ufs-rx-symbol
>>>> + - const: ufs-mem
>>>> + - const: crypt-mux
>>>> + - const: crypt-lp
>>>> + - const: crypt-perf
>>>> phys:
>>>> maxItems: 1
>>>> --
>>>> 2.44.0
>>>>
>>
WARNING: multiple messages have this Message-ID (diff)
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: Conor Dooley <conor@kernel.org>
Cc: linux-scsi@vger.kernel.org, alim.akhtar@samsung.com,
avri.altman@wdc.com, bvanassche@acm.org, robh@kernel.org,
krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
peter.wang@mediatek.com, chu.stanley@gmail.com,
jejb@linux.ibm.com, martin.petersen@oracle.com,
lgirdwood@gmail.com, broonie@kernel.org, matthias.bgg@gmail.com,
stanley.chu@mediatek.com, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 7/8] dt-bindings: ufs: mediatek,ufs: Document additional clocks
Date: Thu, 11 Apr 2024 17:23:35 +0200 [thread overview]
Message-ID: <229eeabc-7e70-4b09-997f-356e85e748dc@collabora.com> (raw)
In-Reply-To: <20240411-curvy-satirical-8c50cf79d703@spud>
Il 11/04/24 17:18, Conor Dooley ha scritto:
> On Thu, Apr 11, 2024 at 05:14:34PM +0200, AngeloGioacchino Del Regno wrote:
>> Il 11/04/24 17:10, Conor Dooley ha scritto:
>>> On Thu, Apr 11, 2024 at 01:42:59PM +0200, AngeloGioacchino Del Regno wrote:
>>>> Add additional clocks, used on all MediaTek SoCs' UFSHCI controllers:
>>>
>>> I appreciate being told they're on all, rather than it being unsaid and
>>> having to ask.
>>>
>>
>> You're welcome :-)
>>
>>>> some of these clocks are optional and used only for scaling purposes
>>>> to save power, or to improve performance in the case of the crypt
>>>> clocks.
>>>>
>>>> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
>>>> ---
>>>> .../devicetree/bindings/ufs/mediatek,ufs.yaml | 14 +++++++++++++-
>>>> 1 file changed, 13 insertions(+), 1 deletion(-)
>>>>
>>>> diff --git a/Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml b/Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml
>>>> index e2c276da3f2c..21b038db100c 100644
>>>> --- a/Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml
>>>> +++ b/Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml
>>>> @@ -26,11 +26,23 @@ properties:
>>>> - const: mediatek,mt8183-ufshci
>>>> clocks:
>>>> - maxItems: 1
>>>> + minItems: 1
>>>
>>> Could you add an itemised list to the clocks property please?
>>>
>>
>> Not really... Honestly, I'm not confident that the description will be 100%
>> correct for all of them... can we do that at a later time, when I will be
>> really that much confident in writing down a proper description for each
>> of them?
>>
>> The only thing that I'm really sure of is exactly what I wrote in this commit,
>> nothing less, nothing more... for now :')
>
> fwiw, my motivation here was a better explanation for what "ufs" means
> as a clock. When the block has some "ufs" clock and a "axi" clock it's
> kinda clear what they do, but with 7 ufs clocks now, it's not really
> clear what the bare "ufs" one actually does.
>
> If you can't provide an itemised list, please set maxitems.
>
Not exactly right now, as I said. I will set maxItems instead.
By the way, "ufs" == "core", I didn't want to rename that one to avoid
breaking changes, of course.
>>>> clock-names:
>>>> + minItems: 1
>>>> items:
>>>> - const: ufs
>>>> + - const: ufs-aes
>>>
>>>
>>>> + - const: ufs-tick
>>>> + - const: unipro-sys
>>>> + - const: unipro-tick
>>>> + - const: ufs-sap
>>>> + - const: ufs-tx-symbol
>>>> + - const: ufs-rx-symbol
>>>> + - const: ufs-mem
>>>> + - const: crypt-mux
>>>> + - const: crypt-lp
>>>> + - const: crypt-perf
>>>> phys:
>>>> maxItems: 1
>>>> --
>>>> 2.44.0
>>>>
>>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2024-04-11 15:23 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-11 11:42 [PATCH v2 0/8] MediaTek UFS fixes and cleanups - Part 1 AngeloGioacchino Del Regno
2024-04-11 11:42 ` AngeloGioacchino Del Regno
2024-04-11 11:42 ` [PATCH v2 1/8] scsi: ufs: ufs-mediatek: Remove useless mediatek,ufs-support-va09 property AngeloGioacchino Del Regno
2024-04-11 11:42 ` AngeloGioacchino Del Regno
2024-04-11 11:42 ` [PATCH v2 2/8] scsi: ufs: ufs-mediatek: Fix property name for crypt boost voltage AngeloGioacchino Del Regno
2024-04-11 11:42 ` AngeloGioacchino Del Regno
2024-04-11 11:42 ` [PATCH v2 3/8] scsi: ufs: ufs-mediatek: Remove useless mediatek,ufs-boost-crypt property AngeloGioacchino Del Regno
2024-04-11 11:42 ` AngeloGioacchino Del Regno
2024-04-11 11:42 ` [PATCH v2 4/8] scsi: ufs: ufs-mediatek: Avoid underscores in crypt clock names AngeloGioacchino Del Regno
2024-04-11 11:42 ` AngeloGioacchino Del Regno
2024-04-11 11:42 ` [PATCH v2 5/8] dt-bindings: ufs: mediatek,ufs: Document MT8192 compatible with MT8183 AngeloGioacchino Del Regno
2024-04-11 11:42 ` AngeloGioacchino Del Regno
2024-04-11 15:07 ` Conor Dooley
2024-04-11 15:07 ` Conor Dooley
2024-04-11 15:11 ` AngeloGioacchino Del Regno
2024-04-11 15:11 ` AngeloGioacchino Del Regno
2024-04-11 11:42 ` [PATCH v2 6/8] dt-bindings: ufs: mediatek,ufs: Document MT8195 compatible AngeloGioacchino Del Regno
2024-04-11 11:42 ` AngeloGioacchino Del Regno
2024-04-11 15:07 ` Conor Dooley
2024-04-11 15:07 ` Conor Dooley
2024-04-11 11:42 ` [PATCH v2 7/8] dt-bindings: ufs: mediatek,ufs: Document additional clocks AngeloGioacchino Del Regno
2024-04-11 11:42 ` AngeloGioacchino Del Regno
2024-04-11 15:10 ` Conor Dooley
2024-04-11 15:10 ` Conor Dooley
2024-04-11 15:14 ` AngeloGioacchino Del Regno
2024-04-11 15:14 ` AngeloGioacchino Del Regno
2024-04-11 15:18 ` Conor Dooley
2024-04-11 15:18 ` Conor Dooley
2024-04-11 15:23 ` AngeloGioacchino Del Regno [this message]
2024-04-11 15:23 ` AngeloGioacchino Del Regno
2024-04-11 11:43 ` [PATCH v2 8/8] dt-bindings: ufs: mediatek,ufs: Document optional dvfsrc/va09 regulators AngeloGioacchino Del Regno
2024-04-11 11:43 ` AngeloGioacchino Del Regno
2024-04-11 15:11 ` Conor Dooley
2024-04-11 15:11 ` Conor Dooley
2024-04-11 15:15 ` AngeloGioacchino Del Regno
2024-04-11 15:15 ` AngeloGioacchino Del Regno
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=229eeabc-7e70-4b09-997f-356e85e748dc@collabora.com \
--to=angelogioacchino.delregno@collabora.com \
--cc=alim.akhtar@samsung.com \
--cc=avri.altman@wdc.com \
--cc=broonie@kernel.org \
--cc=bvanassche@acm.org \
--cc=chu.stanley@gmail.com \
--cc=conor+dt@kernel.org \
--cc=conor@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jejb@linux.ibm.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=matthias.bgg@gmail.com \
--cc=peter.wang@mediatek.com \
--cc=robh@kernel.org \
--cc=stanley.chu@mediatek.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.