All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Heiko Stübner" <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/4] Rockchip driver updates for v4.7 - part1
Date: Wed, 13 Apr 2016 11:21:48 +0200	[thread overview]
Message-ID: <16791666.09OigPW6oN@diego> (raw)
In-Reply-To: <2557248.QNyQ7BnmgO@diego>

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.7-rockchip-drivers-1

for you to fetch changes up to 4506697d9f8537a8d33e9e002f8efceb32d10757:

  soc: rockchip: power-domain: check the existing of regmap (2016-04-12 03:28:08 +0200)

----------------------------------------------------------------
Rockchip soc-specific driver changes containing support for the
rk3399 powerdomains and necessary infrastructure changes to
accomodate them - like supporting nested powerdomains here.

----------------------------------------------------------------
Elaine Zhang (6):
      soc: rockchip: power-domain: make idle handling optional
      soc: rockchip: power-domain: allow domains only handling idle requests
      soc: rockchip: power-domain: add support for sub-power domains
      dt-bindings: add power-domain header for RK3399 SoCs
      dt-bindings: add binding for rk3399 power domains
      soc: rockchip: power-domain: Modify power domain driver for rk3399

Heiko Stuebner (1):
      Merge branch 'v4.7-shared/pdids' into v4.7-armsoc/drivers

Shawn Lin (1):
      soc: rockchip: power-domain: check the existing of regmap

 .../bindings/soc/rockchip/power_domain.txt         |  37 ++++++
 drivers/soc/rockchip/pm_domains.c                  | 142 ++++++++++++++++++++-
 include/dt-bindings/power/rk3399-power.h           |  53 ++++++++
 3 files changed, 227 insertions(+), 5 deletions(-)
 create mode 100644 include/dt-bindings/power/rk3399-power.h

WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/4] Rockchip driver updates for v4.7 - part1
Date: Wed, 13 Apr 2016 11:21:48 +0200	[thread overview]
Message-ID: <16791666.09OigPW6oN@diego> (raw)
In-Reply-To: <2557248.QNyQ7BnmgO@diego>

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.7-rockchip-drivers-1

for you to fetch changes up to 4506697d9f8537a8d33e9e002f8efceb32d10757:

  soc: rockchip: power-domain: check the existing of regmap (2016-04-12 03:28:08 +0200)

----------------------------------------------------------------
Rockchip soc-specific driver changes containing support for the
rk3399 powerdomains and necessary infrastructure changes to
accomodate them - like supporting nested powerdomains here.

----------------------------------------------------------------
Elaine Zhang (6):
      soc: rockchip: power-domain: make idle handling optional
      soc: rockchip: power-domain: allow domains only handling idle requests
      soc: rockchip: power-domain: add support for sub-power domains
      dt-bindings: add power-domain header for RK3399 SoCs
      dt-bindings: add binding for rk3399 power domains
      soc: rockchip: power-domain: Modify power domain driver for rk3399

Heiko Stuebner (1):
      Merge branch 'v4.7-shared/pdids' into v4.7-armsoc/drivers

Shawn Lin (1):
      soc: rockchip: power-domain: check the existing of regmap

 .../bindings/soc/rockchip/power_domain.txt         |  37 ++++++
 drivers/soc/rockchip/pm_domains.c                  | 142 ++++++++++++++++++++-
 include/dt-bindings/power/rk3399-power.h           |  53 ++++++++
 3 files changed, 227 insertions(+), 5 deletions(-)
 create mode 100644 include/dt-bindings/power/rk3399-power.h

  reply	other threads:[~2016-04-13  9:21 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-13  9:21 [GIT PULL 0/4] Rockchip updates for v4.7 - part1 Heiko Stübner
2016-04-13  9:21 ` Heiko Stübner
2016-04-13  9:21 ` Heiko Stübner [this message]
2016-04-13  9:21   ` [GIT PULL 1/4] Rockchip driver " Heiko Stübner
2016-04-13 22:26   ` Olof Johansson
2016-04-13 22:26     ` Olof Johansson
2016-04-13  9:22 ` [GIT PULL 2/4] Rockchip soc32 " Heiko Stübner
2016-04-13  9:22   ` Heiko Stübner
2016-04-13 22:27   ` Olof Johansson
2016-04-13 22:27     ` Olof Johansson
2016-04-13  9:22 ` [GIT PULL 3/4] Rockchip dts32 " Heiko Stübner
2016-04-13  9:22   ` Heiko Stübner
2016-04-13 22:29   ` Olof Johansson
2016-04-13 22:29     ` Olof Johansson
2016-04-13  9:23 ` [GIT PULL 4/4] Rockchip dts64 " Heiko Stübner
2016-04-13  9:23   ` Heiko Stübner
2016-04-13 22:31   ` Olof Johansson
2016-04-13 22: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=16791666.09OigPW6oN@diego \
    --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.