All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: zte: Add zx297520v3 platform support
@ 2026-05-13 21:19 Stefan Dösinger
  2026-05-20 20:30 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Dösinger @ 2026-05-13 21:19 UTC (permalink / raw)
  To: soc; +Cc: linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 2670 bytes --]

Dear SoC maintainers,

Here is my pull request for adding initial support for ZTE's zx297520v3 SoC. 
The code has been reviewed on the linux-arm-kernel mailing list. My ultimate 
goal is to run OpenWRT on these devices.

This SoC is used in low end LTE-to-WiFi routers, for example some D-Link
DWR 932 revisions, ZTE K10, ZLT S10 4G, but also models that are branded
and sold by ISPs themselves. They are widespread in Africa, China,
Russia and Eastern Europe.

This SoC is a relative of the zx296702 and zx296718 that had some
upstream support until commit 89d4f98ae90d ("ARM: remove zte zx
platform").

The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:

  Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)

are available in the Git repository at:

  https://gitlab.com/stefandoesinger/zx297520-kernel.git tags/zx29-plat-for-7.2

for you to fetch changes up to 220ae5d36dba278003d265aabd080ffa78553f5a:

  ARM: zte: Add zx297520v3 platform support (2026-05-13 23:59:56 +0300)

----------------------------------------------------------------
ARM: zte: Add zx297520v3 platform support

This SoC is used in low end LTE-to-WiFi routers, for example some D-Link
DWR 932 revisions, ZTE K10, ZLT S10 4G, but also models that are branded
and sold by ISPs themselves. They are widespread in Africa, China,
Russia and Eastern Europe.

This SoC is a relative of the zx296702 and zx296718 that had some
upstream support until commit 89d4f98ae90d ("ARM: remove zte zx
platform").

----------------------------------------------------------------
Stefan Dösinger (1):
      ARM: zte: Add zx297520v3 platform support

 Documentation/arch/arm/index.rst          |   2 ++
 Documentation/arch/arm/zte/index.rst      |  10 ++++++++++
 Documentation/arch/arm/zte/zx297520v3.rst | 167 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 MAINTAINERS                               |   9 +++++++++
 arch/arm/Kconfig                          |   2 ++
 arch/arm/Makefile                         |   1 +
 arch/arm/mach-zte/Kconfig                 |  29 +++++++++++++++++++++++++++++
 arch/arm/mach-zte/Makefile                |   2 ++
 arch/arm/mach-zte/zx297520v3.c            |  16 ++++++++++++++++
 9 files changed, 238 insertions(+)
 create mode 100644 Documentation/arch/arm/zte/index.rst
 create mode 100644 Documentation/arch/arm/zte/zx297520v3.rst
 create mode 100644 arch/arm/mach-zte/Kconfig
 create mode 100644 arch/arm/mach-zte/Makefile
 create mode 100644 arch/arm/mach-zte/zx297520v3.c

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 870 bytes --]

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

end of thread, other threads:[~2026-05-20 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-13 21:19 [GIT PULL] ARM: zte: Add zx297520v3 platform support Stefan Dösinger
2026-05-20 20:30 ` patchwork-bot+linux-soc

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.