From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: [GIT PULL 1/3] Rockchip driver changes for 4.10 Date: Sat, 12 Nov 2016 16:34:17 +0100 Message-ID: <1698724.ZQnZMjf8xY@phil> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-rockchip.vger.kernel.org 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(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko Stuebner) Date: Sat, 12 Nov 2016 16:34:17 +0100 Subject: [GIT PULL 1/3] Rockchip driver changes for 4.10 Message-ID: <1698724.ZQnZMjf8xY@phil> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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(-)