From: Sebastian Reichel <sre@kernel.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
Linus Walleij <linus.walleij@linaro.org>,
linux-samsun@comu.ring0.de, David Brown <david.brown@linaro.org>,
Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Lee Jones <lee.jones@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
devel@driverdev.osuosl.org, Vinod Koul <vinod.koul@intel.com>,
Daniel Lezcano <daniel.lezcano@linaro.org>,
Kishon Vijay Abraham I <kishon@ti.com>,
Andy Gross <andy.gross@linaro.org>,
linux-media@vger.kernel.org, Jason Cooper <jason@lakedaemon.net>,
rtc-linux@googlegroups.com,
Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
Marc Zyngier <marc.zyngier@arm.com>,
linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org,
Giuseppe Cavallaro <peppe.cavallaro@st.com>,
Dan Williams <dan.j.williams@intel.com>,
linux-soc@vger.kernel.orglinux-ar
Subject: Re: [RFC 11/15] power: reset: keystone: Add missing MFD_SYSCON dependency on HAS_IOMEM
Date: Thu, 3 Mar 2016 13:33:43 +0100 [thread overview]
Message-ID: <20160303123343.GB5687@earth> (raw)
In-Reply-To: <5230562.E0gg2SNP0m@wuerfel>
[-- Attachment #1.1: Type: text/plain, Size: 851 bytes --]
Hi,
On Thu, Mar 03, 2016 at 12:00:14PM +0100, Arnd Bergmann wrote:
> On Thursday 03 March 2016 17:03:37 Krzysztof Kozlowski wrote:
> > diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
> > index 0a6408a39c66..0f34846ae80d 100644
> > --- a/drivers/power/reset/Kconfig
> > +++ b/drivers/power/reset/Kconfig
> > @@ -141,6 +141,7 @@ config POWER_RESET_XGENE
> > config POWER_RESET_KEYSTONE
> > bool "Keystone reset driver"
> > depends on ARCH_KEYSTONE
> > + depends on HAS_IOMEM # For MFD_SYSCON
> > select MFD_SYSCON
> > help
> > Reboot support for the KEYSTONE SoCs.
> >
>
> This is platform specific, but we should probably add || COMPILE_TEST
> along with the HAS_IOMEM dependency.
Sounds sensible. Will you guys send an updated patch?
-- Sebastian
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 169 bytes --]
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
next prev parent reply other threads:[~2016-03-03 12:33 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1456992221-26712-1-git-send-email-k.kozlowski@samsung.com>
2016-03-03 8:03 ` [RFC 01/15] clocksource: atmel: Add missing MFD_SYSCON dependency on HAS_IOMEM Krzysztof Kozlowski
2016-03-03 8:03 ` [RFC 02/15] dmaengine: nxp: " Krzysztof Kozlowski
2016-03-03 8:03 ` [RFC 03/15] hwspinlock: qcom: " Krzysztof Kozlowski
2016-03-03 8:03 ` [RFC 04/15] irqchip: st: " Krzysztof Kozlowski
2016-03-03 8:03 ` [RFC 05/15] phy: hi6220: " Krzysztof Kozlowski
2016-03-03 8:03 ` [RFC 06/15] pinctrl: rockchip: " Krzysztof Kozlowski
2016-03-03 12:44 ` [rtc-linux] " Krzysztof Kozlowski
2016-03-03 8:03 ` [RFC 07/15] pinctrl: mvebu: " Krzysztof Kozlowski
2016-03-03 8:03 ` [RFC 08/15] rtc: at91sam9: " Krzysztof Kozlowski
2016-03-03 8:03 ` [RFC 09/15] media: platform: " Krzysztof Kozlowski
2016-03-03 8:03 ` [RFC 10/15] net: ethernet: " Krzysztof Kozlowski
2016-03-03 8:03 ` [RFC 11/15] power: reset: keystone: " Krzysztof Kozlowski
2016-03-03 8:03 ` [RFC 12/15] soc: qcom: " Krzysztof Kozlowski
2016-03-03 8:03 ` [RFC 13/15] staging: media: omap4iss: " Krzysztof Kozlowski
2016-03-03 8:03 ` [RFC 14/15] usb: xhci: mtk: " Krzysztof Kozlowski
2016-03-03 8:03 ` [RFC 15/15] mfd: syscon: Fix build of missing ioremap on UM Krzysztof Kozlowski
[not found] ` <1456992221-26712-16-git-send-email-k.kozlowski@samsung.com>
2016-03-03 10:50 ` Arnd Bergmann
2016-03-03 12:24 ` [rtc-linux] " Krzysztof Kozlowski
[not found] ` <1456992221-26712-2-git-send-email-k.kozlowski@samsung.com>
2016-03-03 10:52 ` [RFC 01/15] clocksource: atmel: Add missing MFD_SYSCON dependency on HAS_IOMEM Arnd Bergmann
[not found] ` <1456992221-26712-3-git-send-email-k.kozlowski@samsung.com>
2016-03-03 10:52 ` [RFC 02/15] dmaengine: nxp: " Arnd Bergmann
[not found] ` <1456992221-26712-4-git-send-email-k.kozlowski@samsung.com>
2016-03-03 10:53 ` [RFC 03/15] hwspinlock: qcom: " Arnd Bergmann
[not found] ` <1456992221-26712-5-git-send-email-k.kozlowski@samsung.com>
2016-03-03 10:53 ` [RFC 04/15] irqchip: st: " Arnd Bergmann
2016-03-03 12:00 ` [rtc-linux] " Krzysztof Kozlowski
2016-03-03 12:28 ` Arnd Bergmann
2016-03-03 12:33 ` Krzysztof Kozłowski
[not found] ` <1456992221-26712-6-git-send-email-k.kozlowski@samsung.com>
2016-03-03 10:54 ` [RFC 05/15] phy: hi6220: " Arnd Bergmann
[not found] ` <1456992221-26712-9-git-send-email-k.kozlowski@samsung.com>
2016-03-03 10:55 ` [RFC 08/15] rtc: at91sam9: " Arnd Bergmann
2016-03-03 12:27 ` Geert Uytterhoeven
2016-03-03 12:58 ` Arnd Bergmann
[not found] ` <1456992221-26712-10-git-send-email-k.kozlowski@samsung.com>
2016-03-03 10:57 ` [RFC 09/15] media: platform: " Arnd Bergmann
2016-03-03 12:28 ` Geert Uytterhoeven
2016-03-03 12:40 ` [rtc-linux] " Krzysztof Kozlowski
2016-03-03 13:05 ` Arnd Bergmann
[not found] ` <1456992221-26712-11-git-send-email-k.kozlowski@samsung.com>
2016-03-03 10:59 ` [RFC 10/15] net: ethernet: " Arnd Bergmann
[not found] ` <1456992221-26712-12-git-send-email-k.kozlowski@samsung.com>
2016-03-03 11:00 ` [RFC 11/15] power: reset: keystone: " Arnd Bergmann
2016-03-03 12:33 ` Sebastian Reichel [this message]
2016-03-03 12:35 ` [rtc-linux] " Krzysztof Kozlowski
[not found] ` <1456992221-26712-15-git-send-email-k.kozlowski@samsung.com>
2016-03-03 11:01 ` [RFC 14/15] usb: xhci: mtk: " Arnd Bergmann
[not found] ` <1456992221-26712-14-git-send-email-k.kozlowski@samsung.com>
2016-03-03 12:42 ` [rtc-linux] [RFC 13/15] staging: media: omap4iss: " Krzysztof Kozlowski
[not found] ` <1456992221-26712-13-git-send-email-k.kozlowski@samsung.com>
2016-03-03 12:43 ` [rtc-linux] [RFC 12/15] soc: qcom: " Krzysztof Kozlowski
[not found] ` <1456992221-26712-8-git-send-email-k.kozlowski@samsung.com>
2016-03-03 12:43 ` [rtc-linux] [RFC 07/15] pinctrl: mvebu: " Krzysztof Kozlowski
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=20160303123343.GB5687@earth \
--to=sre@kernel.org \
--cc=alexandre.belloni@free-electrons.com \
--cc=andy.gross@linaro.org \
--cc=arnd@arndb.de \
--cc=dan.j.williams@intel.com \
--cc=daniel.lezcano@linaro.org \
--cc=david.brown@linaro.org \
--cc=devel@driverdev.osuosl.org \
--cc=jason@lakedaemon.net \
--cc=k.kozlowski@samsung.com \
--cc=kishon@ti.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=lee.jones@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-samsun@comu.ring0.de \
--cc=linux-soc@vger.kernel.orglinux-ar \
--cc=marc.zyngier@arm.com \
--cc=mchehab@osg.samsung.com \
--cc=peppe.cavallaro@st.com \
--cc=rtc-linux@googlegroups.com \
--cc=tglx@linutronix.de \
--cc=vinod.koul@intel.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 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).