Hi Arnd, Kevin, Olof, please find below and in the following two mails, Rockchip power-domain as well as dts32 and dts64 changes for 4.10. I don't think anything big stands out, just the usual mix of incremental improvements, so if stuff looks ok 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.10-rockchip-drivers1 for you to fetch changes up to dabc0259db63338f0e64107cc92b2241f98a3284: soc: rockchip: power-domain: Handle errors from of_genpd_add_provider_onecell (2016-11-11 02:14:59 +0100) ---------------------------------------------------------------- Changes to the power-domain driver including counter presets now being set by firmware on the rk3399, avoiding infite loops when powering on/off a domain and actually returning an error if power-domain addition fails. The last part requires usage of the (new in 4.9-rc1) pm_genpd_remove functionality as well. ---------------------------------------------------------------- Caesar Wang (1): soc: rockchip: power-domain: avoid infinite loop Douglas Anderson (1): soc: rockchip: power-domain: Don't (incorrectly) set rk3399 up/down counts Heiko Stuebner (1): soc: rockchip: power-domain: use pm_genpd_remove in error cleanup Tomeu Vizoso (1): soc: rockchip: power-domain: Handle errors from of_genpd_add_provider_onecell drivers/soc/rockchip/pm_domains.c | 81 ++++++++++++++++++++++++++++++--------- 1 file changed, 63 insertions(+), 18 deletions(-)