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


Groups > linux.kernel > #1275689

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

From Ray Jui <rjui@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/4] Add Cygnus audio clock support
Date 2015-11-23 19:00 +0100
Message-ID <qy3zc-55c-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
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 | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/4] Add Cygnus audio clock support Ray Jui <rjui@broadcom.com> - 2015-11-23 19:00 +0100
  [PATCH v2 4/4] ARM: dts: enable audio clock support for Cygnus Ray Jui <rjui@broadcom.com> - 2015-11-23 19:00 +0100
  [PATCH v2 1/4] Documentation: dt-bindings: Add DT bindings for Cygnus audio clock Ray Jui <rjui@broadcom.com> - 2015-11-23 19:00 +0100
  [PATCH v2 2/4] clk: iproc: Add support for Cygnus audio clocks Ray Jui <rjui@broadcom.com> - 2015-11-23 19:00 +0100
  Re: [PATCH v2 0/4] Add Cygnus audio clock support Florian Fainelli <f.fainelli@gmail.com> - 2015-11-25 01:20 +0100

csiph-web