All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chen-Yu Tsai <wens@kernel.org>
To: u-boot@lists.denx.de
Subject: [PATCH 0/3] sunxi: Sync H3/H5 DT and add ALL-H3-IT and ALL-H5-CC
Date: Mon, 20 Jan 2020 10:35:06 +0800	[thread overview]
Message-ID: <CAGb2v672FGb7z-7xG2Sdjguo2aeBQFwnmFhxFvB5XpqwE1BXBQ@mail.gmail.com> (raw)
In-Reply-To: <20200112153615.9532-1-wens@kernel.org>

Hi Jagan,

On Sun, Jan 12, 2020 at 11:36 PM Chen-Yu Tsai <wens@kernel.org> wrote:
>
> From: Chen-Yu Tsai <wens@csie.org>
>
> Hi everyone,
>
> This patch series syncs up the device tree files and header files for
> Allwinner H3/H5 SoCs and related boards to linux-next-20200108, and
> then adds support for Libre Computer ALL-H3-IT H5 and ALL-H5-CC H5
> boards.
>
> Patch 1 syncs up the device tree files and related device tree binding
> header files for the Allwinner H3 and H5 SoCs, and boards using these
> chips. These were compile tested.
>
> Patch 2 adds a defconfig and MAINTAINERS entry for the ALL-H3-IT's H5
> variant. Other variants will be added as they are made available.
>
> Patch 3 adds a defconfig and MAINTAINERS entry for the ALL-H5-CC's H5
> variant. Other variants will be added as they are made available.
>
> Please have a look.

One week left in the merge window. Any thoughts on this series?

Thanks
ChenYu

