[PATCH v3 net-next 00/10] dt-bindings and mt7621 devicetree changes

Arınç ÜNAL posted 10 patches 2 years ago
There is a newer version of this series
.../mediatek,mt7621-memc.yaml                   |  8 ++-
.../bindings/net/dsa/mediatek,mt7530.yaml       | 34 ++++++-----
.../bindings/net/mediatek,mt7620-gsw.txt        | 24 --------
.../bindings/net/ralink,rt2880-net.txt          | 59 --------------------
.../bindings/net/ralink,rt3050-esw.txt          | 30 ----------
.../boot/dts/ralink/mt7621-gnubee-gb-pc1.dts    |  8 +--
.../boot/dts/ralink/mt7621-gnubee-gb-pc2.dts    | 50 +++++++++++++----
arch/mips/boot/dts/ralink/mt7621.dtsi           | 33 +++++------
8 files changed, 80 insertions(+), 166 deletions(-)
[PATCH v3 net-next 00/10] dt-bindings and mt7621 devicetree changes
Posted by Arınç ÜNAL 2 years ago
Hello there!

This patch series removes old MediaTek bindings, improves mediatek,mt7530
and mt7621 memory controller bindings and improves mt7621 DTs.

v3:
- Explain the mt7621 memory controller binding change in more details.
- Remove explaining the remaining DTC warnings from the patch log as there
are new schemas submitted for them.

v2:
- Change memory controller node name to syscon on the schema example.
- Keep cpu compatible string and syscon on the memory controller node.
- Add Rob and Sergio's tags.

Arınç ÜNAL (10):
  dt-bindings: net: drop old mediatek bindings
  dt-bindings: net: dsa: mediatek,mt7530: change mt7530 switch address
  dt-bindings: net: dsa: mediatek,mt7530: expand gpio-controller
    description
  dt-bindings: memory: mt7621: add syscon as compatible string
  mips: dts: ralink: mt7621: fix some dtc warnings
  mips: dts: ralink: mt7621: remove interrupt-parent from switch node
  mips: dts: ralink: mt7621: change phy-mode of gmac1 to rgmii
  mips: dts: ralink: mt7621: change mt7530 switch address
  mips: dts: ralink: mt7621: fix external phy on GB-PC2
  mips: dts: ralink: mt7621: add GB-PC2 LEDs

 .../mediatek,mt7621-memc.yaml                   |  8 ++-
 .../bindings/net/dsa/mediatek,mt7530.yaml       | 34 ++++++-----
 .../bindings/net/mediatek,mt7620-gsw.txt        | 24 --------
 .../bindings/net/ralink,rt2880-net.txt          | 59 --------------------
 .../bindings/net/ralink,rt3050-esw.txt          | 30 ----------
 .../boot/dts/ralink/mt7621-gnubee-gb-pc1.dts    |  8 +--
 .../boot/dts/ralink/mt7621-gnubee-gb-pc2.dts    | 50 +++++++++++++----
 arch/mips/boot/dts/ralink/mt7621.dtsi           | 33 +++++------
 8 files changed, 80 insertions(+), 166 deletions(-)


Re: [PATCH v3 net-next 00/10] dt-bindings and mt7621 devicetree changes
Posted by Krzysztof Kozlowski 2 years ago
On 18/09/2022 15:41, Arınç ÜNAL wrote:
> Hello there!
> 
> This patch series removes old MediaTek bindings, improves mediatek,mt7530
> and mt7621 memory controller bindings and improves mt7621 DTs.
> 
> v3:
> - Explain the mt7621 memory controller binding change in more details.
> - Remove explaining the remaining DTC warnings from the patch log as there
> are new schemas submitted for them.

Please always describe dependencies. Otherwise I am free to take memory
controllers patch and I expect it will not hurt bisectability.

Best regards,
Krzysztof
Re: [PATCH v3 net-next 00/10] dt-bindings and mt7621 devicetree changes
Posted by Arınç ÜNAL 2 years ago
On 19.09.2022 09:50, Krzysztof Kozlowski wrote:
> On 18/09/2022 15:41, Arınç ÜNAL wrote:
>> Hello there!
>>
>> This patch series removes old MediaTek bindings, improves mediatek,mt7530
>> and mt7621 memory controller bindings and improves mt7621 DTs.
>>
>> v3:
>> - Explain the mt7621 memory controller binding change in more details.
>> - Remove explaining the remaining DTC warnings from the patch log as there
>> are new schemas submitted for them.
> 
> Please always describe dependencies. Otherwise I am free to take memory
> controllers patch and I expect it will not hurt bisectability.

I believe it won't hurt bisectability. I only fix the warnings that I 
describe on the patch log, the warnings do not depend on any other patches.

Arınç