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 v3 0/3] board: at91sam9x5ek: Convert to support DM and DT
Date: Wed, 12 Apr 2017 16:57:06 +0800	[thread overview]
Message-ID: <20170412085709.18249-1-wenyou.yang@atmel.com> (raw)

The purpose of the patch set is to convert the board to support the
driver model and device tree.
It is based on the patch set:
	[PATCH v8 0/2] pinctrl: at91: Add pinctrl driver
	https://lists.denx.de/pipermail/u-boot/2017-March/284577.html

Changes in v3:
 - Convert Atmel mci driver to support the driver model.
 - Remain the SPI_SPEED macro.
 - Add the support of Atmel uart device be used in the
   board_init_f stage.
 - Disable the SPL for nand config.
 - Improve the commit log.
 - Remove Atmel mci related code.
 - Use CONFIG_DEBUG_UART_CLOCK as the input clock for the early
   debug UART.
 - Drop [PATCH 4/5] configs: at91sam9x5ek: move SYS_NO_FLASH to defconfig.

Changes in v2:
 - Rebase on the patch set:
        [RESEND PATCH v2] ARM: at91: add default config file for sama5d36ek CMP board
        http://lists.denx.de/pipermail/u-boot/2017-February/280525.html

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

 board/atmel/at91sam9x5ek/at91sam9x5ek.c  | 82 ++++----------------------------
 configs/at91sam9x5ek_dataflash_defconfig | 29 ++++++++++-
 configs/at91sam9x5ek_mmc_defconfig       | 29 ++++++++++-
 configs/at91sam9x5ek_nandflash_defconfig | 35 +++++++++++---
 configs/at91sam9x5ek_spiflash_defconfig  | 36 ++++++++++----
 include/configs/at91sam9x5ek.h           | 25 +---------
 6 files changed, 123 insertions(+), 113 deletions(-)

-- 
2.11.0

             reply	other threads:[~2017-04-12  8:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-12  8:57 Wenyou Yang [this message]
2017-04-12  8:57 ` [U-Boot] [PATCH v3 1/3] configs: at91sam9x5ek: Update to support DM/DT Wenyou Yang
2017-04-12  8:57 ` [U-Boot] [PATCH v3 2/3] board: at91sam9x5ek: Clean up code Wenyou Yang
2017-04-12  8:57 ` [U-Boot] [PATCH v3 3/3] board: at91sam9x5ek: Enable early debug UART Wenyou Yang

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=20170412085709.18249-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.