> Regards
> ChenYu
>
>
> Chen-Yu Tsai (3):
>   sunxi: H3/H5 Sync DT files from upstream Linux kernel as of
>     next-20200108
>   sunxi: Add Libre Computer ALL-H3-IT H5 board
>   sunxi: Add Libre Computer ALL-H5-CC H5 board
>
>  arch/arm/dts/Makefile                         |   9 +-
>  .../dts/sun50i-h5-bananapi-m2-plus-v1.2.dts   |  11 ++
>  .../sun50i-h5-emlid-neutis-n5-devboard.dts    | 137 ++-----------
>  arch/arm/dts/sun50i-h5-emlid-neutis-n5.dtsi   |  95 +--------
>  .../arm/dts/sun50i-h5-libretech-all-h3-cc.dts |  10 +-
>  .../arm/dts/sun50i-h5-libretech-all-h3-it.dts |  11 ++
>  .../arm/dts/sun50i-h5-libretech-all-h5-cc.dts |  61 ++++++
>  arch/arm/dts/sun50i-h5-nanopi-neo-plus2.dts   |  53 +----
>  arch/arm/dts/sun50i-h5-nanopi-neo2.dts        |  45 +----
>  arch/arm/dts/sun50i-h5-orangepi-pc2.dts       |  47 +----
>  arch/arm/dts/sun50i-h5-orangepi-prime.dts     |  52 +----
>  arch/arm/dts/sun50i-h5-orangepi-zero-plus.dts |  11 +-
>  .../arm/dts/sun50i-h5-orangepi-zero-plus2.dts |  46 +----
>  arch/arm/dts/sun50i-h5.dtsi                   | 186 +++++++++++++-----
>  .../dts/sun8i-h2-plus-bananapi-m2-zero.dts    |  40 +++-
>  arch/arm/dts/sun8i-h2-plus-orangepi-r1.dts    |   2 -
>  arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts  |  22 ++-
>  .../dts/sun8i-h3-bananapi-m2-plus-v1.2.dts    |  13 ++
>  arch/arm/dts/sun8i-h3-beelink-x2.dts          |  11 +-
>  .../sun8i-h3-emlid-neutis-n5h3-devboard.dts   |  72 +++++++
>  arch/arm/dts/sun8i-h3-emlid-neutis-n5h3.dtsi  |  11 ++
>  arch/arm/dts/sun8i-h3-mapleboard-mp130.dts    | 152 ++++++++++++++
>  arch/arm/dts/sun8i-h3-nanopi-duo2.dts         | 173 ++++++++++++++++
>  arch/arm/dts/sun8i-h3-nanopi-m1-plus.dts      |  28 ++-
>  arch/arm/dts/sun8i-h3-nanopi-m1.dts           |   2 +-
>  arch/arm/dts/sun8i-h3-nanopi-neo-air.dts      |   2 +-
>  arch/arm/dts/sun8i-h3-nanopi.dtsi             |  25 +--
>  arch/arm/dts/sun8i-h3-orangepi-2.dts          |  34 +---
>  arch/arm/dts/sun8i-h3-orangepi-lite.dts       |  27 +--
>  arch/arm/dts/sun8i-h3-orangepi-one.dts        |  28 +--
>  arch/arm/dts/sun8i-h3-orangepi-pc.dts         |  27 +--
>  arch/arm/dts/sun8i-h3-orangepi-plus.dts       |  23 ++-
>  arch/arm/dts/sun8i-h3-orangepi-zero-plus2.dts |   2 +-
>  arch/arm/dts/sun8i-h3-rervision-dvk.dts       | 114 +++++++++++
>  arch/arm/dts/sun8i-h3.dtsi                    |  86 +++++++-
>  arch/arm/dts/sunxi-bananapi-m2-plus-v1.2.dtsi |  30 +++
>  arch/arm/dts/sunxi-bananapi-m2-plus.dtsi      |   7 +-
>  arch/arm/dts/sunxi-h3-h5-emlid-neutis.dtsi    | 170 ++++++++++++++++
>  arch/arm/dts/sunxi-h3-h5.dtsi                 | 137 ++++++++-----
>  arch/arm/dts/sunxi-libretech-all-h3-cc.dtsi   |  65 +++++-
>  arch/arm/dts/sunxi-libretech-all-h3-it.dtsi   | 180 +++++++++++++++++
>  board/sunxi/MAINTAINERS                       |  10 +
>  configs/libretech_all_h3_it_h5_defconfig      |  22 +++
>  configs/libretech_all_h5_cc_h5_defconfig      |  23 +++
>  include/dt-bindings/clock/sun8i-h3-ccu.h      |  11 +-
>  include/dt-bindings/reset/sun8i-h3-ccu.h      |   5 +-
>  46 files changed, 1605 insertions(+), 723 deletions(-)
>  create mode 100644 arch/arm/dts/sun50i-h5-bananapi-m2-plus-v1.2.dts
>  create mode 100644 arch/arm/dts/sun50i-h5-libretech-all-h3-it.dts
>  create mode 100644 arch/arm/dts/sun50i-h5-libretech-all-h5-cc.dts
>  create mode 100644 arch/arm/dts/sun8i-h3-bananapi-m2-plus-v1.2.dts
>  create mode 100644 arch/arm/dts/sun8i-h3-emlid-neutis-n5h3-devboard.dts
>  create mode 100644 arch/arm/dts/sun8i-h3-emlid-neutis-n5h3.dtsi
>  create mode 100644 arch/arm/dts/sun8i-h3-mapleboard-mp130.dts
>  create mode 100644 arch/arm/dts/sun8i-h3-nanopi-duo2.dts
>  create mode 100644 arch/arm/dts/sun8i-h3-rervision-dvk.dts
>  create mode 100644 arch/arm/dts/sunxi-bananapi-m2-plus-v1.2.dtsi
>  create mode 100644 arch/arm/dts/sunxi-h3-h5-emlid-neutis.dtsi
>  create mode 100644 arch/arm/dts/sunxi-libretech-all-h3-it.dtsi
>  create mode 100644 configs/libretech_all_h3_it_h5_defconfig
>  create mode 100644 configs/libretech_all_h5_cc_h5_defconfig
>
> --
> 2.24.1
>

      parent reply	other threads:[~2020-01-20  2:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-12 15:36 [PATCH 0/3] sunxi: Sync H3/H5 DT and add ALL-H3-IT and ALL-H5-CC Chen-Yu Tsai
2020-01-12 15:36 ` [PATCH 1/3] sunxi: H3/H5 Sync DT files from upstream Linux kernel as of next-20200108 Chen-Yu Tsai
2020-01-21  7:32   ` Jagan Teki
2020-01-12 15:36 ` [PATCH 2/3] sunxi: Add Libre Computer ALL-H3-IT H5 board Chen-Yu Tsai
2020-01-21  7:29   ` Jagan Teki
2020-01-21  7:41     ` Chen-Yu Tsai
2020-01-24  6:23       ` Jagan Teki
2020-01-24  8:32         ` Chen-Yu Tsai
2020-02-05  4:01           ` Chen-Yu Tsai
2020-01-24 17:45   ` Jagan Teki
2020-01-12 15:36 ` [PATCH 3/3] sunxi: Add Libre Computer ALL-H5-CC " Chen-Yu Tsai
2020-01-24 17:45   ` Jagan Teki
2020-01-20  2:35 ` Chen-Yu Tsai [this message]

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=CAGb2v672FGb7z-7xG2Sdjguo2aeBQFwnmFhxFvB5XpqwE1BXBQ@mail.gmail.com \
    --to=wens@kernel.org \
    --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.