All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@baylibre.com>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Amlogic fixes for v5.10-rc
Date: Mon, 26 Oct 2020 13:50:28 -0700	[thread overview]
Message-ID: <7hlffshfu3.fsf@baylibre.com> (raw)

Arnd, Olof,

Here's a few fixes for v5.10-rc.

This also includes the 2nd round of 64-bit DT changes submitted for the
v5.10 merge window as discussed here:
https://lore.kernel.org/linux-amlogic/7ho8lkl9fw.fsf@baylibre.com/

Please pull,

Kevin


The following changes since commit 63fafc5a046b1e21756de691b48f0c70c25e1426:

  arm64: dts: meson: initial support for aml-s905x-cc v2 (2020-09-18 13:35:27 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-fixes

for you to fetch changes up to f7d933388f11f66e5af9e5663a17f26523fddd07:

  arm64: dts: meson: odroid-n2 plus: fix vddcpu_a pwm (2020-10-23 11:12:54 -0700)

----------------------------------------------------------------
Amlogic fixes for v5.10-rc1
- misc DT only fixes

----------------------------------------------------------------
Anand Moon (1):
      arm64: dts: amlogic: add missing ethernet reset ID

Jerome Brunet (1):
      arm64: dts: meson: odroid-n2 plus: fix vddcpu_a pwm

Martin Blumenstingl (2):
      arm64: dts: amlogic: meson-g12: use the G12A specific dwmac compatible
      ARM: dts: meson8: remove two invalid interrupt lines from the GPU node

Neil Armstrong (2):
      arm64: dts: meson-axg: add USB nodes
      arm64: dts: meson-axg-s400: enable USB OTG

Scott K Logan (1):
      arm64: dts: meson: add missing g12 rng clock

 arch/arm/boot/dts/meson8.dtsi                             |  2 --
 arch/arm64/boot/dts/amlogic/meson-axg-s400.dts            |  6 ++++++
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi                | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi         |  6 +++++-
 arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2-plus.dts |  2 +-
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi                 |  3 +++
 6 files changed, 67 insertions(+), 4 deletions(-)

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

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Amlogic fixes for v5.10-rc
Date: Mon, 26 Oct 2020 13:50:28 -0700	[thread overview]
Message-ID: <7hlffshfu3.fsf@baylibre.com> (raw)

Arnd, Olof,

Here's a few fixes for v5.10-rc.

This also includes the 2nd round of 64-bit DT changes submitted for the
v5.10 merge window as discussed here:
https://lore.kernel.org/linux-amlogic/7ho8lkl9fw.fsf@baylibre.com/

Please pull,

Kevin


The following changes since commit 63fafc5a046b1e21756de691b48f0c70c25e1426:

  arm64: dts: meson: initial support for aml-s905x-cc v2 (2020-09-18 13:35:27 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-fixes

for you to fetch changes up to f7d933388f11f66e5af9e5663a17f26523fddd07:

  arm64: dts: meson: odroid-n2 plus: fix vddcpu_a pwm (2020-10-23 11:12:54 -0700)

----------------------------------------------------------------
Amlogic fixes for v5.10-rc1
- misc DT only fixes

----------------------------------------------------------------
Anand Moon (1):
      arm64: dts: amlogic: add missing ethernet reset ID

Jerome Brunet (1):
      arm64: dts: meson: odroid-n2 plus: fix vddcpu_a pwm

Martin Blumenstingl (2):
      arm64: dts: amlogic: meson-g12: use the G12A specific dwmac compatible
      ARM: dts: meson8: remove two invalid interrupt lines from the GPU node

Neil Armstrong (2):
      arm64: dts: meson-axg: add USB nodes
      arm64: dts: meson-axg-s400: enable USB OTG

Scott K Logan (1):
      arm64: dts: meson: add missing g12 rng clock

 arch/arm/boot/dts/meson8.dtsi                             |  2 --
 arch/arm64/boot/dts/amlogic/meson-axg-s400.dts            |  6 ++++++
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi                | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi         |  6 +++++-
 arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2-plus.dts |  2 +-
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi                 |  3 +++
 6 files changed, 67 insertions(+), 4 deletions(-)

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

             reply	other threads:[~2020-10-26 20:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-26 20:50 Kevin Hilman [this message]
2020-10-26 20:50 ` [GIT PULL] Amlogic fixes for v5.10-rc Kevin Hilman
2020-10-27  9:47 ` Arnd Bergmann
2020-10-27  9:47   ` Arnd Bergmann

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=7hlffshfu3.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --cc=arm@kernel.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=soc@kernel.org \
    /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.