mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Add i.MX9 EQOS networking support
@ 2023-11-10 13:02 Sascha Hauer
  2023-11-10 13:02 ` [PATCH 1/3] net: eqos: rename i.MX8 driver glue code to i.MX Sascha Hauer
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sascha Hauer @ 2023-11-10 13:02 UTC (permalink / raw)
  To: Barebox List

Like some i.MX8M variants the i.MX9 also has a designware EQOS network
controller. This series adjusts the glue code to make the driver
available on i.MX9.

Sascha

Sascha Hauer (3):
  net: eqos: rename i.MX8 driver glue code to i.MX
  net: eqos: imx: move common stuff to probe()
  net: eqos: Add i.MX93 support

 arch/arm/configs/imx_v8_defconfig   |   2 +-
 arch/arm/configs/multi_v8_defconfig |   2 +-
 drivers/net/Kconfig                 |   8 +-
 drivers/net/Makefile                |   2 +-
 drivers/net/designware_imx.c        | 269 ++++++++++++++++++++++++++++
 drivers/net/designware_imx8.c       | 195 --------------------
 6 files changed, 276 insertions(+), 202 deletions(-)
 create mode 100644 drivers/net/designware_imx.c
 delete mode 100644 drivers/net/designware_imx8.c

-- 
2.39.2




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

end of thread, other threads:[~2023-11-13  7:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-10 13:02 [PATCH 0/3] Add i.MX9 EQOS networking support Sascha Hauer
2023-11-10 13:02 ` [PATCH 1/3] net: eqos: rename i.MX8 driver glue code to i.MX Sascha Hauer
2023-11-13  7:19   ` Ahmad Fatoum
2023-11-10 13:02 ` [PATCH 2/3] net: eqos: imx: move common stuff to probe() Sascha Hauer
2023-11-10 13:02 ` [PATCH 3/3] net: eqos: Add i.MX93 support Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox