All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/8] document dt-schema and fix node names for some USB Ethernet controllers
@ 2022-02-16  7:49 ` Oleksij Rempel
  0 siblings, 0 replies; 46+ messages in thread
From: Oleksij Rempel @ 2022-02-16  7:49 UTC (permalink / raw)
  To: Benoît Cousson, David S. Miller, Florian Fainelli,
	Jakub Kicinski, Krzysztof Kozlowski, Nicolas Saenz Julienne,
	Ray Jui, Rob Herring, Sascha Hauer, Scott Branden, Shawn Guo,
	Tony Lindgren
  Cc: Oleksij Rempel, kernel, bcm-kernel-feedback-list, netdev,
	devicetree, linux-kernel, linux-usb, linux-rpi-kernel,
	linux-arm-kernel, linux-samsung-soc, linux-omap, linux-tegra

changes v5:
- move compatible string changes to a separate patch
- add note about possible regressions

changes v4:
- reword commit logs.
- add note about compatible fix

Oleksij Rempel (9):
  dt-bindings: net: add schema for ASIX USB Ethernet controllers
  dt-bindings: net: add schema for Microchip/SMSC LAN95xx USB Ethernet
    controllers
  dt-bindings: usb: ci-hdrc-usb2: fix node node for ethernet controller
  ARM: dts: bcm283x: fix ethernet node name
  ARM: dts: exynos: fix ethernet node name for different odroid boards
  ARM: dts: exynos: fix compatible strings for Ethernet USB devices
  ARM: dts: omap3/4/5: fix ethernet node name for different OMAP boards
  ARM: dts: tegra20/30: fix ethernet node name for different tegra
    boards
  arm64: dts: imx8mm-kontron: fix ethernet node name

 .../devicetree/bindings/net/asix,ax88178.yaml | 68 ++++++++++++++++
 .../bindings/net/microchip,lan95xx.yaml       | 80 +++++++++++++++++++
 .../devicetree/bindings/usb/ci-hdrc-usb2.txt  |  2 +-
 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi   |  2 +-
 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi   |  2 +-
 arch/arm/boot/dts/exynos4412-odroidu3.dts     |  4 +-
 arch/arm/boot/dts/exynos4412-odroidx.dts      |  8 +-
 arch/arm/boot/dts/exynos5410-odroidxu.dts     |  4 +-
 .../boot/dts/exynos5422-odroidxu3-lite.dts    |  6 +-
 arch/arm/boot/dts/exynos5422-odroidxu3.dts    |  6 +-
 arch/arm/boot/dts/omap3-beagle-xm.dts         |  2 +-
 arch/arm/boot/dts/omap4-panda-common.dtsi     |  2 +-
 arch/arm/boot/dts/omap5-igep0050.dts          |  2 +-
 arch/arm/boot/dts/omap5-uevm.dts              |  2 +-
 arch/arm/boot/dts/tegra20-colibri.dtsi        |  2 +-
 arch/arm/boot/dts/tegra30-colibri.dtsi        |  2 +-
 arch/arm/boot/dts/tegra30-ouya.dts            |  2 +-
 .../dts/freescale/imx8mm-kontron-n801x-s.dts  |  2 +-
 18 files changed, 173 insertions(+), 25 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/asix,ax88178.yaml
 create mode 100644 Documentation/devicetree/bindings/net/microchip,lan95xx.yaml

-- 
2.30.2


^ permalink raw reply	[flat|nested] 46+ messages in thread

end of thread, other threads:[~2022-04-21 10:48 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-16  7:49 [PATCH v5 0/8] document dt-schema and fix node names for some USB Ethernet controllers Oleksij Rempel
2022-02-16  7:49 ` Oleksij Rempel
2022-02-16  7:49 ` [PATCH v5 1/9] dt-bindings: net: add schema for ASIX " Oleksij Rempel
2022-02-16  7:49   ` Oleksij Rempel
2022-02-24 17:13   ` Rob Herring
2022-02-24 17:13     ` Rob Herring
2022-02-16  7:49 ` [PATCH v5 2/9] dt-bindings: net: add schema for Microchip/SMSC LAN95xx " Oleksij Rempel
2022-02-16  7:49   ` Oleksij Rempel
2022-02-24 17:18   ` Rob Herring
2022-02-24 17:18     ` Rob Herring
2022-02-25  8:40     ` Oleksij Rempel
2022-02-25  8:40       ` Oleksij Rempel
2022-02-16  7:49 ` [PATCH v5 3/9] dt-bindings: usb: ci-hdrc-usb2: fix node node for ethernet controller Oleksij Rempel
2022-02-16  7:49   ` Oleksij Rempel
2022-02-24 17:19   ` Rob Herring
2022-02-24 17:19     ` Rob Herring
2022-02-16  7:49 ` [PATCH v5 4/9] ARM: dts: bcm283x: fix ethernet node name Oleksij Rempel
2022-02-16  7:49   ` Oleksij Rempel
2022-04-04 16:44   ` Florian Fainelli
2022-04-04 16:44     ` Florian Fainelli
2022-02-16  7:49 ` [PATCH v5 5/9] ARM: dts: exynos: fix ethernet node name for different odroid boards Oleksij Rempel
2022-02-16  7:49   ` Oleksij Rempel
2022-03-08 11:02   ` Krzysztof Kozlowski
2022-03-08 11:02     ` Krzysztof Kozlowski
2022-03-08 11:15     ` Oleksij Rempel
2022-03-08 11:15       ` Oleksij Rempel
2022-04-04 16:40   ` (subset) " Krzysztof Kozlowski
2022-04-04 16:40     ` Krzysztof Kozlowski
2022-02-16  7:49 ` [PATCH v5 6/9] ARM: dts: exynos: fix compatible strings for Ethernet USB devices Oleksij Rempel
2022-02-16  7:49   ` Oleksij Rempel
2022-04-04 16:40   ` (subset) " Krzysztof Kozlowski
2022-04-04 16:40     ` Krzysztof Kozlowski
2022-02-16  7:49 ` [PATCH v5 7/9] ARM: dts: omap3/4/5: fix ethernet node name for different OMAP boards Oleksij Rempel
2022-02-16  7:49   ` Oleksij Rempel
2022-04-21 10:47   ` Tony Lindgren
2022-04-21 10:47     ` Tony Lindgren
2022-02-16  7:49 ` [PATCH v5 8/9] ARM: dts: tegra20/30: fix ethernet node name for different tegra boards Oleksij Rempel
2022-02-16  7:49   ` Oleksij Rempel
2022-02-16  7:49 ` [PATCH v5 9/9] arm64: dts: imx8mm-kontron: fix ethernet node name Oleksij Rempel
2022-02-16  7:49   ` Oleksij Rempel
2022-04-06  1:13   ` Shawn Guo
2022-04-06  1:13     ` Shawn Guo
2022-04-06  7:11     ` Frieder Schrempf
2022-04-06  7:11       ` Frieder Schrempf
2022-04-06 12:51   ` Shawn Guo
2022-04-06 12:51     ` Shawn Guo

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.