All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add support for Airoha EN7523 SoC
@ 2021-09-07 10:27 ` Bert Vermeulen
  0 siblings, 0 replies; 32+ messages in thread
From: Bert Vermeulen @ 2021-09-07 10:27 UTC (permalink / raw)
  Cc: devicetree, linux-kernel, linux-arm-kernel, John Crispin, Bert Vermeulen

This patchset adds support for the Airoha EN7523 SoC, intended primarily
for xPON/xDSL routers.

v2:
- The company changed name from EcoNet to Airoha.
- Removed Makefile text offset in lieu of /memreserve/ DTS node (see
  https://lists.infradead.org/pipermail/linux-arm-kernel/2021-September/681898.html)
- DTS: Moved /memory node, fixed CPU compatible, removed GIC_CPU_MASK_SIMPLE
  from timer interrupts node, changed timer compatible, and minor fixes.

John Crispin (5):
  dt-bindings: Add vendor prefix for Airoha
  dt-bindings: arm: airoha: Add binding for EN7523 SoC and EVB
  ARM: dts: Add basic support for Airoha EN7523
  ARM: Add basic support for Airoha EN7523 SoC
  ARM: multi_v7_defconfig: Add support for Airoha EN7523 SoC

 .../devicetree/bindings/arm/airoha.yaml       |  27 +++++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm/Kconfig                              |  14 +++
 arch/arm/boot/dts/Makefile                    |   2 +
 arch/arm/boot/dts/en7523-evb.dts              |  26 ++++
 arch/arm/boot/dts/en7523.dtsi                 | 114 ++++++++++++++++++
 arch/arm/configs/multi_v7_defconfig           |   2 +
 7 files changed, 187 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/airoha.yaml
 create mode 100644 arch/arm/boot/dts/en7523-evb.dts
 create mode 100644 arch/arm/boot/dts/en7523.dtsi

-- 
2.25.1


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

end of thread, other threads:[~2021-09-07 15:24 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07 10:27 [PATCH v2 0/5] Add support for Airoha EN7523 SoC Bert Vermeulen
2021-09-07 10:27 ` Bert Vermeulen
2021-09-07 10:27 ` [PATCH v2 1/5] dt-bindings: Add vendor prefix for Airoha Bert Vermeulen
2021-09-07 10:27   ` Bert Vermeulen
2021-09-07 11:13   ` Krzysztof Kozlowski
2021-09-07 11:13     ` Krzysztof Kozlowski
2021-09-07 10:27 ` [PATCH v2 2/5] dt-bindings: arm: airoha: Add binding for EN7523 SoC and EVB Bert Vermeulen
2021-09-07 10:27   ` Bert Vermeulen
2021-09-07 10:27 ` [PATCH v2 3/5] ARM: dts: Add basic support for Airoha EN7523 Bert Vermeulen
2021-09-07 10:27   ` Bert Vermeulen
2021-09-07 10:27 ` [PATCH v2 4/5] ARM: Add basic support for Airoha EN7523 SoC Bert Vermeulen
2021-09-07 10:27   ` Bert Vermeulen
2021-09-07 10:48   ` Daniel Palmer
2021-09-07 10:48     ` Daniel Palmer
2021-09-07 11:51     ` Arnd Bergmann
2021-09-07 11:51       ` Arnd Bergmann
2021-09-07 12:27       ` Daniel Palmer
2021-09-07 12:27         ` Daniel Palmer
2021-09-07 14:11         ` Arnd Bergmann
2021-09-07 14:11           ` Arnd Bergmann
2021-09-07 14:32           ` Daniel Palmer
2021-09-07 14:32             ` Daniel Palmer
2021-09-07 15:22             ` Arnd Bergmann
2021-09-07 15:22               ` Arnd Bergmann
2021-09-07 10:27 ` [PATCH v2 5/5] ARM: multi_v7_defconfig: Add " Bert Vermeulen
2021-09-07 10:27   ` Bert Vermeulen
2021-09-07 10:39   ` Dmitry Osipenko
2021-09-07 10:39     ` Dmitry Osipenko
2021-09-07 10:41     ` Bert Vermeulen
2021-09-07 10:41       ` Bert Vermeulen
2021-09-07 11:03       ` Dmitry Osipenko
2021-09-07 11:03         ` Dmitry Osipenko

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.