All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wenyou Yang <wenyou.yang@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/3] board: at91sam9m10g45ek: Convert to support DM and DT
Date: Wed, 12 Apr 2017 17:03:39 +0800	[thread overview]
Message-ID: <20170412090342.19543-1-wenyou.yang@atmel.com> (raw)

The purpose of the patch set is to convert the board to support
the driver model and the device tree.

Changes in v2:
 - Add the support of Atmel uart device be used in the
   board_init_f stage.
 - Remove unused LED feature.
 - Disable the SPL options.
 - Move out [PATCH] ARM: dts: at91: Add dts files for at91sam9m10g45ek.
 - Add [PATCH] board: at91sam9m10g45ek: Enable early debug UART

Wenyou Yang (3):
  configs: at91sam9m10g45ek: Update to support DM/DT
  board: at91sam9m10g45ek: Clean up code
  board: at91sam9m10g45ek: Enable early debug UART

 board/atmel/at91sam9m10g45ek/Makefile           |   2 +-
 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 107 ++----------------------
 configs/at91sam9m10g45ek_mmc_defconfig          |  34 ++++++--
 configs/at91sam9m10g45ek_nandflash_defconfig    |  32 +++++--
 include/configs/at91sam9m10g45ek.h              |  29 +------
 5 files changed, 61 insertions(+), 143 deletions(-)

-- 
2.11.0

             reply	other threads:[~2017-04-12  9:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-12  9:03 Wenyou Yang [this message]
2017-04-12  9:03 ` [U-Boot] [PATCH v2 1/3] configs: at91sam9m10g45ek: Update to support DM/DT Wenyou Yang
2017-04-16 19:30   ` Simon Glass
2017-04-12  9:03 ` [U-Boot] [PATCH v2 2/3] board: at91sam9m10g45ek: Clean up code Wenyou Yang
2017-04-16 19:30   ` Simon Glass
2017-04-12  9:03 ` [U-Boot] [PATCH v2 3/3] board: at91sam9m10g45ek: Enable early debug UART Wenyou Yang
2017-04-16 19:31   ` Simon Glass

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=20170412090342.19543-1-wenyou.yang@atmel.com \
    --to=wenyou.yang@atmel.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 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.