All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v2 0/4] Add Cygnus audio clock support
@ 2016-01-27  1:18 Ray Jui
  2016-01-27  1:18 ` [PATCH RESEND v2 1/4] Documentation: dt-bindings: Add DT bindings for Cygnus audio clock Ray Jui
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Ray Jui @ 2016-01-27  1:18 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-kernel, bcm-kernel-feedback-list, Simran Rai, Ray Jui

This patch series adds support for the Cygnus audio clock based on existing
iProc clock support

I re-applied this patch series to v4.5-rc1. Full kernel tree is available from
GITHUB:
repo: https://github.com/Broadcom/cygnus-linux.git
branch: cygnus-audio-clk-v2

Changes from v1:
 - Remove function 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 for Cygnus audio clocks
  ARM: dts: enable audio clock support for Cygnus

 .../bindings/clock/brcm,iproc-clocks.txt           |  6 +++
 arch/arm/boot/dts/bcm-cygnus-clock.dtsi            |  9 ++++
 drivers/clk/bcm/clk-cygnus.c                       | 59 ++++++++++++++++++++++
 drivers/clk/bcm/clk-iproc-pll.c                    | 41 +++++++++++++--
 drivers/clk/bcm/clk-iproc.h                        | 43 ++++++++++++----
 include/dt-bindings/clock/bcm-cygnus.h             |  6 +++
 6 files changed, 148 insertions(+), 16 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-02-01  0:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-27  1:18 [PATCH RESEND v2 0/4] Add Cygnus audio clock support Ray Jui
2016-01-27  1:18 ` [PATCH RESEND v2 1/4] Documentation: dt-bindings: Add DT bindings for Cygnus audio clock Ray Jui
2016-01-30  0:33   ` Stephen Boyd
2016-01-27  1:18 ` [PATCH RESEND v2 2/4] clk: iproc: Add support for Cygnus audio clocks Ray Jui
2016-01-30  0:33   ` Stephen Boyd
2016-01-27  1:18 ` [PATCH RESEND v2 3/4] clk: iproc: Remove __init from header Ray Jui
2016-01-30  0:33   ` Stephen Boyd
2016-01-27  1:18 ` [PATCH RESEND v2 4/4] ARM: dts: enable audio clock support for Cygnus Ray Jui
2016-01-30  0:42   ` Ray Jui
2016-02-01  0:24     ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.