public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/8] ARM: imx: Update VINING|2000 to DM/DT
Date: Fri, 17 May 2019 22:25:20 +0200	[thread overview]
Message-ID: <20190517202528.7801-1-marex@denx.de> (raw)

Update Softing VINING|2000 to DM / DT and remove the warnings.
This depends on the following patches / series:

  http://patchwork.ozlabs.org/patch/1101222/
  http://patchwork.ozlabs.org/patch/1101230/
  https://patchwork.ozlabs.org/project/uboot/list/?series=108463

Marek Vasut (8):
  ARM: imx: Rename VINING|2000
  ARM: dts: imx: vining2000: Import VINING|2000 DT from Linux
  ARM: imx: vining2000: Enable DM pin control
  ARM: imx: vining2000: Convert MMC and block to DM
  ARM: imx: vining2000: Enable DM USB
  ARM: imx: vining2000: Enable DM GPIO
  ARM: imx: vining2000: Enable DM PCI
  ARM: imx: vining2000: Enable DM Serial

 arch/arm/dts/Makefile                         |   3 +-
 arch/arm/dts/imx6sx-softing-vining-2000.dts   | 578 ++++++++++++++++++
 arch/arm/mach-imx/mx6/Kconfig                 |   6 +-
 board/{samtec => softing}/vining_2000/Kconfig |   4 +-
 .../vining_2000/MAINTAINERS                   |   4 +-
 .../{samtec => softing}/vining_2000/Makefile  |   1 +
 .../vining_2000/imximage.cfg                  |   1 +
 .../vining_2000/vining_2000.c                 |  91 +--
 configs/vining_2000_defconfig                 |  20 +-
 include/configs/vining_2000.h                 |   3 -
 10 files changed, 608 insertions(+), 103 deletions(-)
 create mode 100644 arch/arm/dts/imx6sx-softing-vining-2000.dts
 rename board/{samtec => softing}/vining_2000/Kconfig (69%)
 rename board/{samtec => softing}/vining_2000/MAINTAINERS (57%)
 rename board/{samtec => softing}/vining_2000/Makefile (67%)
 rename board/{samtec => softing}/vining_2000/imximage.cfg (97%)
 rename board/{samtec => softing}/vining_2000/vining_2000.c (77%)

Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Silvio Fricke <silvio.fricke@softing.com>
Cc: Stefano Babic <sbabic@denx.de>
-- 
2.20.1

             reply	other threads:[~2019-05-17 20:25 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-17 20:25 Marek Vasut [this message]
2019-05-17 20:25 ` [U-Boot] [PATCH 1/8] ARM: imx: Rename VINING|2000 Marek Vasut
2019-06-10  9:49   ` sbabic at denx.de
2019-05-17 20:25 ` [U-Boot] [PATCH 2/8] ARM: dts: imx: vining2000: Import VINING|2000 DT from Linux Marek Vasut
2019-06-10  9:41   ` [U-Boot] [PATCH 2/8] ARM: dts: imx: vining2000: Import VINING|2000 sbabic at denx.de
2019-05-17 20:25 ` [U-Boot] [PATCH 3/8] ARM: imx: vining2000: Enable DM pin control Marek Vasut
2019-06-10  9:39   ` sbabic at denx.de
2019-05-17 20:25 ` [U-Boot] [PATCH 4/8] ARM: imx: vining2000: Convert MMC and block to DM Marek Vasut
2019-06-10  9:41   ` sbabic at denx.de
2019-05-17 20:25 ` [U-Boot] [PATCH 5/8] ARM: imx: vining2000: Enable DM USB Marek Vasut
2019-06-10  9:41   ` sbabic at denx.de
2019-05-17 20:25 ` [U-Boot] [PATCH 6/8] ARM: imx: vining2000: Enable DM GPIO Marek Vasut
2019-06-10  9:40   ` sbabic at denx.de
2019-05-17 20:25 ` [U-Boot] [PATCH 7/8] ARM: imx: vining2000: Enable DM PCI Marek Vasut
2019-06-10  9:40   ` sbabic at denx.de
2019-05-17 20:25 ` [U-Boot] [PATCH 8/8] ARM: imx: vining2000: Enable DM Serial Marek Vasut
2019-06-10  9:40   ` 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=20190517202528.7801-1-marex@denx.de \
    --to=marex@denx.de \
    --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