All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH v1 1/2] arm: ls1021aqds: Convert to driver model and enable serial support
Date: Sun, 14 Feb 2016 11:01:39 +0800	[thread overview]
Message-ID: <CAEUhbmXBOiUqu2QRS9ne4=Qm4ja0_XDCqwZeUobuJc6ydJWQUw@mail.gmail.com> (raw)
In-Reply-To: <1454979421-18766-2-git-send-email-york.sun@nxp.com>

On Tue, Feb 9, 2016 at 8:57 AM, York Sun <york.sun@nxp.com> wrote:
> Split duart configuration as device tree file. Move /chosen node
> out of board commone device tree. Convert ls1021aqds nor and SD
> configurations to driver model support (qspi already uses DM).
> Enable ns16550 DM serial driver for nor configurations.
>
> Signed-off-by: York Sun <york.sun@nxp.com>
> CC: Alison Wang <alison.wang@nxp.com>
> CC: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  arch/arm/dts/Makefile                              |    2 +-
>  arch/arm/dts/ls1021a-qds-duart.dts                 |   16 ++++++++++++++++
>  arch/arm/dts/{ls1021a-qds.dts => ls1021a-qds.dtsi} |    3 +--
>  configs/ls1021aqds_ddr4_nor_defconfig              |    4 ++++
>  configs/ls1021aqds_nor_defconfig                   |    4 ++++
>  configs/ls1021aqds_qspi_defconfig                  |    2 +-
>  configs/ls1021aqds_sdcard_defconfig                |    3 +++
>  include/configs/ls1021aqds.h                       |    2 ++
>  8 files changed, 32 insertions(+), 4 deletions(-)
>  create mode 100644 arch/arm/dts/ls1021a-qds-duart.dts
>  rename arch/arm/dts/{ls1021a-qds.dts => ls1021a-qds.dtsi} (98%)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

  reply	other threads:[~2016-02-14  3:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-09  0:56 [U-Boot] [RFC PATCH v1 0/2] Convert ls1021aqds to use driver model for serial ports York Sun
2016-02-09  0:57 ` [U-Boot] [RFC PATCH v1 1/2] arm: ls1021aqds: Convert to driver model and enable serial support York Sun
2016-02-14  3:01   ` Bin Meng [this message]
2016-02-22  7:05   ` Huan Wang
2016-02-09  0:57 ` [U-Boot] [RFC PATCH v1 2/2] arm: ls1021aqds: Enable driver model lpuart serial driver York Sun
2016-02-14  3:01   ` Bin Meng
2016-02-22  7:07     ` Huan Wang
2016-02-22 17:19       ` york sun
2016-02-09 21:19 ` [U-Boot] [RFC PATCH v1 0/2] Convert ls1021aqds to use driver model for serial ports york sun
2016-02-22  5:47   ` Huan Wang

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='CAEUhbmXBOiUqu2QRS9ne4=Qm4ja0_XDCqwZeUobuJc6ydJWQUw@mail.gmail.com' \
    --to=bmeng.cn@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 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.