mbox series

[v10,0/6] Clock and PCIe support for Airoha EN7523 SoC

Message ID 20220314084409.84394-1-nbd@nbd.name (mailing list archive)
Headers show
Series Clock and PCIe support for Airoha EN7523 SoC | expand

Message

Felix Fietkau March 14, 2022, 8:44 a.m. UTC
This patchset adds the remaining patches needed from the last Airoha EN7523
SoC support series

Felix Fietkau (4):
  clk: en7523: Add clock driver for Airoha EN7523 SoC
  ARM: dts: add clock support for Airoha EN7523
  PCI: mediatek: Allow building for ARCH_AIROHA
  ARM: dts: Add PCIe support for Airoha EN7523

John Crispin (2):
  dt-bindings: Add en7523-scu device tree binding documentation
  dt-bindings: PCI: Add support for Airoha EN7532

 .../bindings/clock/airoha,en7523-scu.yaml     |  58 +++
 .../devicetree/bindings/pci/mediatek-pcie.txt |   1 +
 arch/arm/boot/dts/en7523-evb.dts              |   8 +
 arch/arm/boot/dts/en7523.dtsi                 |  66 ++++
 drivers/clk/Kconfig                           |   9 +
 drivers/clk/Makefile                          |   1 +
 drivers/clk/clk-en7523.c                      | 351 ++++++++++++++++++
 drivers/pci/controller/Kconfig                |   2 +-
 include/dt-bindings/clock/en7523-clk.h        |  17 +
 9 files changed, 512 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/clock/airoha,en7523-scu.yaml
 create mode 100644 drivers/clk/clk-en7523.c
 create mode 100644 include/dt-bindings/clock/en7523-clk.h

Comments

Stephen Boyd March 15, 2022, 11:44 p.m. UTC | #1
Quoting Felix Fietkau (2022-03-14 01:44:02)
> This patchset adds the remaining patches needed from the last Airoha EN7523
> SoC support series

Please add a changelog here, preferably with lore links to previous
revisions. It helps folks recall the patch series.