All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Amlogic 32-bit DT changes for v4.13 (round 2)
@ 2017-06-22 21:46 ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2017-06-22 21:46 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Olof,

Here's a small round 2 of 32-bit DT changes for Amlogic SoCs.  This was
waiting for the clock dependencies to be merged, and they are now in
clk-next.

The dependencies on clock headers were generously separated out by the
clock maintainers (thanks Neil & Jerome)

Kevin

The following changes since commit 2c323c43a3d619d67bffa57dc7480cfae4c53300:

  ARM: dts: meson8: add and use the real clock controller (2017-06-09 11:21:21 -0700)

are available in the git repository at:

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

for you to fetch changes up to f28d4bdb74b6fec482cdbba032369a185baa74b9:

  ARM: dts: meson: use the real ethernet clock on Meson8 and Meson8b (2017-06-16 12:07:11 -0700)

----------------------------------------------------------------
Amlogic 32-bit DT changes for v4.13 (round 2)
- greatly expands DT clock support for meson8b

----------------------------------------------------------------
Helmut Klein (1):
      clk: meson-gxbb: expose UART clocks

Jerome Brunet (3):
      clk: meson-gxbb: expose spdif clock gates
      clk: meson-gxbb: expose i2s master clock
      clk: meson-gxbb: expose spdif master clock

Kevin Hilman (1):
      Merge tag 'meson-clk-headers-for-4.13-2' of git://github.com/BayLibre/clk-meson into v4.13/dt

Martin Blumenstingl (17):
      clk: meson-gxbb: un-export the CPU clock
      clk: meson8b: export the SAR ADC clocks
      clk: meson8b: export the SDIO clock
      clk: meson8b: export the gate clock for the HW random number generator
      clk: meson8b: export the USB clocks
      clk: meson8b: export the ethernet gate clock
      ARM: dts: meson8: fix the IR receiver pins
      ARM: dts: meson: use C preprocessor friendly include syntax
      ARM: dts: meson: use GIC_SPI and IRQ_TYPE_EDGE_RISING macros
      ARM: dts: meson8: add the PWM_E and PWM_F pins
      ARM: dts: meson8: add the pins for the SDIO controller
      ARM: dts: meson: add the SAR ADC
      ARM: dts: meson8: add reserved memory zones
      ARM: dts: meson: add the hardware random number generator
      ARM: dts: meson: add USB support on Meson8 and Meson8b
      ARM: dts: meson8b: add the SCU device node
      ARM: dts: meson: use the real ethernet clock on Meson8 and Meson8b

Neil Armstrong (1):
      clk: meson-gxbb: expose SPICC gate

 arch/arm/boot/dts/meson.dtsi             |  75 ++++++++++++++++++++++++++++++++++++-------
 arch/arm/boot/dts/meson6-atv1200.dts     |   2 +-
 arch/arm/boot/dts/meson6.dtsi            |   2 +-
 arch/arm/boot/dts/meson8.dtsi            | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 arch/arm/boot/dts/meson8b.dtsi           |  50 +++++++++++++++++++++++++++++
 drivers/clk/meson/gxbb.h                 |  20 ++++++------
 drivers/clk/meson/meson8b.h              |  20 ++++++------
 include/dt-bindings/clock/gxbb-clkc.h    |  10 +++++-
 include/dt-bindings/clock/meson8b-clkc.h |  10 ++++++
 9 files changed, 271 insertions(+), 42 deletions(-)

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

* [GIT PULL] Amlogic 32-bit DT changes for v4.13 (round 2)
@ 2017-06-22 21:46 ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2017-06-22 21:46 UTC (permalink / raw)
  To: linus-amlogic

Arnd, Olof,

Here's a small round 2 of 32-bit DT changes for Amlogic SoCs.  This was
waiting for the clock dependencies to be merged, and they are now in
clk-next.

The dependencies on clock headers were generously separated out by the
clock maintainers (thanks Neil & Jerome)

Kevin

The following changes since commit 2c323c43a3d619d67bffa57dc7480cfae4c53300:

  ARM: dts: meson8: add and use the real clock controller (2017-06-09 11:21:21 -0700)

are available in the git repository at:

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

for you to fetch changes up to f28d4bdb74b6fec482cdbba032369a185baa74b9:

  ARM: dts: meson: use the real ethernet clock on Meson8 and Meson8b (2017-06-16 12:07:11 -0700)

