All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 0/6] Clock and PCIe support for Airoha EN7523 SoC
@ 2022-03-14  8:44 ` Felix Fietkau
  0 siblings, 0 replies; 39+ messages in thread
From: Felix Fietkau @ 2022-03-14  8:44 UTC (permalink / raw)
  To: soc, Matthias Brugger; +Cc: linux-mediatek, linux-arm-kernel

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

-- 
2.35.1


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

end of thread, other threads:[~2022-04-25 11:52 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14  8:44 [PATCH v10 0/6] Clock and PCIe support for Airoha EN7523 SoC Felix Fietkau
2022-03-14  8:44 ` Felix Fietkau
2022-03-14  8:44 ` Felix Fietkau
2022-03-14  8:44 ` [PATCH v10 1/6] dt-bindings: Add en7523-scu device tree binding documentation Felix Fietkau
2022-03-14  8:44   ` Felix Fietkau
2022-03-14  8:44   ` Felix Fietkau
2022-04-23  2:12   ` Stephen Boyd
2022-04-23  2:12     ` Stephen Boyd
2022-04-23  2:12     ` Stephen Boyd
2022-04-23  2:13   ` Stephen Boyd
2022-04-23  2:13     ` Stephen Boyd
2022-04-23  2:13     ` Stephen Boyd
2022-03-14  8:44 ` [PATCH v10 2/6] clk: en7523: Add clock driver for Airoha EN7523 SoC Felix Fietkau
2022-03-14  8:44   ` Felix Fietkau
2022-03-14  8:44   ` Felix Fietkau
2022-03-15 16:34   ` Matthias Brugger
2022-03-15 16:34     ` Matthias Brugger
2022-03-15 16:34     ` Matthias Brugger
2022-04-23  2:13   ` Stephen Boyd
2022-04-23  2:13     ` Stephen Boyd
2022-04-23  2:13     ` Stephen Boyd
2022-03-14  8:44 ` [PATCH v10 3/6] ARM: dts: add clock support for Airoha EN7523 Felix Fietkau
2022-03-14  8:44   ` Felix Fietkau
2022-03-14  8:44   ` Felix Fietkau
2022-04-25 11:51   ` Matthias Brugger
2022-04-25 11:51     ` Matthias Brugger
2022-04-25 11:51     ` Matthias Brugger
2022-03-14  8:44 ` [PATCH v10 4/6] dt-bindings: PCI: Add support for Airoha EN7532 Felix Fietkau
2022-03-14  8:44   ` Felix Fietkau
2022-03-14  8:44   ` Felix Fietkau
2022-03-14  8:44 ` [PATCH v10 5/6] PCI: mediatek: Allow building for ARCH_AIROHA Felix Fietkau
2022-03-14  8:44   ` Felix Fietkau
2022-03-14  8:44   ` Felix Fietkau
2022-03-14  8:44 ` [PATCH v10 6/6] ARM: dts: Add PCIe support for Airoha EN7523 Felix Fietkau
2022-03-14  8:44   ` Felix Fietkau
2022-03-14  8:44   ` Felix Fietkau
2022-03-15 23:44 ` [PATCH v10 0/6] Clock and PCIe support for Airoha EN7523 SoC Stephen Boyd
2022-03-15 23:44   ` Stephen Boyd
2022-03-15 23:44   ` Stephen Boyd

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.