mbox

[GIT,PULL,1/2] Rockchip dts fixes for 4.3

Message ID 1879932.6Bpqy7C2KO@phil
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.3-rockchip32-dts3

Message

Heiko Stübner Aug. 25, 2015, 9:25 a.m. UTC
Hi Arnd, Kevin, Olof

Brian found two issues with regulator suspend-properties of the newly
added veyron boards, so please pull these fixes on top.


Thanks
Heiko

The following changes since commit 378abcdf3297613f6712343ce3a79b7d6abdf955:

  ARM: dts: rockchip: add veyron-minnie board (2015-08-08 12:31:27 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.3-rockchip32-dts3

for you to fetch changes up to 467fb18a8d538be6548ef4093003b63aebbb07b9:

  ARM: dts: rockchip: correct regulator power states for suspend (2015-08-21 01:40:35 +0200)

----------------------------------------------------------------
Fixes for non-standard and inverted regulator-suspend-properties
on veyron boards.

----------------------------------------------------------------
Brian Norris (2):
      ARM: dts: rockchip: correct regulator PM properties
      ARM: dts: rockchip: correct regulator power states for suspend

 arch/arm/boot/dts/rk3288-veyron-jerry.dts  | 2 +-
 arch/arm/boot/dts/rk3288-veyron-minnie.dts | 8 ++++++--
 arch/arm/boot/dts/rk3288-veyron-pinky.dts  | 2 +-
 arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi | 4 ++--
 4 files changed, 10 insertions(+), 6 deletions(-)

Comments

Olof Johansson Aug. 25, 2015, 5:16 p.m. UTC | #1
On Tue, Aug 25, 2015 at 2:25 AM, Heiko Stuebner <heiko@sntech.de> wrote:
> Hi Arnd, Kevin, Olof
>
> Brian found two issues with regulator suspend-properties of the newly
> added veyron boards, so please pull these fixes on top.
>
>
> Thanks
> Heiko
>
> The following changes since commit 378abcdf3297613f6712343ce3a79b7d6abdf955:
>
>   ARM: dts: rockchip: add veyron-minnie board (2015-08-08 12:31:27 +0200)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.3-rockchip32-dts3
>
> for you to fetch changes up to 467fb18a8d538be6548ef4093003b63aebbb07b9:
>
>   ARM: dts: rockchip: correct regulator power states for suspend (2015-08-21 01:40:35 +0200)

Merged, thanks!

-Olof