[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20131226225059.28468.61907@quantum>
Date: Thu, 26 Dec 2013 14:50:59 -0800
From: Mike Turquette <mturquette@...aro.org>
To: Alex Elder <alex.elder@...aro.org>,
"Christian Daudt" <bcm@...thebug.org>,
"Ian Campbell" <ijc+devicetree@...lion.org.uk>,
"Mark Rutland" <mark.rutland@....com>,
"Pawel Moll" <Pawel.Moll@....com>,
"Rob Herring" <rob.herring@...xeda.com>,
"Rob Landley" <rob@...dley.net>,
"Russell King" <linux@....linux.org.uk>,
"Stephen Warren" <swarren@...dotorg.org>
Cc: "bcm-kernel-feedback-list@...adcom.com"
<bcm-kernel-feedback-list@...adcom.com>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
"LKML" <linux-kernel@...r.kernel.org>
Subject: Re: [GIT PULL] clk: initial support for Broadcom Kona clocks
Quoting Alex Elder (2013-12-16 07:26:29)
> Mike, please pull the following for 3.14. It adds clock support
> for Broadcom SoCs having "Kona" clock control units. Thanks.
Pulled into clk-next.
Thanks!
Mike
>
> -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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists