All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@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
Subject: [GIT PULL 1/3] Rockchip driver changes for 4.10
Date: Sat, 12 Nov 2016 16:34:17 +0100	[thread overview]
Message-ID: <1698724.ZQnZMjf8xY@phil> (raw)

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(-)

WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stuebner)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/3] Rockchip driver changes for 4.10
Date: Sat, 12 Nov 2016 16:34:17 +0100	[thread overview]
Message-ID: <1698724.ZQnZMjf8xY@phil> (raw)

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(-)

             reply	other threads:[~2016-11-12 15:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-12 15:34 Heiko Stuebner [this message]
2016-11-12 15:34 ` [GIT PULL 1/3] Rockchip driver changes for 4.10 Heiko Stuebner
2016-11-12 15:35 ` [GIT PULL 2/3] Rockchip dts32 " Heiko Stuebner
2016-11-12 15:35   ` Heiko Stuebner
2016-11-18  7:32   ` Olof Johansson
2016-11-18  7:32     ` Olof Johansson
2016-11-12 15:36 ` [GIT PULL 3/3] Rockchip dts64 " Heiko Stuebner
2016-11-12 15:36   ` Heiko Stuebner
2016-11-18  7:33   ` Olof Johansson
2016-11-18  7:33     ` Olof Johansson
2016-11-18  7:31 ` [GIT PULL 1/3] Rockchip driver " Olof Johansson
2016-11-18  7:31   ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1698724.ZQnZMjf8xY@phil \
    --to=heiko-4mtyjxux2i+zqb+pc5nmwq@public.gmane.org \
    --cc=arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.