All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felix Fietkau <nbd@nbd.name>
To: soc@kernel.org, Matthias Brugger <matthias.bgg@gmail.com>
Cc: linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH v10 0/6] Clock and PCIe support for Airoha EN7523 SoC
Date: Mon, 14 Mar 2022 09:44:02 +0100	[thread overview]
Message-ID: <20220314084409.84394-1-nbd@nbd.name> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: Felix Fietkau <nbd@nbd.name>
To: soc@kernel.org, Matthias Brugger <matthias.bgg@gmail.com>
Cc: linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH v10 0/6] Clock and PCIe support for Airoha EN7523 SoC
Date: Mon, 14 Mar 2022 09:44:02 +0100	[thread overview]
Message-ID: <20220314084409.84394-1-nbd@nbd.name> (raw)

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


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Felix Fietkau <nbd@nbd.name>
To: soc@kernel.org, Matthias Brugger <matthias.bgg@gmail.com>
Cc: linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH v10 0/6] Clock and PCIe support for Airoha EN7523 SoC
Date: Mon, 14 Mar 2022 09:44:02 +0100	[thread overview]
Message-ID: <20220314084409.84394-1-nbd@nbd.name> (raw)

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-03-14  8:44 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-14  8:44 Felix Fietkau [this message]
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 ` [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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220314084409.84394-1-nbd@nbd.name \
    --to=nbd@nbd.name \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.