mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Stefan Kerkmann <s.kerkmann@pengutronix.de>
To: Sascha Hauer <s.hauer@pengutronix.de>,
	 BAREBOX <barebox@lists.infradead.org>
Subject: [PATCH 0/6] arm: imx8mp: add karo electronics qsxp imx8mp som support
Date: Mon, 11 Mar 2024 10:10:07 +0100	[thread overview]
Message-ID: <20240311-karo-imx8mp-som-board-upstreaming-v1-0-7c77f9ba02e5@pengutronix.de> (raw)

The Ka-Ro QSXP[1] is a i.MX8M Plus solder down system on module. This
series adds support for the SOM itself on the QSBASE4 RDK. For ethernet
support on the QSBASE4 RDK, the Micrel phy driver gains support for the
KSZ9131 gigabit ethernet phy.

[1]: https://www.karo-electronics.de/qsxp

Signed-off-by: Stefan Kerkmann <s.kerkmann@pengutronix.de>
---
Marc Kleine-Budde (4):
      net: phy: micrel: update id table from Linux kernel
      net: phy: micrel: add support for ksz9131 phy
      arm: dts: karo: import dts for karo-qsxp-ml81
      arm: imx8mp: add karo electronics qsxp imx8mp som support

Sebastian Reichel (1):
      of: introduce of_property_read_s32

Stefan Kerkmann (1):
      arm: dts: karo: add karo imx8mp-karo-qsxp-qsbase4

 arch/arm/boards/Makefile                           |    1 +
 arch/arm/boards/karo-qsxp-ml81/Makefile            |    4 +
 arch/arm/boards/karo-qsxp-ml81/board.c             |   35 +
 .../flash-header-karo-qsxp-ml81.imxcfg             |    9 +
 arch/arm/boards/karo-qsxp-ml81/lowlevel.c          |  102 ++
 arch/arm/boards/karo-qsxp-ml81/lowlevel.h          |    8 +
 arch/arm/boards/karo-qsxp-ml81/lpddr4-timing.c     | 1597 ++++++++++++++++++++
 arch/arm/dts/Makefile                              |    1 +
 arch/arm/dts/imx8mp-karo-qsxp-ml81-qsbase4.dts     |   86 ++
 arch/arm/dts/imx8mp-karo-qsxp-ml81.dts             |  160 ++
 arch/arm/dts/imx8mp-karo.dtsi                      |  407 +++++
 arch/arm/mach-imx/Kconfig                          |   10 +
 drivers/net/phy/micrel.c                           |  188 +++
 images/Makefile.imx                                |    2 +
 include/linux/micrel_phy.h                         |   49 +-
 include/of.h                                       |    7 +
 16 files changed, 2659 insertions(+), 7 deletions(-)
---
base-commit: 6883d32102d8a253f4fc2bcfafbf3767a725e3a8
change-id: 20240311-karo-imx8mp-som-board-upstreaming-9eef98b7735e

Best regards,
-- 
Stefan Kerkmann <s.kerkmann@pengutronix.de>




             reply	other threads:[~2024-03-11  9:11 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-11  9:10 Stefan Kerkmann [this message]
2024-03-11  9:10 ` [PATCH 1/6] of: introduce of_property_read_s32 Stefan Kerkmann
2024-03-11  9:10 ` [PATCH 2/6] net: phy: micrel: update id table from Linux kernel Stefan Kerkmann
2024-03-11  9:10 ` [PATCH 3/6] net: phy: micrel: add support for ksz9131 phy Stefan Kerkmann
2024-03-11  9:10 ` [PATCH 4/6] arm: dts: karo: import dts for karo-qsxp-ml81 Stefan Kerkmann
2024-03-11 10:02   ` Ahmad Fatoum
2024-03-11 14:23     ` Stefan Kerkmann
2024-03-11 14:33       ` Ahmad Fatoum
2024-03-11 14:48         ` Stefan Kerkmann
2024-03-11  9:10 ` [PATCH 5/6] arm: dts: karo: add karo imx8mp-karo-qsxp-qsbase4 Stefan Kerkmann
2024-03-11 10:05   ` Ahmad Fatoum
2024-03-11 13:25     ` Stefan Kerkmann
2024-03-11  9:10 ` [PATCH 6/6] arm: imx8mp: add karo electronics qsxp imx8mp som support Stefan Kerkmann
2024-03-11 10:13   ` Ahmad Fatoum
2024-03-11 13:32     ` Stefan Kerkmann
2024-03-11 13:58       ` Ahmad Fatoum
2024-03-11 14:01         ` Stefan Kerkmann

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=20240311-karo-imx8mp-som-board-upstreaming-v1-0-7c77f9ba02e5@pengutronix.de \
    --to=s.kerkmann@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=s.hauer@pengutronix.de \
    /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