----------------------------------------------------------------
Amlogic 32-bit DT changes for v4.13 (round 2)
- greatly expands DT clock support for meson8b

----------------------------------------------------------------
Helmut Klein (1):
      clk: meson-gxbb: expose UART clocks

Jerome Brunet (3):
      clk: meson-gxbb: expose spdif clock gates
      clk: meson-gxbb: expose i2s master clock
      clk: meson-gxbb: expose spdif master clock

Kevin Hilman (1):
      Merge tag 'meson-clk-headers-for-4.13-2' of git://github.com/BayLibre/clk-meson into v4.13/dt

Martin Blumenstingl (17):
      clk: meson-gxbb: un-export the CPU clock
      clk: meson8b: export the SAR ADC clocks
      clk: meson8b: export the SDIO clock
      clk: meson8b: export the gate clock for the HW random number generator
      clk: meson8b: export the USB clocks
      clk: meson8b: export the ethernet gate clock
      ARM: dts: meson8: fix the IR receiver pins
      ARM: dts: meson: use C preprocessor friendly include syntax
      ARM: dts: meson: use GIC_SPI and IRQ_TYPE_EDGE_RISING macros
      ARM: dts: meson8: add the PWM_E and PWM_F pins
      ARM: dts: meson8: add the pins for the SDIO controller
      ARM: dts: meson: add the SAR ADC
      ARM: dts: meson8: add reserved memory zones
      ARM: dts: meson: add the hardware random number generator
      ARM: dts: meson: add USB support on Meson8 and Meson8b
      ARM: dts: meson8b: add the SCU device node
      ARM: dts: meson: use the real ethernet clock on Meson8 and Meson8b

Neil Armstrong (1):
      clk: meson-gxbb: expose SPICC gate

 arch/arm/boot/dts/meson.dtsi             |  75 ++++++++++++++++++++++++++++++++++++-------
 arch/arm/boot/dts/meson6-atv1200.dts     |   2 +-
 arch/arm/boot/dts/meson6.dtsi            |   2 +-
 arch/arm/boot/dts/meson8.dtsi            | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 arch/arm/boot/dts/meson8b.dtsi           |  50 +++++++++++++++++++++++++++++
 drivers/clk/meson/gxbb.h                 |  20 ++++++------
 drivers/clk/meson/meson8b.h              |  20 ++++++------
 include/dt-bindings/clock/gxbb-clkc.h    |  10 +++++-
 include/dt-bindings/clock/meson8b-clkc.h |  10 ++++++
 9 files changed, 271 insertions(+), 42 deletions(-)

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

* [GIT PULL] Amlogic 32-bit DT changes for v4.13 (round 2)
  2017-06-22 21:46 ` Kevin Hilman
@ 2017-06-29 14:59   ` Arnd Bergmann
  -1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-06-29 14:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jun 22, 2017 at 11:46 PM, Kevin Hilman <khilman@baylibre.com> wrote:
> Arnd, Olof,
>
> Here's a small round 2 of 32-bit DT changes for Amlogic SoCs.  This was
> waiting for the clock dependencies to be merged, and they are now in
> clk-next.
>
> The dependencies on clock headers were generously separated out by the
> clock maintainers (thanks Neil & Jerome)

Pulled into next/dt, thanks!

        Arnd

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

* [GIT PULL] Amlogic 32-bit DT changes for v4.13 (round 2)
@ 2017-06-29 14:59   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-06-29 14:59 UTC (permalink / raw)
  To: linus-amlogic

On Thu, Jun 22, 2017 at 11:46 PM, Kevin Hilman <khilman@baylibre.com> wrote:
> Arnd, Olof,
>
> Here's a small round 2 of 32-bit DT changes for Amlogic SoCs.  This was
> waiting for the clock dependencies to be merged, and they are now in
> clk-next.
>
> The dependencies on clock headers were generously separated out by the
> clock maintainers (thanks Neil & Jerome)

Pulled into next/dt, thanks!

        Arnd

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

end of thread, other threads:[~2017-06-29 14:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-22 21:46 [GIT PULL] Amlogic 32-bit DT changes for v4.13 (round 2) Kevin Hilman
2017-06-22 21:46 ` Kevin Hilman
2017-06-29 14:59 ` Arnd Bergmann
2017-06-29 14:59   ` 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.