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

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

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 54ef8539f5a3c3da0a415c4afa41556547c973fd:

  ARM: dts: meson8b: odroidc1: add stdout-path property (2018-09-26 01:49:49 -0700)

----------------------------------------------------------------
ARM: dts: Amlogic updates for v4.20
- fix clock controller register sizes
- new board: Endless Mini (EC-100) by Endless Mobile
- add voltage regulators

----------------------------------------------------------------
Martin Blumenstingl (11):
      ARM: dts: meson8: fix the clock controller register size
      ARM: dts: meson8b: fix the clock controller register size
      dt-bindings: add vendor prefix for "Endless Mobile, Inc."
      dt-bindings: arm: amlogic: Add the Endless Mobile Endless Mini (EC-100)
      ARM: dts: meson8b: add the I2C_A, PWM_C and UART_B pins
      ARM: dts: meson8b: add the RMII pins
      ARM: dts: meson8b: Add support for the Endless Mini (EC-100)
      ARM: dts: meson8b: odroidc1: add the CPU voltage regulator
      ARM: dts: meson8b: odroidc1: add the fixed voltage regulators
      ARM: dts: meson8b: odroidc1: enable the SAR ADC
      ARM: dts: meson8b: odroidc1: add stdout-path property

 Documentation/devicetree/bindings/arm/amlogic.txt     |   1 +
 Documentation/devicetree/bindings/vendor-prefixes.txt |   1 +
 arch/arm/boot/dts/Makefile                            |   1 +
 arch/arm/boot/dts/meson8.dtsi                         |   2 +-
 arch/arm/boot/dts/meson8b-ec100.dts                   | 248 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/meson8b-odroidc1.dts                | 109 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/meson8b.dtsi                        |  47 ++++++++++++-
 7 files changed, 407 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boot/dts/meson8b-ec100.dts

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

* [GIT PULL] ARM: dts: Amlogic updates for v4.20
@ 2018-09-27 10:01 ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2018-09-27 10:01 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

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 54ef8539f5a3c3da0a415c4afa41556547c973fd:

  ARM: dts: meson8b: odroidc1: add stdout-path property (2018-09-26 01:49:49 -0700)

----------------------------------------------------------------
ARM: dts: Amlogic updates for v4.20
- fix clock controller register sizes
- new board: Endless Mini (EC-100) by Endless Mobile
- add voltage regulators

----------------------------------------------------------------
Martin Blumenstingl (11):
      ARM: dts: meson8: fix the clock controller register size
      ARM: dts: meson8b: fix the clock controller register size
      dt-bindings: add vendor prefix for "Endless Mobile, Inc."
      dt-bindings: arm: amlogic: Add the Endless Mobile Endless Mini (EC-100)
      ARM: dts: meson8b: add the I2C_A, PWM_C and UART_B pins
      ARM: dts: meson8b: add the RMII pins
      ARM: dts: meson8b: Add support for the Endless Mini (EC-100)
      ARM: dts: meson8b: odroidc1: add the CPU voltage regulator
      ARM: dts: meson8b: odroidc1: add the fixed voltage regulators
      ARM: dts: meson8b: odroidc1: enable the SAR ADC
      ARM: dts: meson8b: odroidc1: add stdout-path property

 Documentation/devicetree/bindings/arm/amlogic.txt     |   1 +
 Documentation/devicetree/bindings/vendor-prefixes.txt |   1 +
 arch/arm/boot/dts/Makefile                            |   1 +
 arch/arm/boot/dts/meson8.dtsi                         |   2 +-
 arch/arm/boot/dts/meson8b-ec100.dts                   | 248 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/meson8b-odroidc1.dts                | 109 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/meson8b.dtsi                        |  47 ++++++++++++-
 7 files changed, 407 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boot/dts/meson8b-ec100.dts

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

* [GIT PULL] ARM: dts: Amlogic updates for v4.20
  2018-09-27 10:01 ` Kevin Hilman
@ 2018-09-28 10:47   ` Arnd Bergmann
  -1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2018-09-28 10:47 UTC (permalink / raw)
  To: linus-amlogic

On Thu, Sep 27, 2018 at 12:02 PM Kevin Hilman <khilman@baylibre.com> wrote:
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> 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 54ef8539f5a3c3da0a415c4afa41556547c973fd:
>
>   ARM: dts: meson8b: odroidc1: add stdout-path property (2018-09-26 01:49:49 -0700)
>
> ----------------------------------------------------------------
> ARM: dts: Amlogic updates for v4.20
> - fix clock controller register sizes
> - new board: Endless Mini (EC-100) by Endless Mobile
> - add voltage regulators

Pulled, thanks!

      Arnd

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

* [GIT PULL] ARM: dts: Amlogic updates for v4.20
@ 2018-09-28 10:47   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2018-09-28 10:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Sep 27, 2018 at 12:02 PM Kevin Hilman <khilman@baylibre.com> wrote:
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> 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 54ef8539f5a3c3da0a415c4afa41556547c973fd:
>
>   ARM: dts: meson8b: odroidc1: add stdout-path property (2018-09-26 01:49:49 -0700)
>
> ----------------------------------------------------------------
> ARM: dts: Amlogic updates for v4.20
> - fix clock controller register sizes
> - new board: Endless Mini (EC-100) by Endless Mobile
> - add voltage regulators

Pulled, thanks!

      Arnd

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

end of thread, other threads:[~2018-09-28 10:47 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:01 [GIT PULL] ARM: dts: Amlogic updates for v4.20 Kevin Hilman
2018-09-27 10:01 ` Kevin Hilman
2018-09-28 10:47 ` Arnd Bergmann
2018-09-28 10:47   ` 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.