From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Jonas Gorski <jogo@openwrt.org>
Cc: linux-gpio@vger.kernel.org,
Linus Walleij <linus.walleij@linaro.org>,
Alexandre Courbot <gnurou@gmail.com>
Subject: Re: [PATCH] pinctrl: always include all subdirectories in build
Date: Sun, 11 Oct 2015 22:15:30 +0300 [thread overview]
Message-ID: <3122270.FxkLHnE6Ih@avalon> (raw)
In-Reply-To: <1444578044-17804-1-git-send-email-jogo@openwrt.org>
Hi Jonas,
(Reducing the CC list a bit to avoid spamming people)
Thank you for the patch.
On Sunday 11 October 2015 17:40:44 Jonas Gorski wrote:
> All pinctrl drivers in subdirectories are properly guarded by individual
> configuration symbols, so there is no need to limit the directories to
> the belonging machines.
>
> This allows wider COMPILE_TEST coverage on "foreign" targets.
>
> Signed-off-by: Jonas Gorski <jogo@openwrt.org>
For sh-pfc,
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> drivers/pinctrl/Makefile | 24 ++++++++++++------------
> 1 file changed, 12 insertions(+), 12 deletions(-)
>
> diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile
> index cad077c..2eb25a8 100644
> --- a/drivers/pinctrl/Makefile
> +++ b/drivers/pinctrl/Makefile
> @@ -39,17 +39,17 @@ obj-$(CONFIG_PINCTRL_TB10X) += pinctrl-tb10x.o
> obj-$(CONFIG_PINCTRL_ST) += pinctrl-st.o
> obj-$(CONFIG_PINCTRL_ZYNQ) += pinctrl-zynq.o
>
> -obj-$(CONFIG_ARCH_BCM) += bcm/
> -obj-$(CONFIG_ARCH_BERLIN) += berlin/
> +obj-y += bcm/
> +obj-y += berlin/
> obj-y += freescale/
> -obj-$(CONFIG_X86) += intel/
> -obj-$(CONFIG_PLAT_ORION) += mvebu/
> +obj-y += intel/
> +obj-y += mvebu/
> obj-y += nomadik/
> -obj-$(CONFIG_ARCH_QCOM) += qcom/
> -obj-$(CONFIG_PINCTRL_SAMSUNG) += samsung/
> -obj-$(CONFIG_PINCTRL_SH_PFC) += sh-pfc/
> -obj-$(CONFIG_PLAT_SPEAR) += spear/
> -obj-$(CONFIG_ARCH_SUNXI) += sunxi/
> -obj-$(CONFIG_ARCH_UNIPHIER) += uniphier/
> -obj-$(CONFIG_ARCH_VT8500) += vt8500/
> -obj-$(CONFIG_ARCH_MEDIATEK) += mediatek/
> +obj-y += qcom/
> +obj-y += samsung/
> +obj-y += sh-pfc/
> +obj-y += spear/
> +obj-y += sunxi/
> +obj-y += uniphier/
> +obj-y += vt8500/
> +obj-y += mediatek/
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2015-10-11 19:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-11 15:40 [PATCH] pinctrl: always include all subdirectories in build Jonas Gorski
2015-10-11 16:27 ` Viresh Kumar
2015-10-11 18:36 ` Matthias Brugger
2015-10-11 19:15 ` Laurent Pinchart [this message]
2015-10-12 7:17 ` Thomas Petazzoni
2015-10-12 10:55 ` Mika Westerberg
2015-10-12 19:26 ` Eric Anholt
2015-10-13 15:59 ` Bjorn Andersson
2015-10-15 5:08 ` Ray Jui
2015-10-15 6:10 ` yamada.masahiro
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=3122270.FxkLHnE6Ih@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=gnurou@gmail.com \
--cc=jogo@openwrt.org \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
/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