From: Christian Marangi <ansuelsmth@gmail.com>
To: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>,
Tom Rini <trini@konsulko.com>, Lukasz Majewski <lukma@denx.de>,
Sean Anderson <seanga2@gmail.com>,
Christian Marangi <ansuelsmth@gmail.com>,
Weijie Gao <weijie.gao@mediatek.com>,
Sam Shih <sam.shih@mediatek.com>, Simon Glass <sjg@chromium.org>,
u-boot@lists.denx.de
Subject: [PATCH 0/4] airoha: Add initial support AN7581
Date: Sun, 9 Mar 2025 15:06:42 +0100 [thread overview]
Message-ID: <20250309140652.23543-1-ansuelsmth@gmail.com> (raw)
This little series adds initial support for Airoha AN7581 SoC.
All driver are created with OF_UPSTREAM support in mind and
the very same binding and include are used as reference.
Posting this to have the targer and the very basic driver.
Ethernet, SNAND and eMMC support is already ready downstream
and will be posted shortly after this gets approved.
Having the first driver ready permits to separately push
dedicate series for SNAND, eMMC and Ethrnet as they all depends
on basic support of clock and reset and nothing else.
Christian Marangi (4):
airoha: Add initial support for Airoha AN7581 SoC
clk: airoha: Add support for Airoha AN7581 SoC clock
reset: airoha: Add driver for controlling reset line of AN7581
arch: arm: dts: an7581-evb: Add clock and reset nodes
arch/arm/Kconfig | 9 +
arch/arm/Makefile | 1 +
arch/arm/dts/an7581-evb.dts | 162 +++++++
arch/arm/mach-airoha/Kconfig | 44 ++
arch/arm/mach-airoha/Makefile | 5 +
arch/arm/mach-airoha/an7581/Makefile | 3 +
arch/arm/mach-airoha/an7581/init.c | 47 ++
arch/arm/mach-airoha/cpu.c | 20 +
board/airoha/an7581/MAINTAINERS | 6 +
board/airoha/an7581/Makefile | 3 +
board/airoha/an7581/an7581_rfb.c | 16 +
configs/an7581_evb_defconfig | 137 ++++++
drivers/clk/Makefile | 1 +
drivers/clk/airoha/Makefile | 3 +
drivers/clk/airoha/clk-airoha.c | 454 ++++++++++++++++++
drivers/reset/Kconfig | 7 +
drivers/reset/Makefile | 1 +
drivers/reset/reset-airoha.c | 173 +++++++
include/configs/an7581.h | 19 +
include/dt-bindings/clock/en7523-clk.h | 17 +
.../dt-bindings/reset/airoha,en7581-reset.h | 66 +++
21 files changed, 1194 insertions(+)
create mode 100644 arch/arm/dts/an7581-evb.dts
create mode 100644 arch/arm/mach-airoha/Kconfig
create mode 100644 arch/arm/mach-airoha/Makefile
create mode 100644 arch/arm/mach-airoha/an7581/Makefile
create mode 100644 arch/arm/mach-airoha/an7581/init.c
create mode 100644 arch/arm/mach-airoha/cpu.c
create mode 100644 board/airoha/an7581/MAINTAINERS
create mode 100644 board/airoha/an7581/Makefile
create mode 100644 board/airoha/an7581/an7581_rfb.c
create mode 100644 configs/an7581_evb_defconfig
create mode 100644 drivers/clk/airoha/Makefile
create mode 100644 drivers/clk/airoha/clk-airoha.c
create mode 100644 drivers/reset/reset-airoha.c
create mode 100644 include/configs/an7581.h
create mode 100644 include/dt-bindings/clock/en7523-clk.h
create mode 100644 include/dt-bindings/reset/airoha,en7581-reset.h
--
2.48.1
next reply other threads:[~2025-03-09 14:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-09 14:06 Christian Marangi [this message]
2025-03-09 14:06 ` [PATCH 1/4] airoha: Add initial support for Airoha AN7581 SoC Christian Marangi
2025-03-10 14:24 ` Tom Rini
2025-03-09 14:06 ` [PATCH 2/4] clk: airoha: Add support for Airoha AN7581 SoC clock Christian Marangi
2025-03-09 14:06 ` [PATCH 3/4] reset: airoha: Add driver for controlling reset line of AN7581 Christian Marangi
2025-03-09 14:06 ` [PATCH 4/4] arch: arm: dts: an7581-evb: Add clock and reset nodes Christian Marangi
2025-03-10 15:19 ` [PATCH 0/4] airoha: Add initial support AN7581 Tom Rini
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=20250309140652.23543-1-ansuelsmth@gmail.com \
--to=ansuelsmth@gmail.com \
--cc=lukma@denx.de \
--cc=rayagonda.kokatanur@broadcom.com \
--cc=sam.shih@mediatek.com \
--cc=seanga2@gmail.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=weijie.gao@mediatek.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox