* [GIT PULL 1/2] Rockchip dts fixes for 4.3
@ 2015-08-25 9:25 Heiko Stuebner
2015-08-25 9:30 ` [GIT PULL 2/2] Rockchip soc fix " Heiko Stuebner
2015-08-25 17:16 ` [GIT PULL 1/2] Rockchip dts fixes " Olof Johansson
0 siblings, 2 replies; 4+ messages in thread
From: Heiko Stuebner @ 2015-08-25 9:25 UTC (permalink / raw)
To: linux-arm-kernel
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL 2/2] Rockchip soc fix for 4.3
2015-08-25 9:25 [GIT PULL 1/2] Rockchip dts fixes for 4.3 Heiko Stuebner
@ 2015-08-25 9:30 ` Heiko Stuebner
2015-08-25 17:17 ` Olof Johansson
2015-08-25 17:16 ` [GIT PULL 1/2] Rockchip dts fixes " Olof Johansson
1 sibling, 1 reply; 4+ messages in thread
From: Heiko Stuebner @ 2015-08-25 9:30 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Kevin, Olof,
Fabio did find an error in what is returned as error codes in the init of
the suspend code. Nobody complained about this actually breaking stuff
but it would be nice to have this fixed nevertheless, so please pull.
Thanks
Heiko
The following changes since commit 9bb91ae970dd004393a3d7d09bdcc30dfe2f8693:
ARM: rockchip: enable PMU_GPIOINT_WAKEUP_EN when entering shallow suspend (2015-08-06 13:05:14 +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-soc3
for you to fetch changes up to 2a03c025fdea25a491c359b31d8a8c8d452b06d0:
ARM: rockchip: pm: Fix PTR_ERR() argument (2015-08-24 12:39:14 +0200)
----------------------------------------------------------------
Fix for wrong error-codes in rk3288 suspend code.
----------------------------------------------------------------
Fabio Estevam (1):
ARM: rockchip: pm: Fix PTR_ERR() argument
arch/arm/mach-rockchip/pm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL 2/2] Rockchip soc fix for 4.3
2015-08-25 9:30 ` [GIT PULL 2/2] Rockchip soc fix " Heiko Stuebner
@ 2015-08-25 17:17 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2015-08-25 17:17 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Aug 25, 2015 at 2:30 AM, Heiko Stuebner <heiko@sntech.de> wrote:
> Hi Arnd, Kevin, Olof,
>
> Fabio did find an error in what is returned as error codes in the init of
> the suspend code. Nobody complained about this actually breaking stuff
> but it would be nice to have this fixed nevertheless, so please pull.
>
>
> Thanks
> Heiko
>
>
> The following changes since commit 9bb91ae970dd004393a3d7d09bdcc30dfe2f8693:
>
> ARM: rockchip: enable PMU_GPIOINT_WAKEUP_EN when entering shallow suspend (2015-08-06 13:05:14 +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-soc3
>
> for you to fetch changes up to 2a03c025fdea25a491c359b31d8a8c8d452b06d0:
>
> ARM: rockchip: pm: Fix PTR_ERR() argument (2015-08-24 12:39:14 +0200)
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 1/2] Rockchip dts fixes for 4.3
2015-08-25 9:25 [GIT PULL 1/2] Rockchip dts fixes for 4.3 Heiko Stuebner
2015-08-25 9:30 ` [GIT PULL 2/2] Rockchip soc fix " Heiko Stuebner
@ 2015-08-25 17:16 ` Olof Johansson
1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2015-08-25 17:16 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-25 17:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25 9:25 [GIT PULL 1/2] Rockchip dts fixes for 4.3 Heiko Stuebner
2015-08-25 9:30 ` [GIT PULL 2/2] Rockchip soc fix " Heiko Stuebner
2015-08-25 17:17 ` Olof Johansson
2015-08-25 17:16 ` [GIT PULL 1/2] Rockchip dts fixes " Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).