diff mbox

[RESEND,v2] power: reset: keystone: Enable COMPILE_TEST

Message ID 1459298988-20530-1-git-send-email-k.kozlowski@samsung.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Krzysztof Kozlowski March 30, 2016, 12:49 a.m. UTC
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(-)

Comments

Sebastian Reichel April 15, 2016, 2:27 p.m. UTC | #1
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
Krzysztof Kozlowski May 23, 2016, 6:12 a.m. UTC | #2
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
--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Sebastian Reichel June 3, 2016, 2:13 a.m. UTC | #3
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
Krzysztof Kozlowski June 3, 2016, 6:59 a.m. UTC | #4
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

--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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.