All of lore.kernel.org
 help / color / mirror / Atom feed
From: khilman@baylibre.com (Kevin Hilman)
To: linus-amlogic@lists.infradead.org
Subject: [GIT PULL] ARM: dts: Amlogic updates for v4.21
Date: Thu, 29 Nov 2018 12:49:24 -0800	[thread overview]
Message-ID: <7hr2f38v8r.fsf@baylibre.com> (raw)

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

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

for you to fetch changes up to 7b141abe4aa137f362d7324de5a49fd3105f570f:

  ARM: dts: meson: add the clock inputs for the Meson timer (2018-11-28 16:49:03 -0800)

----------------------------------------------------------------
Amlogic 32-bit DT updates for v4.21
- support more timers on meson8
- add the stdout-path property on several boards

----------------------------------------------------------------
Jerome Brunet (1):
      ARM: dts: meson: consistently disable pin bias

Martin Blumenstingl (7):
      dt-bindings: timer: meson6_timer: document all interrupts
      dt-bindings: timer: meson6_timer: document the clock inputs
      ARM: dts: meson6: atv1200: add the /chosen/stdout-path property
      ARM: dts: meson8: minix-neo-x8: add the /chosen/stdout-path property
      ARM: dts: meson8b: mxq: add the /chosen/stdout-path property
      ARM: dts: meson: add the TIMER B/C/D interrupts
      ARM: dts: meson: add the clock inputs for the Meson timer

 Documentation/devicetree/bindings/timer/amlogic,meson6-timer.txt | 11 +++++++++--
 arch/arm/boot/dts/meson.dtsi                                     |  7 +++++--
 arch/arm/boot/dts/meson6-atv1200.dts                             |  4 ++++
 arch/arm/boot/dts/meson6.dtsi                                    |  5 +++++
 arch/arm/boot/dts/meson8-minix-neo-x8.dts                        |  4 ++++
 arch/arm/boot/dts/meson8.dtsi                                    | 17 +++++++++++++++++
 arch/arm/boot/dts/meson8b-mxq.dts                                |  4 ++++
 arch/arm/boot/dts/meson8b.dtsi                                   | 14 ++++++++++++++
 arch/arm/boot/dts/meson8m2.dtsi                                  |  1 +
 9 files changed, 63 insertions(+), 4 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: dts: Amlogic updates for v4.21
Date: Thu, 29 Nov 2018 12:49:24 -0800	[thread overview]
Message-ID: <7hr2f38v8r.fsf@baylibre.com> (raw)

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

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

for you to fetch changes up to 7b141abe4aa137f362d7324de5a49fd3105f570f:

  ARM: dts: meson: add the clock inputs for the Meson timer (2018-11-28 16:49:03 -0800)

----------------------------------------------------------------
Amlogic 32-bit DT updates for v4.21
- support more timers on meson8
- add the stdout-path property on several boards

----------------------------------------------------------------
Jerome Brunet (1):
      ARM: dts: meson: consistently disable pin bias

Martin Blumenstingl (7):
      dt-bindings: timer: meson6_timer: document all interrupts
      dt-bindings: timer: meson6_timer: document the clock inputs
      ARM: dts: meson6: atv1200: add the /chosen/stdout-path property
      ARM: dts: meson8: minix-neo-x8: add the /chosen/stdout-path property
      ARM: dts: meson8b: mxq: add the /chosen/stdout-path property
      ARM: dts: meson: add the TIMER B/C/D interrupts
      ARM: dts: meson: add the clock inputs for the Meson timer

 Documentation/devicetree/bindings/timer/amlogic,meson6-timer.txt | 11 +++++++++--
 arch/arm/boot/dts/meson.dtsi                                     |  7 +++++--
 arch/arm/boot/dts/meson6-atv1200.dts                             |  4 ++++
 arch/arm/boot/dts/meson6.dtsi                                    |  5 +++++
 arch/arm/boot/dts/meson8-minix-neo-x8.dts                        |  4 ++++
 arch/arm/boot/dts/meson8.dtsi                                    | 17 +++++++++++++++++
 arch/arm/boot/dts/meson8b-mxq.dts                                |  4 ++++
 arch/arm/boot/dts/meson8b.dtsi                                   | 14 ++++++++++++++
 arch/arm/boot/dts/meson8m2.dtsi                                  |  1 +
 9 files changed, 63 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:[~2018-11-29 20:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-29 20:49 Kevin Hilman [this message]
2018-11-29 20:49 ` [GIT PULL] ARM: dts: Amlogic updates for v4.21 Kevin Hilman
2018-11-30 23:18 ` Olof Johansson
2018-11-30 23:18   ` Olof Johansson

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=7hr2f38v8r.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --cc=linus-amlogic@lists.infradead.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.