mbox

[GIT,PULL,1/4] soc: samsung: pm_domains for v4.11

Message ID 20170202183008.23500-2-krzk@kernel.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-soc-pm-domains-4.11

Message

Krzysztof Kozlowski Feb. 2, 2017, 6:30 p.m. UTC
Hi,

Minor improvements of PM domain driver.

Best regards,
Krzysztof


The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

  Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-soc-pm-domains-4.11

for you to fetch changes up to b13b2330aab53af4ebaa2859f72f2c802d01abad:

  soc: samsung: pm_domains: Read domain name from the new label property (2017-01-31 21:30:07 +0200)

----------------------------------------------------------------
Improve the PM domains driver for Exynos by displaying a user-friendly name of
power domain.  Till now, the name of node from DT was used which mostly is just
"power-domain".  We need more than that.

----------------------------------------------------------------
Marek Szyprowski (4):
      soc: samsung: pm_domains: Use full names in subdomains registration log
      soc: samsung: pm_domains: Remove unused name field
      soc: samsung: pm_domains: Remove message about failed memory allocation
      soc: samsung: pm_domains: Read domain name from the new label property

 .../devicetree/bindings/power/pd-samsung.txt       |  4 ++++
 drivers/soc/samsung/pm_domains.c                   | 24 +++++++++++++---------
 2 files changed, 18 insertions(+), 10 deletions(-)

Comments

Arnd Bergmann Feb. 7, 2017, 4:21 p.m. UTC | #1
On Thursday, February 2, 2017 8:30:05 PM CET Krzysztof Kozlowski wrote:
> Improve the PM domains driver for Exynos by displaying a user-friendly name of
> power domain.  Till now, the name of node from DT was used which mostly is just
> "power-domain".  We need more than that.
> 

Pulled into next/drivers, thanks!

	Arnd