mbox series

[V6,0/3] Convert QUP bindings to YAML and add ICC, pin swap doc

Message ID 1588863647-17240-1-git-send-email-akashast@codeaurora.org (mailing list archive)
Headers show
Series Convert QUP bindings to YAML and add ICC, pin swap doc | expand

Message

Akash Asthana May 7, 2020, 3 p.m. UTC
Changes in V6:
 - As per Rob's suggestion moved pin swap documentation from QUP to
   serial.yaml file[PATCH V6 3/3].

Changes in V4:
 - Add interconnect binding patch.
 - Add UART pin swap binding patch.

Akash Asthana (3):
  dt-bindings: geni-se: Convert QUP geni-se bindings to YAML
  dt-bindings: geni-se: Add interconnect binding for GENI QUP
  dt-bindings: serial: Add binding for UART pin swap

 .../devicetree/bindings/serial/serial.yaml         |   6 +
 .../devicetree/bindings/soc/qcom/qcom,geni-se.txt  |  94 ---------
 .../devicetree/bindings/soc/qcom/qcom,geni-se.yaml | 227 +++++++++++++++++++++
 3 files changed, 233 insertions(+), 94 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt
 create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml

Comments

Stephen Boyd May 14, 2020, 2:03 a.m. UTC | #1
Quoting Akash Asthana (2020-05-07 08:00:44)
> Changes in V6:
>  - As per Rob's suggestion moved pin swap documentation from QUP to
>    serial.yaml file[PATCH V6 3/3].
> 
> Changes in V4:
>  - Add interconnect binding patch.
>  - Add UART pin swap binding patch.
> 
> Akash Asthana (3):
>   dt-bindings: geni-se: Convert QUP geni-se bindings to YAML
>   dt-bindings: geni-se: Add interconnect binding for GENI QUP
>   dt-bindings: serial: Add binding for UART pin swap
> 

Who do you intend to pick up these patches? Rob or Greg? I suppose if
it's all in bindings then maybe Rob can pick them up.
Akash Asthana May 18, 2020, 1:16 p.m. UTC | #2
Hi Stephen,

On 5/14/2020 7:33 AM, Stephen Boyd wrote:
> Quoting Akash Asthana (2020-05-07 08:00:44)
>> Changes in V6:
>>   - As per Rob's suggestion moved pin swap documentation from QUP to
>>     serial.yaml file[PATCH V6 3/3].
>>
>> Changes in V4:
>>   - Add interconnect binding patch.
>>   - Add UART pin swap binding patch.
>>
>> Akash Asthana (3):
>>    dt-bindings: geni-se: Convert QUP geni-se bindings to YAML
>>    dt-bindings: geni-se: Add interconnect binding for GENI QUP
>>    dt-bindings: serial: Add binding for UART pin swap
>>
> Who do you intend to pick up these patches? Rob or Greg? I suppose if
> it's all in bindings then maybe Rob can pick them up.

I intended Rob to pick these patches but Greg is maintainer of 
serial.yaml file so I send patches to him as well, I thought I would be 
needing ack from him.

But from your reply it's clear that I should be sending to Rob only.

Regards,

Akash