mbox series

[v4,net-next,00/10] dt-bindings and mt7621 devicetree changes

Message ID 20220920172556.16557-1-arinc.unal@arinc9.com (mailing list archive)
Headers show
Series dt-bindings and mt7621 devicetree changes | expand

Message

Arınç ÜNAL Sept. 20, 2022, 5:25 p.m. UTC
Hello there!

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

v4:
- Keep memory-controller node name.
- Change syscon to memory-controller on mt7621.dtsi.

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                   |  6 +-
 .../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           | 35 +++++-------
 8 files changed, 80 insertions(+), 166 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 23, 2022, 10:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Tue, 20 Sep 2022 20:25:46 +0300 you wrote:
> Hello there!
> 
> This patch series removes old MediaTek bindings, improves mediatek,mt7530
> and mt7621 memory controller bindings and improves mt7621 DTs.
> 
> v4:
> - Keep memory-controller node name.
> - Change syscon to memory-controller on mt7621.dtsi.
> 
> [...]

Here is the summary with links:
  - [v4,net-next,01/10] dt-bindings: net: drop old mediatek bindings
    https://git.kernel.org/netdev/net-next/c/e8619b05870d
  - [v4,net-next,02/10] dt-bindings: net: dsa: mediatek,mt7530: change mt7530 switch address
    https://git.kernel.org/netdev/net-next/c/3737c6aaf22d
  - [v4,net-next,03/10] dt-bindings: net: dsa: mediatek,mt7530: expand gpio-controller description
    https://git.kernel.org/netdev/net-next/c/0fbca84eea37
  - [v4,net-next,04/10] dt-bindings: memory: mt7621: add syscon as compatible string
    https://git.kernel.org/netdev/net-next/c/862b19b7d4a1
  - [v4,net-next,05/10] mips: dts: ralink: mt7621: fix some dtc warnings
    https://git.kernel.org/netdev/net-next/c/5ae75a1ae5c9
  - [v4,net-next,06/10] mips: dts: ralink: mt7621: remove interrupt-parent from switch node
    https://git.kernel.org/netdev/net-next/c/08b9eaf454ee
  - [v4,net-next,07/10] mips: dts: ralink: mt7621: change phy-mode of gmac1 to rgmii
    https://git.kernel.org/netdev/net-next/c/97721e84f546
  - [v4,net-next,08/10] mips: dts: ralink: mt7621: change mt7530 switch address
    https://git.kernel.org/netdev/net-next/c/2b653a373b41
  - [v4,net-next,09/10] mips: dts: ralink: mt7621: fix external phy on GB-PC2
    https://git.kernel.org/netdev/net-next/c/247825f991b3
  - [v4,net-next,10/10] mips: dts: ralink: mt7621: add GB-PC2 LEDs
    https://git.kernel.org/netdev/net-next/c/394c3032fe0e

You are awesome, thank you!
Krzysztof Kozlowski Sept. 23, 2022, 1:02 p.m. UTC | #2
On 23/09/2022 12:10, patchwork-bot+netdevbpf@kernel.org wrote:
> Hello:
> 
> This series was applied to netdev/net-next.git (master)
> by David S. Miller <davem@davemloft.net>:
> 
> On Tue, 20 Sep 2022 20:25:46 +0300 you wrote:
>> Hello there!
>>
>> This patch series removes old MediaTek bindings, improves mediatek,mt7530
>> and mt7621 memory controller bindings and improves mt7621 DTs.
>>
>> v4:
>> - Keep memory-controller node name.
>> - Change syscon to memory-controller on mt7621.dtsi.
>>
>> [...]
> 
> Here is the summary with links:
>   - [v4,net-next,01/10] dt-bindings: net: drop old mediatek bindings
>     https://git.kernel.org/netdev/net-next/c/e8619b05870d
>   - [v4,net-next,02/10] dt-bindings: net: dsa: mediatek,mt7530: change mt7530 switch address
>     https://git.kernel.org/netdev/net-next/c/3737c6aaf22d
>   - [v4,net-next,03/10] dt-bindings: net: dsa: mediatek,mt7530: expand gpio-controller description
>     https://git.kernel.org/netdev/net-next/c/0fbca84eea37
>   - [v4,net-next,04/10] dt-bindings: memory: mt7621: add syscon as compatible string
>     https://git.kernel.org/netdev/net-next/c/862b19b7d4a1
>   - [v4,net-next,05/10] mips: dts: ralink: mt7621: fix some dtc warnings
>     https://git.kernel.org/netdev/net-next/c/5ae75a1ae5c9
>   - [v4,net-next,06/10] mips: dts: ralink: mt7621: remove interrupt-parent from switch node
>     https://git.kernel.org/netdev/net-next/c/08b9eaf454ee
>   - [v4,net-next,07/10] mips: dts: ralink: mt7621: change phy-mode of gmac1 to rgmii
>     https://git.kernel.org/netdev/net-next/c/97721e84f546
>   - [v4,net-next,08/10] mips: dts: ralink: mt7621: change mt7530 switch address
>     https://git.kernel.org/netdev/net-next/c/2b653a373b41
>   - [v4,net-next,09/10] mips: dts: ralink: mt7621: fix external phy on GB-PC2
>     https://git.kernel.org/netdev/net-next/c/247825f991b3
>   - [v4,net-next,10/10] mips: dts: ralink: mt7621: add GB-PC2 LEDs
>     https://git.kernel.org/netdev/net-next/c/394c3032fe0e


DTS patches should not go via network tree... We keep them separate on
purpose - to split hardware description from OS-specific implementation.

Best regards,
Krzysztof