linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: alex.elder@linaro.org (Alex Elder)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] clk: initial support  for Broadcom Kona clocks
Date: Mon, 16 Dec 2013 09:26:29 -0600	[thread overview]
Message-ID: <52AF1BA5.6000902@linaro.org> (raw)

Mike, please pull the following for 3.14.  It adds clock support
for Broadcom SoCs having "Kona" clock control units.  Thanks.

					-Alex

The following changes since commit 1459c837036a44e2dcf14a9452ed330201fb23b5:

  clk: si570: Add a driver for SI570 oscillators (2013-12-14 21:01:35 -0800)

are available in the git repository at:

  git://git.linaro.org/landing-teams/working/broadcom/kernel.git
pull/mturquette-kona-clocks

for you to fetch changes up to 143522e704d105bd2b3cbbca6e8fb2d217866ec0:

  clk: bcm281xx: add initial clock framework support (2013-12-16
07:34:52 -0600)

----------------------------------------------------------------
Alex Elder (2):
      clk: bcm281xx: define kona clock binding
      clk: bcm281xx: add initial clock framework support

 .../devicetree/bindings/clock/bcm-kona-clock.txt   |   93 ++
 drivers/clk/Kconfig                                |    1 +
 drivers/clk/Makefile                               |    1 +
 drivers/clk/bcm/Kconfig                            |    8 +
 drivers/clk/bcm/Makefile                           |    3 +
 drivers/clk/bcm/clk-bcm281xx.c                     |  416 ++++++++
 drivers/clk/bcm/clk-kona-setup.c                   |  769 +++++++++++++++
 drivers/clk/bcm/clk-kona.c                         | 1033
++++++++++++++++++++
 drivers/clk/bcm/clk-kona.h                         |  414 ++++++++
 include/dt-bindings/clock/bcm281xx.h               |   65 ++
 10 files changed, 2803 insertions(+)
 create mode 100644
Documentation/devicetree/bindings/clock/bcm-kona-clock.txt
 create mode 100644 drivers/clk/bcm/Kconfig
 create mode 100644 drivers/clk/bcm/Makefile
 create mode 100644 drivers/clk/bcm/clk-bcm281xx.c
 create mode 100644 drivers/clk/bcm/clk-kona-setup.c
 create mode 100644 drivers/clk/bcm/clk-kona.c
 create mode 100644 drivers/clk/bcm/clk-kona.h
 create mode 100644 include/dt-bindings/clock/bcm281xx.h

             reply	other threads:[~2013-12-16 15:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-16 15:26 Alex Elder [this message]
2013-12-26 22:50 ` [GIT PULL] clk: initial support for Broadcom Kona clocks Mike Turquette

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52AF1BA5.6000902@linaro.org \
    --to=alex.elder@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).