All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@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>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Subject: Re: [PATCH v3 0/7] Pad retentions support for Exynos5433
Date: Mon, 30 Jan 2017 21:46:56 +0200	[thread overview]
Message-ID: <20170130194656.mfyvq3bxzjnbkxg5@kozik-lap> (raw)
In-Reply-To: <1485779908-32147-1-git-send-email-m.szyprowski@samsung.com>

On Mon, Jan 30, 2017 at 01:38:21PM +0100, Marek Szyprowski wrote:
> Hello,
> 
> This patchset is a first step to add support for all power domains on
> Exynos5433 SoCs. This patchset contains patches for Exynos pin control
> driver and Exynos LPASS MFD driver, which are needed to make the
> platform ready for adding power domains support.
> 
> Patches in this patchset depends on each other. They are order in such a
> way to make the changes bisectable.
> 
> Patch #2 has compile dependency on #1.
> Patch #3 has runtime dependency on commit fa59aa70907b2 ("soc: samsung:
> 	pmu: Add dummy support for Exynos5433 SoC",
> 	for-v4.11/drivers-soc-exynos-pmu-the-joy-never-ends branch).
> Patch #4 has runtime dependency on #3.
> Patch #5 has runtime dependency on commit 7547162ac3514 ("arm64: dts:
> 	exynos: Add clocks to Exynos5433 LPASS module, next/dt64 branch).
> 

Dependencies in samsung-soc tree, for those who need them, are:
 - tags/samsung-drivers-soc-pmu-4.11-2
 - tags/samsung-dt64-4.11-2

Repo: git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git

Best regards,
Krzysztof


WARNING: multiple messages have this Message-ID (diff)
From: krzk@kernel.org (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/7] Pad retentions support for Exynos5433
Date: Mon, 30 Jan 2017 21:46:56 +0200	[thread overview]
Message-ID: <20170130194656.mfyvq3bxzjnbkxg5@kozik-lap> (raw)
In-Reply-To: <1485779908-32147-1-git-send-email-m.szyprowski@samsung.com>

On Mon, Jan 30, 2017 at 01:38:21PM +0100, Marek Szyprowski wrote:
> Hello,
> 
> This patchset is a first step to add support for all power domains on
> Exynos5433 SoCs. This patchset contains patches for Exynos pin control
> driver and Exynos LPASS MFD driver, which are needed to make the
> platform ready for adding power domains support.
> 
> Patches in this patchset depends on each other. They are order in such a
> way to make the changes bisectable.
> 
> Patch #2 has compile dependency on #1.
> Patch #3 has runtime dependency on commit fa59aa70907b2 ("soc: samsung:
> 	pmu: Add dummy support for Exynos5433 SoC",
> 	for-v4.11/drivers-soc-exynos-pmu-the-joy-never-ends branch).
> Patch #4 has runtime dependency on #3.
> Patch #5 has runtime dependency on commit 7547162ac3514 ("arm64: dts:
> 	exynos: Add clocks to Exynos5433 LPASS module, next/dt64 branch).
> 

Dependencies in samsung-soc tree, for those who need them, are:
 - tags/samsung-drivers-soc-pmu-4.11-2
 - tags/samsung-dt64-4.11-2

Repo: git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git

Best regards,
Krzysztof

  parent reply	other threads:[~2017-01-30 19:47 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170130123837eucas1p13c607f81a1775a805740dccc87fe8b87@eucas1p1.samsung.com>
2017-01-30 12:38 ` [PATCH v3 0/7] Pad retentions support for Exynos5433 Marek Szyprowski
2017-01-30 12:38   ` Marek Szyprowski
2017-01-30 12:38   ` Marek Szyprowski
     [not found]   ` <CGME20170130123837eucas1p1056a57f23b1e3bf089e5bc55bb2cf2d4@eucas1p1.samsung.com>
2017-01-30 12:38     ` [PATCH v3 1/7] soc: smasung: pmu: Add register defines for pad retention control Marek Szyprowski
2017-01-30 12:38       ` Marek Szyprowski
2017-01-30 12:38       ` Marek Szyprowski
2017-01-30 19:43       ` Krzysztof Kozlowski
2017-01-30 19:43         ` Krzysztof Kozlowski
2017-02-02 18:01         ` Krzysztof Kozlowski
2017-02-02 18:01           ` Krzysztof Kozlowski
     [not found]   ` <CGME20170130123838eucas1p12953af1e9af22e17ed9ca9c49dbd1e9d@eucas1p1.samsung.com>
2017-01-30 12:38     ` [PATCH v3 2/7] pinctrl: samsung: Ensure that pad retention is disabled on driver init Marek Szyprowski
2017-01-30 12:38       ` Marek Szyprowski
2017-01-30 12:38       ` Marek Szyprowski
     [not found]   ` <CGME20170130123838eucas1p1fdae7ffe2af981607ec389f27c46f689@eucas1p1.samsung.com>
2017-01-30 12:38     ` [PATCH v3 3/7] pinctrl: samsung: Add support for pad retention control for Exynos5433 SoCs Marek Szyprowski
2017-01-30 12:38       ` Marek Szyprowski
2017-01-30 12:38       ` Marek Szyprowski
     [not found]   ` <CGME20170130123839eucas1p156e10c543d4daf6675fa3e326a724cc2@eucas1p1.samsung.com>
2017-01-30 12:38     ` [PATCH v3 4/7] mfd: exynos-lpass: Remove pad retention control Marek Szyprowski
2017-01-30 12:38       ` Marek Szyprowski
2017-01-30 12:38       ` Marek Szyprowski
     [not found]   ` <CGME20170130123839eucas1p2bbbf9dd2c3d9cc1dbff1830a1e7e22cb@eucas1p2.samsung.com>
2017-01-30 12:38     ` [PATCH v3 5/7] mfd: exynos-lpass: Add support for clocks Marek Szyprowski
2017-01-30 12:38       ` Marek Szyprowski
2017-01-30 12:38       ` Marek Szyprowski
     [not found]   ` <CGME20170130123840eucas1p1cc8877c0968d5da70dc93bdbda344c93@eucas1p1.samsung.com>
2017-01-30 12:38     ` [PATCH v3 6/7] mfd: exynos-lpass: Add missing remove() function Marek Szyprowski
2017-01-30 12:38       ` Marek Szyprowski
2017-01-30 12:38       ` Marek Szyprowski
     [not found]   ` <CGME20170130123840eucas1p20025e600860b43b2da81d9063f96e442@eucas1p2.samsung.com>
2017-01-30 12:38     ` [PATCH v3 7/7] mfd: exynos-lpass: Add runtime PM support Marek Szyprowski
2017-01-30 12:38       ` Marek Szyprowski
2017-01-30 19:46   ` Krzysztof Kozlowski [this message]
2017-01-30 19:46     ` [PATCH v3 0/7] Pad retentions support for Exynos5433 Krzysztof Kozlowski
2017-02-08 11:46   ` Lee Jones
2017-02-08 11:46     ` Lee Jones
2017-02-08 11:46     ` Lee Jones
2017-02-08 12:35     ` Marek Szyprowski
2017-02-08 12:35       ` Marek Szyprowski
2017-02-08 12:35       ` Marek Szyprowski

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=20170130194656.mfyvq3bxzjnbkxg5@kozik-lap \
    --to=krzk@kernel.org \
    --cc=b.zolnierkie@samsung.com \
    --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=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.