All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	Kevin Hilman <khilman@kernel.org>,
	arm@kernel.org
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
	Kukjin Kim <kgene@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Javier Martinez Canillas <javier@osg.samsung.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	linux-gpio@vger.kernel.org,
	Sylwester Nawrocki <s.nawrocki@samsung.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	Tomasz Figa <tomasz.figa@gmail.com>,
	Lee Jones <lee.jones@linaro.org>
Subject: [GIT PULL 2/4] soc: samsung: pmu for v4.11, third round
Date: Thu,  2 Feb 2017 20:30:06 +0200	[thread overview]
Message-ID: <20170202183008.23500-3-krzk@kernel.org> (raw)
In-Reply-To: <20170202183008.23500-1-krzk@kernel.org>

Hi,

Last changes around PMU driver (the header)
On top of previous pull request.

This patch (and others below) might be also pulled by Linus or Lee for:
[PATCH v3 0/7] Pad retentions support for Exynos5433
http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1321519.html

Best regards,
Krzysztof


Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: linux-gpio@vger.kernel.org
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Lee Jones <lee.jones@linaro.org>


The following changes since commit ee55ae6194a5439bde3a3b8ee0abda63c610e740:

  soc: samsung: pmu: Remove duplicated define for ARM_L2_OPTION register (2017-01-27 11:32:31 +0200)

are available in the git repository at:

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

for you to fetch changes up to b343d77b94b6702082f4f402e1492e71ef87095b:

  soc: samsung: pmu: Add register defines for pad retention control (2017-02-02 20:00:28 +0200)

----------------------------------------------------------------
3rd round of improvements for Exynos PMU driver for v4.11:
1. Add defines in header for future patches changing the pad
   retention control.

----------------------------------------------------------------
Marek Szyprowski (1):
      soc: samsung: pmu: Add register defines for pad retention control

 include/linux/soc/samsung/exynos-regs-pmu.h | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

WARNING: multiple messages have this Message-ID (diff)
From: krzk@kernel.org (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/4] soc: samsung: pmu for v4.11, third round
Date: Thu,  2 Feb 2017 20:30:06 +0200	[thread overview]
Message-ID: <20170202183008.23500-3-krzk@kernel.org> (raw)
In-Reply-To: <20170202183008.23500-1-krzk@kernel.org>

Hi,

Last changes around PMU driver (the header)
On top of previous pull request.

This patch (and others below) might be also pulled by Linus or Lee for:
[PATCH v3 0/7] Pad retentions support for Exynos5433
http://www.mail-archive.com/linux-kernel at vger.kernel.org/msg1321519.html

Best regards,
Krzysztof


Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: linux-gpio at vger.kernel.org
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Lee Jones <lee.jones@linaro.org>


The following changes since commit ee55ae6194a5439bde3a3b8ee0abda63c610e740:

  soc: samsung: pmu: Remove duplicated define for ARM_L2_OPTION register (2017-01-27 11:32:31 +0200)

are available in the git repository at:

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

for you to fetch changes up to b343d77b94b6702082f4f402e1492e71ef87095b:

  soc: samsung: pmu: Add register defines for pad retention control (2017-02-02 20:00:28 +0200)

----------------------------------------------------------------
3rd round of improvements for Exynos PMU driver for v4.11:
1. Add defines in header for future patches changing the pad
   retention control.

----------------------------------------------------------------
Marek Szyprowski (1):
      soc: samsung: pmu: Add register defines for pad retention control

 include/linux/soc/samsung/exynos-regs-pmu.h | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

  parent reply	other threads:[~2017-02-02 18:30 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-02 18:30 [GIT PULL 0/4] ARM: exynos: Third (last) round for v4.11 Krzysztof Kozlowski
2017-02-02 18:30 ` Krzysztof Kozlowski
2017-02-02 18:30 ` [GIT PULL 1/4] soc: samsung: pm_domains " Krzysztof Kozlowski
2017-02-02 18:30   ` Krzysztof Kozlowski
2017-02-07 16:21   ` Arnd Bergmann
2017-02-07 16:21     ` Arnd Bergmann
2017-02-07 16:21     ` Arnd Bergmann
2017-02-02 18:30 ` Krzysztof Kozlowski [this message]
2017-02-02 18:30   ` [GIT PULL 2/4] soc: samsung: pmu for v4.11, third round Krzysztof Kozlowski
2017-02-07 16:23   ` Arnd Bergmann
2017-02-07 16:23     ` Arnd Bergmann
2017-02-02 18:30 ` [GIT PULL 3/4] ARM: dts: exynos: DT " Krzysztof Kozlowski
2017-02-02 18:30   ` Krzysztof Kozlowski
2017-02-07 14:52   ` Arnd Bergmann
2017-02-07 14:52     ` Arnd Bergmann
2017-02-07 14:52     ` Arnd Bergmann
2017-02-02 18:30 ` [GIT PULL 4/4] arm64: dts: exynos: DT64 " Krzysztof Kozlowski
2017-02-02 18:30   ` Krzysztof Kozlowski
2017-02-09 15:19   ` Arnd Bergmann
2017-02-09 15:19     ` Arnd Bergmann
2017-02-09 15:19     ` Arnd Bergmann
2017-02-09 18:56     ` Krzysztof Kozlowski
2017-02-09 18:56       ` Krzysztof Kozlowski
2017-02-10 11:30       ` Sylwester Nawrocki
2017-02-10 11:30         ` Sylwester Nawrocki
2017-02-14 16:52         ` Krzysztof Kozlowski
2017-02-14 16:52           ` Krzysztof Kozlowski
2017-02-16 16:49           ` Arnd Bergmann
2017-02-16 16:49             ` Arnd Bergmann

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=20170202183008.23500-3-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=javier@osg.samsung.com \
    --cc=kgene@kernel.org \
    --cc=khilman@kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=olof@lixom.net \
    --cc=s.nawrocki@samsung.com \
    --cc=tomasz.figa@gmail.com \
    /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.