All of lore.kernel.org
 help / color / mirror / Atom feed
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.2, round 2
Date: Sun, 21 Apr 2019 07:51:43 -0700	[thread overview]
Message-ID: <7hmukj9zsw.fsf@baylibre.com> (raw)

Olof, Arnd,

Here's a 2nd round of changes for the 64-bit SoCs from Amlogic.

Note that in order to support display/gfx and USb on these, there's a
dependency on new clocks and resets also added this cycle.  Those
dependencies are already queued in the respecitive maintainer trees for
v5.2, and I've merged those tags into this branch as well to avoid any
build breakage.

Please pull,

Thanks,

Kevin


The following changes since commit e2cffeb398f4830b004774444809ee256b9bc653:

  arm64: dts: meson-g12a: Add CMA reserved memory (2019-03-29 14:19:42 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 659f2563d323b09ca12b0e70bb6a50c1b25af3ee:

  arm64: dts: meson-g12a-u200: Add support for Video Display (2019-04-16 11:21:46 -0700)

----------------------------------------------------------------
arm64: dts: Amlogic updates for v5.2, round 2
- add display/gfx support for G12a boards
- enable USB for g12a boards

----------------------------------------------------------------
Christian Hewitt (1):
      arm64: dts: meson-gxm: Add Mali-T820 node

Jerome Brunet (2):
      dt-bindings: clock: axg-audio: unexpose controller inputs
      arm64: dts: meson-g12a-u200: add regulators

Kevin Hilman (2):
      Merge tag 'meson-clk-headers-5.2' of git://github.com/BayLibre/clk-meson into v5.2/dt64
      Merge branch 'reset/meson-g12a' of git://git.pengutronix.de/pza/linux into v5.2/dt64

Martin Blumenstingl (3):
      dt-bindings: clock: meson8b: drop the "ABP" clock definition
      dt-bindings: clock: meson8b: export the VPU clock
      dt-bindings: clock: meson8b: export the video decoder clocks

Maxime Jourdan (1):
      dt-bindings: clk: g12a-clkc: add VDEC clock IDs

Neil Armstrong (19):
      clk: meson-g12a: add cpu clock bindings
      clk: g12a-aoclk: re-export CLKID_AO_SAR_ADC_SEL clock id
      dt-bindings: clk: g12a-clkc: add PCIE PLL clock ID
      dt-bindings: reset: meson-g12a: Add missing USB2 PHY resets
      dt-bindings: clock: g12a-aoclk: expose CLKID_AO_CTS_OSCIN
      dt-bindings: gpu: mali-midgard: Add resets property
      dt-bindings: power: amlogic, meson-gx-pwrc: Add G12A compatible
      arm64: dts: meson: g12a: Add SAR ADC node
      arm64: dts: meson: g12a: Add G12A USB nodes
      arm64: dts: meson: g12a: Add mali-g31 gpu node
      arm64: dts: meson-g12a-sei510: Add ADC Key and BT support
      arm64: dts: meson-g12a-sei510: Enable USB
      arm64: dts: meson-g12a-u200: Enable USB
      arm64: dts: meson-g12a-x96-max: Enable USB
      arm64: dts: meson-g12a: Add VPU and HDMI related nodes
      arm64: dts: meson-g12a: Add AO-CEC nodes
      arm64: dts: meson-g12a-x96-max: Add support for Video Display
      arm64: dts: meson-g12a-sei510: Add support for Video Display
      arm64: dts: meson-g12a-u200: Add support for Video Display

 Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt        |  14 +++++
 Documentation/devicetree/bindings/power/amlogic,meson-gx-pwrc.txt |   4 +-
 arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts                 |  88 +++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts                   | 145 +++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts                |  59 +++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi                       | 282 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxm.dtsi                        |  27 ++++++++++
 drivers/clk/meson/axg-audio.h                                     |  20 +++++++
 drivers/clk/meson/g12a-aoclk.h                                    |   2 -
 include/dt-bindings/clock/axg-audio-clkc.h                        |  20 -------
 include/dt-bindings/clock/g12a-aoclkc.h                           |   2 +
 include/dt-bindings/clock/g12a-clkc.h                             |   5 ++
 include/dt-bindings/clock/meson8b-clkc.h                          |   6 ++-
 include/dt-bindings/reset/amlogic,meson-g12a-reset.h              |   5 +-
 14 files changed, 654 insertions(+), 25 deletions(-)

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

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.2, round 2
Date: Sun, 21 Apr 2019 07:51:43 -0700	[thread overview]
Message-ID: <7hmukj9zsw.fsf@baylibre.com> (raw)

Olof, Arnd,

Here's a 2nd round of changes for the 64-bit SoCs from Amlogic.

Note that in order to support display/gfx and USb on these, there's a
dependency on new clocks and resets also added this cycle.  Those
dependencies are already queued in the respecitive maintainer trees for
v5.2, and I've merged those tags into this branch as well to avoid any
build breakage.

Please pull,

Thanks,

Kevin


The following changes since commit e2cffeb398f4830b004774444809ee256b9bc653:

  arm64: dts: meson-g12a: Add CMA reserved memory (2019-03-29 14:19:42 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 659f2563d323b09ca12b0e70bb6a50c1b25af3ee:

  arm64: dts: meson-g12a-u200: Add support for Video Display (2019-04-16 11:21:46 -0700)

----------------------------------------------------------------
arm64: dts: Amlogic updates for v5.2, round 2
- add display/gfx support for G12a boards
- enable USB for g12a boards

----------------------------------------------------------------
Christian Hewitt (1):
      arm64: dts: meson-gxm: Add Mali-T820 node

Jerome Brunet (2):
      dt-bindings: clock: axg-audio: unexpose controller inputs
      arm64: dts: meson-g12a-u200: add regulators

Kevin Hilman (2):
      Merge tag 'meson-clk-headers-5.2' of git://github.com/BayLibre/clk-meson into v5.2/dt64
      Merge branch 'reset/meson-g12a' of git://git.pengutronix.de/pza/linux into v5.2/dt64

Martin Blumenstingl (3):
      dt-bindings: clock: meson8b: drop the "ABP" clock definition
      dt-bindings: clock: meson8b: export the VPU clock
      dt-bindings: clock: meson8b: export the video decoder clocks

Maxime Jourdan (1):
      dt-bindings: clk: g12a-clkc: add VDEC clock IDs

Neil Armstrong (19):
      clk: meson-g12a: add cpu clock bindings
      clk: g12a-aoclk: re-export CLKID_AO_SAR_ADC_SEL clock id
      dt-bindings: clk: g12a-clkc: add PCIE PLL clock ID
      dt-bindings: reset: meson-g12a: Add missing USB2 PHY resets
      dt-bindings: clock: g12a-aoclk: expose CLKID_AO_CTS_OSCIN
      dt-bindings: gpu: mali-midgard: Add resets property
      dt-bindings: power: amlogic, meson-gx-pwrc: Add G12A compatible
      arm64: dts: meson: g12a: Add SAR ADC node
      arm64: dts: meson: g12a: Add G12A USB nodes
      arm64: dts: meson: g12a: Add mali-g31 gpu node
      arm64: dts: meson-g12a-sei510: Add ADC Key and BT support
      arm64: dts: meson-g12a-sei510: Enable USB
      arm64: dts: meson-g12a-u200: Enable USB
      arm64: dts: meson-g12a-x96-max: Enable USB
      arm64: dts: meson-g12a: Add VPU and HDMI related nodes
      arm64: dts: meson-g12a: Add AO-CEC nodes
      arm64: dts: meson-g12a-x96-max: Add support for Video Display
      arm64: dts: meson-g12a-sei510: Add support for Video Display
      arm64: dts: meson-g12a-u200: Add support for Video Display

 Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt        |  14 +++++
 Documentation/devicetree/bindings/power/amlogic,meson-gx-pwrc.txt |   4 +-
 arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts                 |  88 +++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts                   | 145 +++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts                |  59 +++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi                       | 282 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxm.dtsi                        |  27 ++++++++++
 drivers/clk/meson/axg-audio.h                                     |  20 +++++++
 drivers/clk/meson/g12a-aoclk.h                                    |   2 -
 include/dt-bindings/clock/axg-audio-clkc.h                        |  20 -------
 include/dt-bindings/clock/g12a-aoclkc.h                           |   2 +
 include/dt-bindings/clock/g12a-clkc.h                             |   5 ++
 include/dt-bindings/clock/meson8b-clkc.h                          |   6 ++-
 include/dt-bindings/reset/amlogic,meson-g12a-reset.h              |   5 +-
 14 files changed, 654 insertions(+), 25 deletions(-)

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

             reply	other threads:[~2019-04-21 14:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-21 14:51 Kevin Hilman [this message]
2019-04-21 14:51 ` [GIT PULL] arm64: dts: Amlogic updates for v5.2, round 2 Kevin Hilman
2019-04-28 19:50 ` Olof Johansson
2019-04-28 19:50   ` 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=7hmukj9zsw.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.