All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@baylibre.com>
To: soc@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] arm64: dts: Amlogic updates for v5.6
Date: Mon, 13 Jan 2020 15:58:23 -0800	[thread overview]
Message-ID: <7hsgkidi3k.fsf@baylibre.com> (raw)

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -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 be63807524ddfd4c2e87ffd6cf2de8e7617d4832:

  arm64: dts: meson: add audio fifo depths (2020-01-08 10:52:12 -0800)

----------------------------------------------------------------
arm64: dts: Amlogic updates for v5.6
- new boards: libretech-pc (S912 and S905D versions)
- new board: Videostrong KII Pro
- A1: add reset controller

----------------------------------------------------------------
Jerome Brunet (4):
      arm64: dts: meson: gxl: add i2c C pins
      dt-bindings: arm: amlogic: add libretech-pc bindings
      arm64: dts: meson: add libretech-pc boards support
      arm64: dts: meson: add audio fifo depths

Maxime Jourdan (1):
      arm64: dts: meson-g12-common: add video decoder node

Mohammad Rasim (3):
      dt-bindings: Add vendor prefix for Videostrong
      dt-bindings: arm: amlogic: add Videostrong KII Pro bindings
      arm64: dts: meson-gxbb: add support for Videostrong KII Pro

Neil Armstrong (1):
      arm64: dts: meson-sm1: add video decoder compatible

Qianggui Song (1):
      arm64: dts: meson: a1: add pinctrl controller support

Xingyu Chen (1):
      arm64: dts: meson: add reset controller for Meson-A1 SoC

 Documentation/devicetree/bindings/arm/amlogic.yaml     |   3 +
 Documentation/devicetree/bindings/vendor-prefixes.yaml |   2 +
 arch/arm64/boot/dts/amlogic/Makefile                   |   3 +
 arch/arm64/boot/dts/amlogic/meson-a1.dtsi              |  25 ++
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi             |   6 +
 arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi      |  23 ++
 arch/arm64/boot/dts/amlogic/meson-g12.dtsi             |   6 +
 arch/arm64/boot/dts/amlogic/meson-gx-libretech-pc.dtsi | 375 ++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts     |  78 +++++
 .../boot/dts/amlogic/meson-gxl-s905d-libretech-pc.dts  |  16 +
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi             |   9 +
 .../boot/dts/amlogic/meson-gxm-s912-libretech-pc.dts   |  62 ++++
 arch/arm64/boot/dts/amlogic/meson-sm1.dtsi             |  12 +
 13 files changed, 620 insertions(+)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gx-libretech-pc.dtsi
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-libretech-pc.dts
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-s912-libretech-pc.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: soc@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] arm64: dts: Amlogic updates for v5.6
Date: Mon, 13 Jan 2020 15:58:23 -0800	[thread overview]
Message-ID: <7hsgkidi3k.fsf@baylibre.com> (raw)

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -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 be63807524ddfd4c2e87ffd6cf2de8e7617d4832:

  arm64: dts: meson: add audio fifo depths (2020-01-08 10:52:12 -0800)

----------------------------------------------------------------
arm64: dts: Amlogic updates for v5.6
- new boards: libretech-pc (S912 and S905D versions)
- new board: Videostrong KII Pro
- A1: add reset controller

----------------------------------------------------------------
Jerome Brunet (4):
      arm64: dts: meson: gxl: add i2c C pins
      dt-bindings: arm: amlogic: add libretech-pc bindings
      arm64: dts: meson: add libretech-pc boards support
      arm64: dts: meson: add audio fifo depths

Maxime Jourdan (1):
      arm64: dts: meson-g12-common: add video decoder node

Mohammad Rasim (3):
      dt-bindings: Add vendor prefix for Videostrong
      dt-bindings: arm: amlogic: add Videostrong KII Pro bindings
      arm64: dts: meson-gxbb: add support for Videostrong KII Pro

Neil Armstrong (1):
      arm64: dts: meson-sm1: add video decoder compatible

Qianggui Song (1):
      arm64: dts: meson: a1: add pinctrl controller support

Xingyu Chen (1):
      arm64: dts: meson: add reset controller for Meson-A1 SoC

 Documentation/devicetree/bindings/arm/amlogic.yaml     |   3 +
 Documentation/devicetree/bindings/vendor-prefixes.yaml |   2 +
 arch/arm64/boot/dts/amlogic/Makefile                   |   3 +
 arch/arm64/boot/dts/amlogic/meson-a1.dtsi              |  25 ++
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi             |   6 +
 arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi      |  23 ++
 arch/arm64/boot/dts/amlogic/meson-g12.dtsi             |   6 +
 arch/arm64/boot/dts/amlogic/meson-gx-libretech-pc.dtsi | 375 ++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts     |  78 +++++
 .../boot/dts/amlogic/meson-gxl-s905d-libretech-pc.dts  |  16 +
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi             |   9 +
 .../boot/dts/amlogic/meson-gxm-s912-libretech-pc.dts   |  62 ++++
 arch/arm64/boot/dts/amlogic/meson-sm1.dtsi             |  12 +
 13 files changed, 620 insertions(+)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gx-libretech-pc.dtsi
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-libretech-pc.dts
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-s912-libretech-pc.dts

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

             reply	other threads:[~2020-01-13 23:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-13 23:58 Kevin Hilman [this message]
2020-01-13 23:58 ` [GIT PULL] arm64: dts: Amlogic updates for v5.6 Kevin Hilman

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=7hsgkidi3k.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --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.