public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Igor Opaniuk <igor.opaniuk@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 0/6] imx: colibri imx6/imx7: apalis imx6: migrate to DM_ETH
Date: Mon,  4 Nov 2019 11:11:58 +0100	[thread overview]
Message-ID: <20191104101204.17917-1-igor.opaniuk@gmail.com> (raw)

Migrate to DM_ETH and remove hardcoded pinmux configuration.

Igor Opaniuk (6):
  ARM: dts: imx6_colibri: introduce fec node
  colibri_imx6: migrate to DM_ETH
  ARM: dts: imx6_apalis: introduce fec node
  apalis_imx6: migrate to DM_ETH
  ARM: dts: imx7: imx7_colibri: introduce fec node
  colibri_imx7: migrate to DM_ETH

 arch/arm/dts/imx6-apalis.dts              |  22 ++++
 arch/arm/dts/imx6-colibri.dts             |  20 ++++
 arch/arm/dts/imx7-colibri.dtsi            | 116 ++++++++++++++++++++++
 arch/arm/dts/imx7d.dtsi                   |   3 +
 arch/arm/dts/imx7s.dtsi                   |   1 +
 board/toradex/apalis_imx6/apalis_imx6.c   |  51 ----------
 board/toradex/colibri_imx6/colibri_imx6.c |  59 +----------
 board/toradex/colibri_imx7/colibri_imx7.c |  44 --------
 configs/apalis_imx6_defconfig             |   3 +
 configs/colibri_imx6_defconfig            |   3 +
 configs/colibri_imx7_defconfig            |   5 +-
 configs/colibri_imx7_emmc_defconfig       |   5 +-
 include/configs/apalis_imx6.h             |   6 --
 include/configs/colibri_imx6.h            |   8 --
 include/configs/colibri_imx7.h            |  11 --
 15 files changed, 180 insertions(+), 177 deletions(-)

-- 
2.17.1

             reply	other threads:[~2019-11-04 10:11 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-04 10:11 Igor Opaniuk [this message]
2019-11-04 10:11 ` [U-Boot] [PATCH v1 1/6] ARM: dts: imx6_colibri: introduce fec node Igor Opaniuk
2019-12-03 14:45   ` Oleksandr Suvorov
2019-12-29 10:28   ` sbabic at denx.de
2019-11-04 10:12 ` [U-Boot] [PATCH v1 2/6] colibri_imx6: migrate to DM_ETH Igor Opaniuk
2019-12-03 14:46   ` Oleksandr Suvorov
2019-12-29 10:26   ` sbabic at denx.de
2019-11-04 10:12 ` [U-Boot] [PATCH v1 3/6] ARM: dts: imx6_apalis: introduce fec node Igor Opaniuk
2019-12-03 14:42   ` Oleksandr Suvorov
2019-12-29 10:25   ` sbabic at denx.de
2019-11-04 10:12 ` [U-Boot] [PATCH v1 4/6] apalis_imx6: migrate to DM_ETH Igor Opaniuk
2019-12-03 14:47   ` Oleksandr Suvorov
2019-12-29 10:26   ` sbabic at denx.de
2019-11-04 10:12 ` [U-Boot] [PATCH v1 5/6] ARM: dts: imx7: imx7_colibri: introduce fec node Igor Opaniuk
2019-12-03 14:48   ` Oleksandr Suvorov
2019-12-29 10:25   ` sbabic at denx.de
2019-11-04 10:12 ` [U-Boot] [PATCH v1 6/6] colibri_imx7: migrate to DM_ETH Igor Opaniuk
2019-12-03 14:44   ` Oleksandr Suvorov
2019-12-29 10:28   ` sbabic at denx.de

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=20191104101204.17917-1-igor.opaniuk@gmail.com \
    --to=igor.opaniuk@gmail.com \
    --cc=u-boot@lists.denx.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