All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64: dts: Amlogic updates for v4.20, round 2
@ 2018-09-27 10:05 ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2018-09-27 10:05 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 445f2bda3501508b801b3571baee33de0ac44e1f:

  arm64: dts: meson: Switch simple-mfd and syscon order (2018-09-13 09:16:36 -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 9c8c52f7cb4f3b604bb9836947dadfbb255f465f:

  arm64: dts: meson-g12a: add initial g12a s905d2 SoC DT support (2018-09-26 02:04:58 -0700)

----------------------------------------------------------------
Amlogic ARM64 DT updates for v4.20, round 2
- new SoC support: basic support for G12A family
- new board: Amlogic U200 board, using G12A SoC
- fix SPI bus warnings from new dtc updates

----------------------------------------------------------------
Jianxin Pan (2):
      dt-bindings: arm: amlogic: Add Meson G12A binding
      arm64: dts: meson-g12a: add initial g12a s905d2 SoC DT support

Rob Herring (1):
      arm64: dts: meson: Fix erroneous SPI bus warnings

 Documentation/devicetree/bindings/arm/amlogic.txt |   6 +++
 arch/arm64/boot/dts/amlogic/Makefile              |   1 +
 arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts   |  29 +++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi       | 172 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi       |   2 +-
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi        |   2 +-
 6 files changed, 210 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] arm64: dts: Amlogic updates for v4.20, round 2
@ 2018-09-27 10:05 ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2018-09-27 10:05 UTC (permalink / raw)
  To: linus-amlogic

The following changes since commit 445f2bda3501508b801b3571baee33de0ac44e1f:

  arm64: dts: meson: Switch simple-mfd and syscon order (2018-09-13 09:16:36 -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 9c8c52f7cb4f3b604bb9836947dadfbb255f465f:

  arm64: dts: meson-g12a: add initial g12a s905d2 SoC DT support (2018-09-26 02:04:58 -0700)

----------------------------------------------------------------
Amlogic ARM64 DT updates for v4.20, round 2
- new SoC support: basic support for G12A family
- new board: Amlogic U200 board, using G12A SoC
- fix SPI bus warnings from new dtc updates

----------------------------------------------------------------
Jianxin Pan (2):
      dt-bindings: arm: amlogic: Add Meson G12A binding
      arm64: dts: meson-g12a: add initial g12a s905d2 SoC DT support

Rob Herring (1):
      arm64: dts: meson: Fix erroneous SPI bus warnings

 Documentation/devicetree/bindings/arm/amlogic.txt |   6 +++
 arch/arm64/boot/dts/amlogic/Makefile              |   1 +
 arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts   |  29 +++++++++++++
 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi       | 172 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi       |   2 +-
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi        |   2 +-
 6 files changed, 210 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] arm64: dts: Amlogic updates for v4.20, round 2
  2018-09-27 10:05 ` Kevin Hilman
@ 2018-09-28 10:49   ` Arnd Bergmann
  -1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2018-09-28 10:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Sep 27, 2018 at 12:05 PM Kevin Hilman <khilman@baylibre.com> wrote:
>
> The following changes since commit 445f2bda3501508b801b3571baee33de0ac44e1f:
>
>   arm64: dts: meson: Switch simple-mfd and syscon order (2018-09-13 09:16:36 -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 9c8c52f7cb4f3b604bb9836947dadfbb255f465f:
>
>   arm64: dts: meson-g12a: add initial g12a s905d2 SoC DT support (2018-09-26 02:04:58 -0700)
>
> ----------------------------------------------------------------
> Amlogic ARM64 DT updates for v4.20, round 2
> - new SoC support: basic support for G12A family
> - new board: Amlogic U200 board, using G12A SoC
> - fix SPI bus warnings from new dtc updates

Pulled, thanks!

      Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] arm64: dts: Amlogic updates for v4.20, round 2
@ 2018-09-28 10:49   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2018-09-28 10:49 UTC (permalink / raw)
  To: linus-amlogic

On Thu, Sep 27, 2018 at 12:05 PM Kevin Hilman <khilman@baylibre.com> wrote:
>
> The following changes since commit 445f2bda3501508b801b3571baee33de0ac44e1f:
>
>   arm64: dts: meson: Switch simple-mfd and syscon order (2018-09-13 09:16:36 -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 9c8c52f7cb4f3b604bb9836947dadfbb255f465f:
>
>   arm64: dts: meson-g12a: add initial g12a s905d2 SoC DT support (2018-09-26 02:04:58 -0700)
>
> ----------------------------------------------------------------
> Amlogic ARM64 DT updates for v4.20, round 2
> - new SoC support: basic support for G12A family
> - new board: Amlogic U200 board, using G12A SoC
> - fix SPI bus warnings from new dtc updates

Pulled, thanks!

      Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-28 10:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-27 10:05 [GIT PULL] arm64: dts: Amlogic updates for v4.20, round 2 Kevin Hilman
2018-09-27 10:05 ` Kevin Hilman
2018-09-28 10:49 ` Arnd Bergmann
2018-09-28 10:49   ` Arnd Bergmann

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.