Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1244980

Re: [PATCH 09/10] clk: ns2: add clock support for Broadcom Northstar 2 SoC

From Jon Mason <jonmason@broadcom.com>
Newsgroups linux.kernel
Subject Re: [PATCH 09/10] clk: ns2: add clock support for Broadcom Northstar 2 SoC
Date 2015-10-12 20:20 +0200
Message-ID <qiPRv-6RC-3@gated-at.bofh.it> (permalink)
References <qfht0-oF-3@gated-at.bofh.it> <qfht0-oF-19@gated-at.bofh.it> <qhQmC-1tp-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Oct 09, 2015 at 05:33:52PM -0700, Stephen Boyd wrote:
> On 10/02, Jon Mason wrote:
> > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> > index 23800a1..2790f21 100644
> > --- a/arch/arm64/Kconfig.platforms
> > +++ b/arch/arm64/Kconfig.platforms
> > @@ -2,6 +2,7 @@ menu "Platform selection"
> >  
> >  config ARCH_BCM_IPROC
> >  	bool "Broadcom iProc SoC Family"
> > +	select COMMON_CLK_IPROC
> 
> Given that this is a visible option, I'd expect the defconfig to
> enable this.

After looking at this again, it is completely unnecessary.  Removed.

> 
> >  	help
> >  	  This enables support for Broadcom iProc based SoCs
> >  
> > diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
> > index d08b3e5..ea81eaa 100644
> > --- a/drivers/clk/Makefile
> > +++ b/drivers/clk/Makefile
> > @@ -47,7 +47,8 @@ obj-$(CONFIG_COMMON_CLK_WM831X)		+= clk-wm831x.o
> >  obj-$(CONFIG_COMMON_CLK_XGENE)		+= clk-xgene.o
> >  obj-$(CONFIG_COMMON_CLK_PWM)		+= clk-pwm.o
> >  obj-$(CONFIG_COMMON_CLK_AT91)		+= at91/
> > -obj-$(CONFIG_ARCH_BCM)			+= bcm/
> > +obj-$(CONFIG_CLK_BCM_KONA)		+= bcm/
> > +obj-$(CONFIG_COMMON_CLK_IPROC)		+= bcm/
> 
> Also, perhaps we need some sort of Kconfig thing for overall bcm
> clock drivers, so that we don't have duplicate Makefile rules.
> 
> 	config COMMON_CLK_BCM
> 		bool "Support for Broadcom clocks"

Will do.

Thanks,
Jon


> 
> -- 
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH 09/10] clk: ns2: add clock support for Broadcom Northstar  2 SoC Stephen Boyd <sboyd@codeaurora.org> - 2015-10-10 02:40 +0200
  Re: [PATCH 09/10] clk: ns2: add clock support for Broadcom Northstar  2 SoC Jon Mason <jonmason@broadcom.com> - 2015-10-12 20:20 +0200
    Re: [PATCH 09/10] clk: ns2: add clock support for Broadcom Northstar  2 SoC Scott Branden <sbranden@broadcom.com> - 2015-10-13 19:00 +0200
      Re: [PATCH 09/10] clk: ns2: add clock support for Broadcom Northstar  2 SoC Stephen Boyd <sboyd@codeaurora.org> - 2015-10-13 20:40 +0200

csiph-web