mbox

[GIT,PULL] Amlogic 32-bit DT updates for v4.13

Message ID 7htw3ibgut.fsf@baylibre.com
State New
Headers show

Pull-request

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

Message

Kevin Hilman June 14, 2017, 5:48 p.m. UTC
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

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

for you to fetch changes up to 2c323c43a3d619d67bffa57dc7480cfae4c53300:

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

----------------------------------------------------------------
Amlogic 32-bit DT changes for v4.13:
- minor reorganization to support different busses
- add/use real clock controller

----------------------------------------------------------------
Carlo Caione (1):
      ARM: dts: meson: Extend L2 cache controller node for Meson8 and Meson8b

Martin Blumenstingl (3):
      ARM: dts: meson: organize devices in their corresponding busses
      ARM: dts: meson8b: inherit meson.dtsi from meson8b.dtsi
      ARM: dts: meson8: add and use the real clock controller

 arch/arm/boot/dts/meson.dtsi   | 178 ++++++++++++++++++++++++++++++++++++++++-------------------------------------
 arch/arm/boot/dts/meson6.dtsi  |   2 -
 arch/arm/boot/dts/meson8.dtsi  | 138 ++++++++++++++++++++++++++++++++++++++++--------------------
 arch/arm/boot/dts/meson8b.dtsi | 214 +++++++++++++++++++++++++++++++++++++++------------------------------------------------------
 4 files changed, 273 insertions(+), 259 deletions(-)

Comments

Olof Johansson June 19, 2017, 3:38 a.m. UTC | #1
On Wed, Jun 14, 2017 at 10:48:26AM -0700, Kevin Hilman wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt
> 
> for you to fetch changes up to 2c323c43a3d619d67bffa57dc7480cfae4c53300:
> 
>   ARM: dts: meson8: add and use the real clock controller (2017-06-09 11:21:21 -0700)
> 
> ----------------------------------------------------------------
> Amlogic 32-bit DT changes for v4.13:
> - minor reorganization to support different busses
> - add/use real clock controller
> 
> ----------------------------------------------------------------
> Carlo Caione (1):
>       ARM: dts: meson: Extend L2 cache controller node for Meson8 and Meson8b
> 
> Martin Blumenstingl (3):
>       ARM: dts: meson: organize devices in their corresponding busses
>       ARM: dts: meson8b: inherit meson.dtsi from meson8b.dtsi
>       ARM: dts: meson8: add and use the real clock controller

Merged, thanks.


-Olof