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] arm64: dts: Amlogic updates for v5.1
Date: Mon, 11 Feb 2019 12:54:18 -0800 [thread overview]
Message-ID: <7h8symdp1h.fsf@baylibre.com> (raw)
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64
for you to fetch changes up to d3aa4ce87348b59d7b240ae356559313a8db2f58:
arm64: dts: meson: add g12a x96 max board (2019-02-08 09:44:06 -0800)
----------------------------------------------------------------
arm64: dts: Amlogic updates for v5.1
- new board: G12a-based x96 max
- G12a: add peripheral clock controller and clock measure support
- s400: fix SD/eMMC max rate issues
- s400: audio: add sp/dif in support
- GX: support simplefb
----------------------------------------------------------------
Jerome Brunet (10):
arm64: dts: meson-axg: add spdifin
arm64: dts: meson-axg: s400: add spdif-dir codec
arm64: dts: meson-axg: s400: add spdifin to the sound card
arm64: dts: meson: s400: enable sdr104 on sdio
arm64: dts: meson: s400: fix emmc maximum rate
arm64: dts: meson-axg: add efuse device
arm64: dts: meson: fix g12a buses
arm64: dts: meson: axg: add clk measure support
arm64: dts: meson: g12a: add clk measure support
arm64: dts: meson: g12a: add peripheral clock controller
Kevin Hilman (2):
dt-bindings: arm: amlogic: add amediatech x96-max bindings
arm64: dts: meson: add g12a x96 max board
Maxime Jourdan (3):
arm64: dts: meson-gx: Add canvas provider node to the vpu
dt-bindings: meson: add specific simplefb bindings
arm64: dts: meson-gx: add support for simplefb
Documentation/devicetree/bindings/arm/amlogic.txt | 1 +
Documentation/devicetree/bindings/display/amlogic,simple-framebuffer.txt | 33 +++++++++++++++++++++++++++++++++
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
arch/arm64/boot/dts/amlogic/Makefile | 1 +
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 30 +++++++++++++++++++++++++++---
arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 25 +++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts | 28 ++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 62 +++++++++++++++++++++++++++++++++++++++++---------------------
arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 23 +++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 6 ++++++
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 6 ++++++
11 files changed, 192 insertions(+), 24 deletions(-)
create mode 100644 Documentation/devicetree/bindings/display/amlogic,simple-framebuffer.txt
create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts
_______________________________________________
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: arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] arm64: dts: Amlogic updates for v5.1
Date: Mon, 11 Feb 2019 12:54:18 -0800 [thread overview]
Message-ID: <7h8symdp1h.fsf@baylibre.com> (raw)
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64
for you to fetch changes up to d3aa4ce87348b59d7b240ae356559313a8db2f58:
arm64: dts: meson: add g12a x96 max board (2019-02-08 09:44:06 -0800)
----------------------------------------------------------------
arm64: dts: Amlogic updates for v5.1
- new board: G12a-based x96 max
- G12a: add peripheral clock controller and clock measure support
- s400: fix SD/eMMC max rate issues
- s400: audio: add sp/dif in support
- GX: support simplefb
----------------------------------------------------------------
Jerome Brunet (10):
arm64: dts: meson-axg: add spdifin
arm64: dts: meson-axg: s400: add spdif-dir codec
arm64: dts: meson-axg: s400: add spdifin to the sound card
arm64: dts: meson: s400: enable sdr104 on sdio
arm64: dts: meson: s400: fix emmc maximum rate
arm64: dts: meson-axg: add efuse device
arm64: dts: meson: fix g12a buses
arm64: dts: meson: axg: add clk measure support
arm64: dts: meson: g12a: add clk measure support
arm64: dts: meson: g12a: add peripheral clock controller
Kevin Hilman (2):
dt-bindings: arm: amlogic: add amediatech x96-max bindings
arm64: dts: meson: add g12a x96 max board
Maxime Jourdan (3):
arm64: dts: meson-gx: Add canvas provider node to the vpu
dt-bindings: meson: add specific simplefb bindings
arm64: dts: meson-gx: add support for simplefb
Documentation/devicetree/bindings/arm/amlogic.txt | 1 +
Documentation/devicetree/bindings/display/amlogic,simple-framebuffer.txt | 33 +++++++++++++++++++++++++++++++++
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
arch/arm64/boot/dts/amlogic/Makefile | 1 +
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 30 +++++++++++++++++++++++++++---
arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 25 +++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts | 28 ++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 62 +++++++++++++++++++++++++++++++++++++++++---------------------
arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 23 +++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 6 ++++++
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 6 ++++++
11 files changed, 192 insertions(+), 24 deletions(-)
create mode 100644 Documentation/devicetree/bindings/display/amlogic,simple-framebuffer.txt
create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2019-02-11 20:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-11 20:54 Kevin Hilman [this message]
2019-02-11 20:54 ` [GIT PULL] arm64: dts: Amlogic updates for v5.1 Kevin Hilman
2019-02-15 15:04 ` Arnd Bergmann
2019-02-15 15:04 ` 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=7h8symdp1h.fsf@baylibre.com \
--to=khilman@baylibre.com \
--cc=arm@kernel.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@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.