* [PATCH] dt-bindings: misc: qcom,fastrpc: Add Maili FastRPC compatible
@ 2026-05-25 6:21 Yijie Yang
2026-05-25 8:37 ` Dmitry Baryshkov
0 siblings, 1 reply; 7+ messages in thread
From: Yijie Yang @ 2026-05-25 6:21 UTC (permalink / raw)
To: Srinivas Kandagatla, Amol Maheshwari, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-msm, dri-devel, devicetree, linux-kernel, Yijie Yang
Document compatible string for the FastRPC interface on the Qualcomm Maili
SoC, which is compatible with the Qualcomm Kaanapali FastRPC and can
fallback to Kaanapali.
Assisted-by: Claude:claude-opus-4-6
Signed-off-by: Yijie Yang <yijie.yang@oss.qualcomm.com>
---
Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
index 2876fdd7c6e6..afe52296bf1d 100644
--- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
+++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
@@ -26,6 +26,7 @@ properties:
- enum:
- qcom,glymur-fastrpc
- qcom,hawi-fastrpc
+ - qcom,maili-fastrpc
- const: qcom,kaanapali-fastrpc
label:
---
base-commit: 550604d6c9b9efc8d068aff94dc301694a7afdee
change-id: 20260512-fastrpc-9f3b691f8e2d
Best regards,
--
Yijie Yang <yijie.yang@oss.qualcomm.com>
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH] dt-bindings: misc: qcom,fastrpc: Add Maili FastRPC compatible
2026-05-25 6:21 [PATCH] dt-bindings: misc: qcom,fastrpc: Add Maili FastRPC compatible Yijie Yang
@ 2026-05-25 8:37 ` Dmitry Baryshkov
2026-05-25 9:37 ` Yijie Yang
0 siblings, 1 reply; 7+ messages in thread
From: Dmitry Baryshkov @ 2026-05-25 8:37 UTC (permalink / raw)
To: Yijie Yang
Cc: Srinivas Kandagatla, Amol Maheshwari, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, dri-devel,
devicetree, linux-kernel
On Mon, May 25, 2026 at 02:21:17PM +0800, Yijie Yang wrote:
> Document compatible string for the FastRPC interface on the Qualcomm Maili
> SoC, which is compatible with the Qualcomm Kaanapali FastRPC and can
> fallback to Kaanapali.
Can I assume that it has the same bus width as Kaanapali?
>
> Assisted-by: Claude:claude-opus-4-6
Claude assisting to write a one-liner patch? It's becoming ridiculous.
> Signed-off-by: Yijie Yang <yijie.yang@oss.qualcomm.com>
> ---
> Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
> index 2876fdd7c6e6..afe52296bf1d 100644
> --- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
> +++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
> @@ -26,6 +26,7 @@ properties:
> - enum:
> - qcom,glymur-fastrpc
> - qcom,hawi-fastrpc
> + - qcom,maili-fastrpc
> - const: qcom,kaanapali-fastrpc
>
> label:
>
> ---
> base-commit: 550604d6c9b9efc8d068aff94dc301694a7afdee
> change-id: 20260512-fastrpc-9f3b691f8e2d
>
> Best regards,
> --
> Yijie Yang <yijie.yang@oss.qualcomm.com>
>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] dt-bindings: misc: qcom,fastrpc: Add Maili FastRPC compatible
2026-05-25 8:37 ` Dmitry Baryshkov
@ 2026-05-25 9:37 ` Yijie Yang
2026-05-25 10:08 ` Dmitry Baryshkov
0 siblings, 1 reply; 7+ messages in thread
From: Yijie Yang @ 2026-05-25 9:37 UTC (permalink / raw)
To: Dmitry Baryshkov
Cc: Srinivas Kandagatla, Amol Maheshwari, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, dri-devel,
devicetree, linux-kernel
On 5/25/2026 4:37 PM, Dmitry Baryshkov wrote:
> On Mon, May 25, 2026 at 02:21:17PM +0800, Yijie Yang wrote:
>> Document compatible string for the FastRPC interface on the Qualcomm Maili
>> SoC, which is compatible with the Qualcomm Kaanapali FastRPC and can
>> fallback to Kaanapali.
>
> Can I assume that it has the same bus width as Kaanapali?
Yes, the DMA width for CDSP and ADSP is the same. If you were referring
to something other than the DMA width, please let me know.
>
>>
>> Assisted-by: Claude:claude-opus-4-6
>
> Claude assisting to write a one-liner patch? It's becoming ridiculous.
This patch was generated alongside a set of Maili-related patches and
was not created specifically on its own.
>
>> Signed-off-by: Yijie Yang <yijie.yang@oss.qualcomm.com>
>> ---
>> Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
>> index 2876fdd7c6e6..afe52296bf1d 100644
>> --- a/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
>> +++ b/Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
>> @@ -26,6 +26,7 @@ properties:
>> - enum:
>> - qcom,glymur-fastrpc
>> - qcom,hawi-fastrpc
>> + - qcom,maili-fastrpc
>> - const: qcom,kaanapali-fastrpc
>>
>> label:
>>
>> ---
>> base-commit: 550604d6c9b9efc8d068aff94dc301694a7afdee
>> change-id: 20260512-fastrpc-9f3b691f8e2d
>>
>> Best regards,
>> --
>> Yijie Yang <yijie.yang@oss.qualcomm.com>
>>
>
--
Best Regards,
Yijie
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] dt-bindings: misc: qcom,fastrpc: Add Maili FastRPC compatible
2026-05-25 9:37 ` Yijie Yang
@ 2026-05-25 10:08 ` Dmitry Baryshkov
2026-05-30 11:20 ` Krzysztof Kozlowski
0 siblings, 1 reply; 7+ messages in thread
From: Dmitry Baryshkov @ 2026-05-25 10:08 UTC (permalink / raw)
To: Yijie Yang
Cc: Srinivas Kandagatla, Amol Maheshwari, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, dri-devel,
devicetree, linux-kernel
On Mon, May 25, 2026 at 05:37:23PM +0800, Yijie Yang wrote:
>
>
> On 5/25/2026 4:37 PM, Dmitry Baryshkov wrote:
> > On Mon, May 25, 2026 at 02:21:17PM +0800, Yijie Yang wrote:
> > > Document compatible string for the FastRPC interface on the Qualcomm Maili
> > > SoC, which is compatible with the Qualcomm Kaanapali FastRPC and can
> > > fallback to Kaanapali.
> >
> > Can I assume that it has the same bus width as Kaanapali?
>
> Yes, the DMA width for CDSP and ADSP is the same. If you were referring to
> something other than the DMA width, please let me know.
Thanks for the confirmation.
>
> >
> > >
> > > Assisted-by: Claude:claude-opus-4-6
> >
> > Claude assisting to write a one-liner patch? It's becoming ridiculous.
>
> This patch was generated alongside a set of Maili-related patches and was
> not created specifically on its own.
Okay...
>
> >
> > > Signed-off-by: Yijie Yang <yijie.yang@oss.qualcomm.com>
> > > ---
> > > Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml | 1 +
> > > 1 file changed, 1 insertion(+)
> > >
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] dt-bindings: misc: qcom,fastrpc: Add Maili FastRPC compatible
2026-05-25 10:08 ` Dmitry Baryshkov
@ 2026-05-30 11:20 ` Krzysztof Kozlowski
2026-06-01 1:23 ` Yijie Yang
0 siblings, 1 reply; 7+ messages in thread
From: Krzysztof Kozlowski @ 2026-05-30 11:20 UTC (permalink / raw)
To: Dmitry Baryshkov
Cc: Yijie Yang, Srinivas Kandagatla, Amol Maheshwari, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, dri-devel,
devicetree, linux-kernel
On Mon, May 25, 2026 at 01:08:54PM +0300, Dmitry Baryshkov wrote:
> On Mon, May 25, 2026 at 05:37:23PM +0800, Yijie Yang wrote:
> >
> >
> > On 5/25/2026 4:37 PM, Dmitry Baryshkov wrote:
> > > On Mon, May 25, 2026 at 02:21:17PM +0800, Yijie Yang wrote:
> > > > Document compatible string for the FastRPC interface on the Qualcomm Maili
> > > > SoC, which is compatible with the Qualcomm Kaanapali FastRPC and can
> > > > fallback to Kaanapali.
> > >
> > > Can I assume that it has the same bus width as Kaanapali?
> >
> > Yes, the DMA width for CDSP and ADSP is the same. If you were referring to
> > something other than the DMA width, please let me know.
>
> Thanks for the confirmation.
>
> >
> > >
> > > >
> > > > Assisted-by: Claude:claude-opus-4-6
> > >
> > > Claude assisting to write a one-liner patch? It's becoming ridiculous.
> >
> > This patch was generated alongside a set of Maili-related patches and was
> > not created specifically on its own.
>
> Okay...
If a human cannot write and validate this one, I see as putting effort
on maintainers.
Dropping from patchwork.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] dt-bindings: misc: qcom,fastrpc: Add Maili FastRPC compatible
2026-05-30 11:20 ` Krzysztof Kozlowski
@ 2026-06-01 1:23 ` Yijie Yang
2026-06-01 9:59 ` Krzysztof Kozlowski
0 siblings, 1 reply; 7+ messages in thread
From: Yijie Yang @ 2026-06-01 1:23 UTC (permalink / raw)
To: Krzysztof Kozlowski, Dmitry Baryshkov
Cc: Srinivas Kandagatla, Amol Maheshwari, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, dri-devel,
devicetree, linux-kernel
On 5/30/2026 7:20 PM, Krzysztof Kozlowski wrote:
> On Mon, May 25, 2026 at 01:08:54PM +0300, Dmitry Baryshkov wrote:
>> On Mon, May 25, 2026 at 05:37:23PM +0800, Yijie Yang wrote:
>>>
>>>
>>> On 5/25/2026 4:37 PM, Dmitry Baryshkov wrote:
>>>> On Mon, May 25, 2026 at 02:21:17PM +0800, Yijie Yang wrote:
>>>>> Document compatible string for the FastRPC interface on the Qualcomm Maili
>>>>> SoC, which is compatible with the Qualcomm Kaanapali FastRPC and can
>>>>> fallback to Kaanapali.
>>>>
>>>> Can I assume that it has the same bus width as Kaanapali?
>>>
>>> Yes, the DMA width for CDSP and ADSP is the same. If you were referring to
>>> something other than the DMA width, please let me know.
>>
>> Thanks for the confirmation.
>>
>>>
>>>>
>>>>>
>>>>> Assisted-by: Claude:claude-opus-4-6
>>>>
>>>> Claude assisting to write a one-liner patch? It's becoming ridiculous.
>>>
>>> This patch was generated alongside a set of Maili-related patches and was
>>> not created specifically on its own.
>>
>> Okay...
>
> If a human cannot write and validate this one, I see as putting effort
> on maintainers.
>
> Dropping from patchwork.
I will write and validate this myself and then remove this tag.
>
> Best regards,
> Krzysztof
>
--
Best Regards,
Yijie
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] dt-bindings: misc: qcom,fastrpc: Add Maili FastRPC compatible
2026-06-01 1:23 ` Yijie Yang
@ 2026-06-01 9:59 ` Krzysztof Kozlowski
0 siblings, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2026-06-01 9:59 UTC (permalink / raw)
To: Yijie Yang, Dmitry Baryshkov
Cc: Srinivas Kandagatla, Amol Maheshwari, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, dri-devel,
devicetree, linux-kernel
On 01/06/2026 03:23, Yijie Yang wrote:
>>>
>>> Okay...
>>
>> If a human cannot write and validate this one, I see as putting effort
>> on maintainers.
>>
>> Dropping from patchwork.
>
> I will write and validate this myself and then remove this tag.
Upstream maintainer's task is not to review AI generated code, but
review people's code. I have no clue which case is here and
unfortunately I make assumptions, usually in favor of less work for me.
If contributors send us AI code, then basically contributors are proxies
between the AI model and maintainer. I don't want to talk with your AI
through you, I have no such interests (and such process would not
scale). Reviewing AI code does not give me actual pleasure of work - I
have zero emotional connection to such code, no pleasure, I simply do
not care and decide to spend my time on something else.
Whether you actually use AI is a different thing, just like using other
tools, but if a trivial patch is done with AI, I don't believe it was
reviewed by you, because writing it is a similar amount of effort, so
obvious choice for me would be to write it by myself.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-06-01 9:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-25 6:21 [PATCH] dt-bindings: misc: qcom,fastrpc: Add Maili FastRPC compatible Yijie Yang
2026-05-25 8:37 ` Dmitry Baryshkov
2026-05-25 9:37 ` Yijie Yang
2026-05-25 10:08 ` Dmitry Baryshkov
2026-05-30 11:20 ` Krzysztof Kozlowski
2026-06-01 1:23 ` Yijie Yang
2026-06-01 9:59 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox