Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1641764 > unrolled thread

[GIT PULL] ARM: uniphier: UniPhier fixes for v4.12

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2017-05-15 16:50 +0200
Last post2017-05-18 11:10 +0200
Articles 2 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] ARM: uniphier: UniPhier fixes for v4.12 Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-15 16:50 +0200
    Re: [GIT PULL] ARM: uniphier: UniPhier fixes for v4.12 Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-18 11:10 +0200

#1641764 — [GIT PULL] ARM: uniphier: UniPhier fixes for v4.12

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-05-15 16:50 +0200
Subject[GIT PULL] ARM: uniphier: UniPhier fixes for v4.12
Message-ID<tHptU-XY-7@gated-at.bofh.it>
Hi Arnd, Olof,

Here are some ARM UniPhier SoC fixes for v4.12.
Due to the eMMC driver update, PHY parameters must be specified
via DT to make the eMMC controller work again.
The rest is DTC warning fixes reported when building DT with W=1.
Please pull!


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/masahiroy/linux-uniphier.git
tags/uniphier-fixes-v4.12

for you to fetch changes up to 96abf9ded7954d9e6f3a7775353d9550b1283db9:

  arm64: dts: uniphier: fix simple-bus unit address format error
(2017-05-14 11:43:46 +0900)

----------------------------------------------------------------
UniPhier ARM SoC fixes for v4.12

- add necessary DT properties to get eMMC work again
- fix DTC warnings when compiled with W=1

----------------------------------------------------------------
Masahiro Yamada (4):
      arm64: dts: uniphier: add input-delay properties to Cadence eMMC node
      arm64: dts: uniphier: add cdns, phy-dll-delay-sdclk(-hsmmc) for eMMC
      ARM: dts: uniphier: fix simple-bus unit address format error
      arm64: dts: uniphier: fix simple-bus unit address format error

Viresh Kumar (2):
      ARM: uniphier: Use - instead of @ for DT OPP entries
      arm64: uniphier: Use - instead of @ for DT OPP entries

 arch/arm/boot/dts/uniphier-ld4.dtsi              |  2 +-
 arch/arm/boot/dts/uniphier-pro4.dtsi             |  2 +-
 arch/arm/boot/dts/uniphier-pro5.dtsi             | 34 ++++++++++-----------
 arch/arm/boot/dts/uniphier-pxs2.dtsi             | 18 +++++------
 arch/arm/boot/dts/uniphier-sld3.dtsi             |  2 +-
 arch/arm/boot/dts/uniphier-sld8.dtsi             |  2 +-
 arch/arm/boot/dts/uniphier-support-card.dtsi     |  4 +--
 arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 21 ++++++++-----
 arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 39 +++++++++++++-----------
 9 files changed, 67 insertions(+), 57 deletions(-)


-- 
Best Regards
Masahiro Yamada

[toc] | [next] | [standalone]


#1643994

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-05-18 11:10 +0200
Message-ID<tIpBw-8eh-25@gated-at.bofh.it>
In reply to#1641764
Hi Arnd, Olof,


Please ignore this pull request.
(Probably) I found a problem in one patch.

I will fix it, then send a new pull request later.

Thanks!




2017-05-15 23:44 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> Hi Arnd, Olof,
>
> Here are some ARM UniPhier SoC fixes for v4.12.
> Due to the eMMC driver update, PHY parameters must be specified
> via DT to make the eMMC controller work again.
> The rest is DTC warning fixes reported when building DT with W=1.
> Please pull!
>
>
> 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/masahiroy/linux-uniphier.git
> tags/uniphier-fixes-v4.12
>
> for you to fetch changes up to 96abf9ded7954d9e6f3a7775353d9550b1283db9:
>
>   arm64: dts: uniphier: fix simple-bus unit address format error
> (2017-05-14 11:43:46 +0900)
>
> ----------------------------------------------------------------
> UniPhier ARM SoC fixes for v4.12
>
> - add necessary DT properties to get eMMC work again
> - fix DTC warnings when compiled with W=1
>
> ----------------------------------------------------------------
> Masahiro Yamada (4):
>       arm64: dts: uniphier: add input-delay properties to Cadence eMMC node
>       arm64: dts: uniphier: add cdns, phy-dll-delay-sdclk(-hsmmc) for eMMC
>       ARM: dts: uniphier: fix simple-bus unit address format error
>       arm64: dts: uniphier: fix simple-bus unit address format error
>
> Viresh Kumar (2):
>       ARM: uniphier: Use - instead of @ for DT OPP entries
>       arm64: uniphier: Use - instead of @ for DT OPP entries
>
>  arch/arm/boot/dts/uniphier-ld4.dtsi              |  2 +-
>  arch/arm/boot/dts/uniphier-pro4.dtsi             |  2 +-
>  arch/arm/boot/dts/uniphier-pro5.dtsi             | 34 ++++++++++-----------
>  arch/arm/boot/dts/uniphier-pxs2.dtsi             | 18 +++++------
>  arch/arm/boot/dts/uniphier-sld3.dtsi             |  2 +-
>  arch/arm/boot/dts/uniphier-sld8.dtsi             |  2 +-
>  arch/arm/boot/dts/uniphier-support-card.dtsi     |  4 +--
>  arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 21 ++++++++-----
>  arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 39 +++++++++++++-----------
>  9 files changed, 67 insertions(+), 57 deletions(-)
>
>
> --
> Best Regards
> Masahiro Yamada



-- 
Best Regards
Masahiro Yamada

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web