All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <narmstrong@baylibre.com>
To: Christian Hewitt <christianshewitt@gmail.com>,
	u-boot@lists.denx.de, u-boot-amlogic@groups.io,
	linux-amlogic@lists.infradead.org
Subject: Re: [PATCH 0/4] ARM: amlogic: add Radxa Zero
Date: Tue, 21 Sep 2021 09:34:10 +0200	[thread overview]
Message-ID: <05337aed-d0e4-cb46-ef3e-c934059f4b5b@baylibre.com> (raw)
In-Reply-To: <20210915014659.5336-1-christianshewitt@gmail.com>

On 15/09/2021 03:46, Christian Hewitt wrote:
> This series alpha sorts the Amlogic Makefile, then adds
> support for the Radxa Zero SBC using the device-tree
> queued in the Amlogic maintainer tree for Linux 5.16.y
> 
> Patches are based on custodians/u-boot-amlogic-next
> 
> Christian Hewitt (4):
>   ARM: dts: sort Amlogic Makefile section
>   ARM: dts: add support for Radxa Zero
>   boards: amlogic: add Radxa Zero defconfig
>   doc: boards: amlogic: update for Radxa Zero
> 
>  arch/arm/dts/Makefile                         |  12 +-
>  .../arm/dts/meson-g12a-radxa-zero-u-boot.dtsi |   7 +
>  arch/arm/dts/meson-g12a-radxa-zero.dts        | 405 ++++++++++++++++++
>  configs/radxa-zero_defconfig                  |  70 +++
>  doc/board/amlogic/index.rst                   |   3 +-
>  doc/board/amlogic/radxa-zero.rst              |  74 ++++
>  6 files changed, 565 insertions(+), 6 deletions(-)
>  create mode 100644 arch/arm/dts/meson-g12a-radxa-zero-u-boot.dtsi
>  create mode 100644 arch/arm/dts/meson-g12a-radxa-zero.dts
>  create mode 100644 configs/radxa-zero_defconfig
>  create mode 100644 doc/board/amlogic/radxa-zero.rst
> 

Applied to u-boot-amlogic-next

Neil

WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <narmstrong@baylibre.com>
To: Christian Hewitt <christianshewitt@gmail.com>,
	u-boot@lists.denx.de, u-boot-amlogic@groups.io,
	linux-amlogic@lists.infradead.org
Subject: Re: [PATCH 0/4] ARM: amlogic: add Radxa Zero
Date: Tue, 21 Sep 2021 09:34:10 +0200	[thread overview]
Message-ID: <05337aed-d0e4-cb46-ef3e-c934059f4b5b@baylibre.com> (raw)
In-Reply-To: <20210915014659.5336-1-christianshewitt@gmail.com>

On 15/09/2021 03:46, Christian Hewitt wrote:
> This series alpha sorts the Amlogic Makefile, then adds
> support for the Radxa Zero SBC using the device-tree
> queued in the Amlogic maintainer tree for Linux 5.16.y
> 
> Patches are based on custodians/u-boot-amlogic-next
> 
> Christian Hewitt (4):
>   ARM: dts: sort Amlogic Makefile section
>   ARM: dts: add support for Radxa Zero
>   boards: amlogic: add Radxa Zero defconfig
>   doc: boards: amlogic: update for Radxa Zero
> 
>  arch/arm/dts/Makefile                         |  12 +-
>  .../arm/dts/meson-g12a-radxa-zero-u-boot.dtsi |   7 +
>  arch/arm/dts/meson-g12a-radxa-zero.dts        | 405 ++++++++++++++++++
>  configs/radxa-zero_defconfig                  |  70 +++
>  doc/board/amlogic/index.rst                   |   3 +-
>  doc/board/amlogic/radxa-zero.rst              |  74 ++++
>  6 files changed, 565 insertions(+), 6 deletions(-)
>  create mode 100644 arch/arm/dts/meson-g12a-radxa-zero-u-boot.dtsi
>  create mode 100644 arch/arm/dts/meson-g12a-radxa-zero.dts
>  create mode 100644 configs/radxa-zero_defconfig
>  create mode 100644 doc/board/amlogic/radxa-zero.rst
> 

Applied to u-boot-amlogic-next

Neil

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  parent reply	other threads:[~2021-09-21  7:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-15  1:46 [PATCH 0/4] ARM: amlogic: add Radxa Zero Christian Hewitt
2021-09-15  1:46 ` Christian Hewitt
2021-09-15  1:46 ` [PATCH 1/4] ARM: dts: sort Amlogic Makefile section Christian Hewitt
2021-09-15  1:46   ` Christian Hewitt
2021-09-15  1:46 ` [PATCH 2/4] ARM: dts: add support for Radxa Zero Christian Hewitt
2021-09-15  1:46   ` Christian Hewitt
2021-09-15  1:46 ` [PATCH 3/4] boards: amlogic: add Radxa Zero defconfig Christian Hewitt
2021-09-15  1:46   ` Christian Hewitt
2021-09-15  1:46 ` [PATCH 4/4] doc: boards: amlogic: update for Radxa Zero Christian Hewitt
2021-09-15  1:46   ` Christian Hewitt
2021-09-21  7:34 ` Neil Armstrong [this message]
2021-09-21  7:34   ` [PATCH 0/4] ARM: amlogic: add " Neil Armstrong

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=05337aed-d0e4-cb46-ef3e-c934059f4b5b@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=christianshewitt@gmail.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=u-boot-amlogic@groups.io \
    --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.