mbox

[GIT,PULL] Rockchip dts64 fixes for 4.9-rc

Message ID 2007497.qXCdMDh9Wq@phil
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.9-rockchip-dts64-fixes1

Message

Heiko Stuebner Oct. 28, 2016, 9:22 a.m. UTC
Hi Arnd, Kevin, Olof,

please find below two fixes for 64bit Rockchip boards. One makes
binds/unbinds fail and the other drops one unnecessary property.

Please pull.
Thanks
Heiko

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.9-rockchip-dts64-fixes1

for you to fetch changes up to 7c6273194445fe1316084d3096f9311c3dfa4da6:

  arm64: dts: rockchip: remove the abuse of keep-power-in-suspend (2016-10-18 20:03:54 +0200)

----------------------------------------------------------------
Correct regulator handling on Rockchip arm64 boards to make
bind/unbind calls work correctly and remove a sdio-only
property from non-sdio mmc hosts, that accidentially was
added there.

----------------------------------------------------------------
Shawn Lin (2):
      arm64: dts: rockchip: remove always-on and boot-on from vcc_sd
      arm64: dts: rockchip: remove the abuse of keep-power-in-suspend

 arch/arm64/boot/dts/rockchip/rk3368-geekbox.dts        | 3 ---
 arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts | 4 ----
 2 files changed, 7 deletions(-)

Comments

Olof Johansson Oct. 29, 2016, 6:10 p.m. UTC | #1
On Fri, Oct 28, 2016 at 11:22:20AM +0200, Heiko Stuebner wrote:
> Hi Arnd, Kevin, Olof,
> 
> please find below two fixes for 64bit Rockchip boards. One makes
> binds/unbinds fail and the other drops one unnecessary property.
> 
> Please pull.
> Thanks
> Heiko
> 
> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
> 
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.9-rockchip-dts64-fixes1
> 
> for you to fetch changes up to 7c6273194445fe1316084d3096f9311c3dfa4da6:
> 
>   arm64: dts: rockchip: remove the abuse of keep-power-in-suspend (2016-10-18 20:03:54 +0200)
> 
> ----------------------------------------------------------------
> Correct regulator handling on Rockchip arm64 boards to make
> bind/unbind calls work correctly and remove a sdio-only
> property from non-sdio mmc hosts, that accidentially was
> added there.
> 
> ----------------------------------------------------------------
> Shawn Lin (2):
>       arm64: dts: rockchip: remove always-on and boot-on from vcc_sd
>       arm64: dts: rockchip: remove the abuse of keep-power-in-suspend

Merged, thanks.


-Olof