linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: Always recurse into bcm folder
@ 2016-06-08 21:44 Florian Fainelli
  2016-06-08 22:56 ` Scott Branden
  2016-06-13  6:52 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Florian Fainelli @ 2016-06-08 21:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: bcm-kernel-feedback-list, kraxel, eric, Florian Fainelli,
	Linus Walleij, open list:PIN CONTROL SUBSYSTEM

drivers/pinctrl/bcm/Makefile properly builds individual drivers based on
their respective Kconfig symbols. ARCH_BCM is currently a menuconfig
option from arch/arm/mach-bcm/Kconfig, which is fine, but prevents ARM64
platforms which do not have such menuconfig option from building their
pinctrl drivers, so let's get rid of that dependency.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 drivers/pinctrl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile
index 25ec45090620..8ebd7b8e1621 100644
--- a/drivers/pinctrl/Makefile
+++ b/drivers/pinctrl/Makefile
@@ -37,7 +37,7 @@ 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-y				+= bcm/
 obj-$(CONFIG_PINCTRL_BERLIN)	+= berlin/
 obj-y				+= freescale/
 obj-$(CONFIG_X86)		+= intel/
-- 
2.7.4

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

* Re: [PATCH] pinctrl: Always recurse into bcm folder
  2016-06-08 21:44 [PATCH] pinctrl: Always recurse into bcm folder Florian Fainelli
@ 2016-06-08 22:56 ` Scott Branden
  2016-06-13  6:52 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Scott Branden @ 2016-06-08 22:56 UTC (permalink / raw)
  To: Florian Fainelli, linux-kernel
  Cc: bcm-kernel-feedback-list, kraxel, eric, Linus Walleij,
	open list:PIN CONTROL SUBSYSTEM

Looks good.

On 16-06-08 02:44 PM, Florian Fainelli wrote:
> drivers/pinctrl/bcm/Makefile properly builds individual drivers based on
> their respective Kconfig symbols. ARCH_BCM is currently a menuconfig
> option from arch/arm/mach-bcm/Kconfig, which is fine, but prevents ARM64
> platforms which do not have such menuconfig option from building their
> pinctrl drivers, so let's get rid of that dependency.
>
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Scott Branden <scott.branden@broadcom.com>
> ---
>   drivers/pinctrl/Makefile | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile
> index 25ec45090620..8ebd7b8e1621 100644
> --- a/drivers/pinctrl/Makefile
> +++ b/drivers/pinctrl/Makefile
> @@ -37,7 +37,7 @@ 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-y				+= bcm/
>   obj-$(CONFIG_PINCTRL_BERLIN)	+= berlin/
>   obj-y				+= freescale/
>   obj-$(CONFIG_X86)		+= intel/
>

Regards,
Scott

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

* Re: [PATCH] pinctrl: Always recurse into bcm folder
  2016-06-08 21:44 [PATCH] pinctrl: Always recurse into bcm folder Florian Fainelli
  2016-06-08 22:56 ` Scott Branden
@ 2016-06-13  6:52 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2016-06-13  6:52 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-kernel, bcm-kernel-feedback-list, Gerd Hoffmann,
	Eric Anholt, open list:PIN CONTROL SUBSYSTEM

On Wed, Jun 8, 2016 at 11:44 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:

> drivers/pinctrl/bcm/Makefile properly builds individual drivers based on
> their respective Kconfig symbols. ARCH_BCM is currently a menuconfig
> option from arch/arm/mach-bcm/Kconfig, which is fine, but prevents ARM64
> platforms which do not have such menuconfig option from building their
> pinctrl drivers, so let's get rid of that dependency.
>
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

Patch applied with Scott's ACK.

Yours,
Linus Walleij

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-08 21:44 [PATCH] pinctrl: Always recurse into bcm folder Florian Fainelli
2016-06-08 22:56 ` Scott Branden
2016-06-13  6:52 ` Linus Walleij

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).