Re: [PATCH v2 0/4] Add Cygnus audio clock support

2015-12-18 Thread Ray Jui
Hi Stephen/Michael, If these clock changes look fine to you, can they be merged for v4.5? Thanks, Ray On 12/3/2015 9:37 AM, Ray Jui wrote: Hi Stephen/Mike, Do these clock changes look okay to you? Thanks, Ray On 11/24/2015 4:13 PM, Florian Fainelli wrote: On 23/11/15 09:50, Ray Jui

Re: [PATCH v2 0/4] Add Cygnus audio clock support

2015-12-03 Thread Ray Jui
Hi Stephen/Mike, Do these clock changes look okay to you? Thanks, Ray On 11/24/2015 4:13 PM, Florian Fainelli wrote: On 23/11/15 09:50, Ray Jui wrote: This patch series adds support for the Cygnus audio clock based on existing iProc clock support This patch series is developed based

[PATCH v2 0/4] Add Cygnus audio clock support

2015-11-23 Thread Ray Jui
prototype of a non-exist function 'iproc_audiopll_clk_setup' - Remove __init macros from all functions prototypes in iproc-clk.h Ray Jui (1): clk: iproc: Remove __init from header Simran Rai (3): Documentation: dt-bindings: Add DT bindings for Cygnus audio clock clk: iproc: Add support

[PATCH v2 3/4] clk: iproc: Remove __init from header

2015-11-23 Thread Ray Jui
Remove __init macro from all function prototypes in clk-iproc.h Signed-off-by: Ray Jui <r...@broadcom.com> --- drivers/clk/bcm/clk-iproc.h | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/clk/bcm/clk-iproc.h b/drivers/clk/bcm/clk-iproc.h

[PATCH v2 2/4] clk: iproc: Add support for Cygnus audio clocks

2015-11-23 Thread Ray Jui
From: Simran Rai <ssim...@broadcom.com> This patch adds support for Broadcom Cygnus audio PLL and leaf clocks Signed-off-by: Simran Rai <ssim...@broadcom.com> Reviewed-by: Scott Branden <sbran...@broadcom.com> Signed-off-by: Ray Jui <r...@broadcom.com> --- driv

[PATCH v2 4/4] ARM: dts: enable audio clock support for Cygnus

2015-11-23 Thread Ray Jui
From: Simran Rai <ssim...@broadcom.com> Add audio clock to the existing Broadcom Cygnus clock DT Signed-off-by: Simran Rai <ssim...@broadcom.com> Reviewed-by: Ray Jui <r...@broadcom.com> Reviewed-by: Scott Branden <sbran...@broadcom.com> --- arch/arm/boot/dts/b

Re: [PATCH 2/3] clk: iproc: Add support for Cygnus audio clocks

2015-11-20 Thread Ray Jui
On 11/20/2015 4:21 PM, Stephen Boyd wrote: On 11/18, Ray Jui wrote: diff --git a/drivers/clk/bcm/clk-iproc.h b/drivers/clk/bcm/clk-iproc.h index 8988de7..e2a7748 100644 --- a/drivers/clk/bcm/clk-iproc.h +++ b/drivers/clk/bcm/clk-iproc.h @@ -194,5 +215,11 @@ void __init iproc_asiu_setup(struct

[PATCH 1/3] Documentation: dt-bindings: Add DT bindings for Cygnus audio clock

2015-11-18 Thread Ray Jui
From: Simran Rai <ssim...@broadcom.com> This patch adds audio clock device tree binding documentation to an existing Cygnus clock DT bindings document. Signed-off-by: Simran Rai <ssim...@broadcom.com> Reviewed-by: Ray Jui <r...@broadcom.com> Reviewed-by: Lori Hikichi <

[PATCH 0/3] Add Cygnus audio clock support

2015-11-18 Thread Ray Jui
This patch series adds support for the Cygnus audio clock based on existing iProc clock support This patch series is developed based on v4.4-rc1 with full tree available on GITHUB: repo: https://github.com/Broadcom/cygnus-linux.git branch: cygnus-audio-clk-v1 Simran Rai (3): Documentation:

Re: [PATCH v2 0/3] clk: Broadcom BCM63138 support

2015-10-26 Thread Ray Jui
hanged, 67 insertions(+), 10 deletions(-) create mode 100644 drivers/clk/bcm/clk-bcm63xx.c The entire patch set looks good to me. Reviewed-by: Ray Jui <r...@broadcom.com> Thanks, Ray -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to

[PATCH v2] clk: iproc: Fix PLL output frequency calculation

2015-10-19 Thread Ray Jui
ed-off-by: Simran Rai <ssim...@broadcom.com> Signed-off-by: Ray Jui <r...@broadcom.com> Reviewed-by: Scott Branden <sbran...@broadcom.com> Fixes: 5fe225c105fd ("clk: iproc: add initial common clock support") --- drivers/clk/bcm/clk-iproc-pll.c | 13 + 1 file cha

[PATCH] Fix iProc PLL output clock frequency calculation

2015-10-16 Thread Ray Jui
This patch fixes incorrect iProc PLL clock frequency calculation. The issue is exposed when Cygnus audio PLL was being added. This patch is based on v4.3-rc5 and has been tested on Cygnus bcm958305k wirelss audio board This full tree is available here: repo:

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

2015-10-15 Thread Ray Jui
On 10/15/2015 1:40 PM, Scott Branden wrote: > We need some sort of kconfig option to differentiate NS2 clock driver > from being pulled in all the time. > > On 15-10-15 12:48 PM, Jon Mason wrote: >> The Broadcom Northstar 2 SoC is architected under the iProc >> architecture. It has the

Re: [RFC 4/5] clk: iproc: define Broadcom NS2 iProc clock binding

2015-10-14 Thread Ray Jui
On 10/14/2015 8:44 AM, Jon Mason wrote: > On Tue, Oct 13, 2015 at 03:24:52PM -0700, Ray Jui wrote: >> Same as this patch. I thought device tree binding document should go >> with the clock driver changes. >> >> Strictly speaking, device tree binding document should alw

Re: [RFC 4/5] clk: iproc: define Broadcom NS2 iProc clock binding

2015-10-13 Thread Ray Jui
Same as this patch. I thought device tree binding document should go with the clock driver changes. Strictly speaking, device tree binding document should always go before the driver changes. In the binding document the DT interface is defined, then changes are implemented in the driver. Ray On

Re: [RFC 1/5] clk: iproc: define Broadcom NSP iProc clock binding

2015-10-13 Thread Ray Jui
Shouldn't the device tree binding document go with the other patch series since both the binding document and drivers are merged by Michael or Stephen? On 10/13/2015 2:22 PM, Jon Mason wrote: > Document the device tree bindings for Broadcom Northstar Plus > architecture based clock controller >