linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND v2] power: reset: keystone: Enable COMPILE_TEST
@ 2016-03-30  0:49 Krzysztof Kozlowski
  2016-04-15 14:27 ` Sebastian Reichel
  0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2016-03-30  0:49 UTC (permalink / raw)
  To: Sebastian Reichel, Dmitry Eremin-Solenikov, David Woodhouse,
	linux-pm, linux-kernel
  Cc: Krzysztof Kozlowski

Enable the COMPILE_TEST to get build coverage, except on platforms
!HAS_IOMEM (required by selected MFD_SYSCON).

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

---

Changes since v1:
1. Fix comments from Arnd: Change this to COMPILE_TEST and then add
   required HAS_IOMEM dependency.
---
 drivers/power/reset/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
index 0a6408a39c66..0b8f7470bb9c 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -140,7 +140,8 @@ config POWER_RESET_XGENE
 
 config POWER_RESET_KEYSTONE
 	bool "Keystone reset driver"
-	depends on ARCH_KEYSTONE
+	depends on ARCH_KEYSTONE || COMPILE_TEST
+	depends on HAS_IOMEM
 	select MFD_SYSCON
 	help
 	  Reboot support for the KEYSTONE SoCs.
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [RESEND v2] power: reset: keystone: Enable COMPILE_TEST
  2016-03-30  0:49 [RESEND v2] power: reset: keystone: Enable COMPILE_TEST Krzysztof Kozlowski
@ 2016-04-15 14:27 ` Sebastian Reichel
  2016-05-23  6:12   ` Krzysztof Kozlowski
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Reichel @ 2016-04-15 14:27 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Dmitry Eremin-Solenikov, David Woodhouse, linux-pm, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

Hi,

On Wed, Mar 30, 2016 at 09:49:48AM +0900, Krzysztof Kozlowski wrote:
> Enable the COMPILE_TEST to get build coverage, except on platforms
> !HAS_IOMEM (required by selected MFD_SYSCON).
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Thanks, queued.

-- Sebastian

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RESEND v2] power: reset: keystone: Enable COMPILE_TEST
  2016-04-15 14:27 ` Sebastian Reichel
@ 2016-05-23  6:12   ` Krzysztof Kozlowski
  2016-06-03  2:13     ` Sebastian Reichel
  0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2016-05-23  6:12 UTC (permalink / raw)
  To: Sebastian Reichel
  Cc: Dmitry Eremin-Solenikov, David Woodhouse, linux-pm, linux-kernel

On Fri, Apr 15, 2016 at 4:27 PM, Sebastian Reichel <sre@kernel.org> wrote:
> Hi,
>
> On Wed, Mar 30, 2016 at 09:49:48AM +0900, Krzysztof Kozlowski wrote:
>> Enable the COMPILE_TEST to get build coverage, except on platforms
>> !HAS_IOMEM (required by selected MFD_SYSCON).
>>
>> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>
> Thanks, queued.

Hey,

I can't find this patch in your recent pull request. What happened?

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RESEND v2] power: reset: keystone: Enable COMPILE_TEST
  2016-05-23  6:12   ` Krzysztof Kozlowski
@ 2016-06-03  2:13     ` Sebastian Reichel
  2016-06-03  6:59       ` Krzysztof Kozlowski
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Reichel @ 2016-06-03  2:13 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Dmitry Eremin-Solenikov, David Woodhouse, linux-pm, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 735 bytes --]

Hi,

On Mon, May 23, 2016 at 08:12:31AM +0200, Krzysztof Kozlowski wrote:
> On Fri, Apr 15, 2016 at 4:27 PM, Sebastian Reichel <sre@kernel.org> wrote:
> > Hi,
> >
> > On Wed, Mar 30, 2016 at 09:49:48AM +0900, Krzysztof Kozlowski wrote:
> >> Enable the COMPILE_TEST to get build coverage, except on platforms
> >> !HAS_IOMEM (required by selected MFD_SYSCON).
> >>
> >> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> >
> > Thanks, queued.
> 
> Hey,
> 
> I can't find this patch in your recent pull request. What happened?

Sorry, I noticed, that I forgot to push it to -next and didn't want
to include untested patches in the pull request. It's the first
patch being queued for 4.8.

-- Sebastian

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RESEND v2] power: reset: keystone: Enable COMPILE_TEST
  2016-06-03  2:13     ` Sebastian Reichel
@ 2016-06-03  6:59       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2016-06-03  6:59 UTC (permalink / raw)
  To: Sebastian Reichel
  Cc: Dmitry Eremin-Solenikov, David Woodhouse, linux-pm, linux-kernel

On 06/03/2016 04:13 AM, Sebastian Reichel wrote:
> Hi,
> 
> On Mon, May 23, 2016 at 08:12:31AM +0200, Krzysztof Kozlowski wrote:
>> On Fri, Apr 15, 2016 at 4:27 PM, Sebastian Reichel <sre@kernel.org> wrote:
>>> Hi,
>>>
>>> On Wed, Mar 30, 2016 at 09:49:48AM +0900, Krzysztof Kozlowski wrote:
>>>> Enable the COMPILE_TEST to get build coverage, except on platforms
>>>> !HAS_IOMEM (required by selected MFD_SYSCON).
>>>>
>>>> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>>>
>>> Thanks, queued.
>>
>> Hey,
>>
>> I can't find this patch in your recent pull request. What happened?
> 
> Sorry, I noticed, that I forgot to push it to -next and didn't want
> to include untested patches in the pull request. It's the first
> patch being queued for 4.8.

OK, no problem. Thanks for letting me know.

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-03  6:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-30  0:49 [RESEND v2] power: reset: keystone: Enable COMPILE_TEST Krzysztof Kozlowski
2016-04-15 14:27 ` Sebastian Reichel
2016-05-23  6:12   ` Krzysztof Kozlowski
2016-06-03  2:13     ` Sebastian Reichel
2016-06-03  6:59       ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).