* [GIT PULL] ARM: mach-bcm: bcm281xx clock driver
@ 2014-03-06 4:48 Matt Porter
2014-03-11 20:04 ` Olof Johansson
0 siblings, 1 reply; 4+ messages in thread
From: Matt Porter @ 2014-03-06 4:48 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:
Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)
are available in the git repository at:
git://github.com/broadcom/mach-bcm tags/armsoc/for-3.15/drivers
for you to fetch changes up to 1a5823c9209f0435347fcc079cf9b0dc01882db0:
clk: bcm281xx: don't disable unused peripheral clocks (2014-02-24 13:50:36 -0500)
----------------------------------------------------------------
ARM: mach-bcm: bcm281xx clock driver
This pull request contains the Broadcom bcm281xx
clock driver series. This series is being merged
through the arm-soc tree because there is an
ordering dependency where the driver *must* be
merged before the related dts changes. This is
a result of the bcm281xx dts already containing
dummy fixed clock nodes that must be updated.
----------------------------------------------------------------
Alex Elder (2):
clk: bcm281xx: add initial clock framework support
clk: bcm281xx: don't disable unused peripheral clocks
drivers/clk/Kconfig | 1 +
drivers/clk/Makefile | 1 +
drivers/clk/bcm/Kconfig | 9 +
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 | 410 ++++++++++++++
include/dt-bindings/clock/bcm281xx.h | 65 +++
9 files changed, 2707 insertions(+)
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ARM: mach-bcm: bcm281xx clock driver
2014-03-06 4:48 [GIT PULL] ARM: mach-bcm: bcm281xx clock driver Matt Porter
@ 2014-03-11 20:04 ` Olof Johansson
2014-03-11 22:13 ` Matt Porter
0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2014-03-11 20:04 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Mar 05, 2014 at 11:48:16PM -0500, Matt Porter wrote:
> The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:
>
> Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)
>
> are available in the git repository at:
>
> git://github.com/broadcom/mach-bcm tags/armsoc/for-3.15/drivers
>
> for you to fetch changes up to 1a5823c9209f0435347fcc079cf9b0dc01882db0:
>
> clk: bcm281xx: don't disable unused peripheral clocks (2014-02-24 13:50:36 -0500)
Looks like this one was already merged.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ARM: mach-bcm: bcm281xx clock driver
2014-03-11 20:04 ` Olof Johansson
@ 2014-03-11 22:13 ` Matt Porter
[not found] ` <1571769.cCL4TiEkIc@wuerfel>
0 siblings, 1 reply; 4+ messages in thread
From: Matt Porter @ 2014-03-11 22:13 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Mar 11, 2014 at 01:04:32PM -0700, Olof Johansson wrote:
> On Wed, Mar 05, 2014 at 11:48:16PM -0500, Matt Porter wrote:
> > The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:
> >
> > Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)
> >
> > are available in the git repository at:
> >
> > git://github.com/broadcom/mach-bcm tags/armsoc/for-3.15/drivers
> >
> > for you to fetch changes up to 1a5823c9209f0435347fcc079cf9b0dc01882db0:
> >
> > clk: bcm281xx: don't disable unused peripheral clocks (2014-02-24 13:50:36 -0500)
>
> Looks like this one was already merged.
Yes, Arnd and I did this one f2f last week as part of a howto video.
-Matt
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-03-17 7:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 4:48 [GIT PULL] ARM: mach-bcm: bcm281xx clock driver Matt Porter
2014-03-11 20:04 ` Olof Johansson
2014-03-11 22:13 ` Matt Porter
[not found] ` <1571769.cCL4TiEkIc@wuerfel>
2014-03-17 7:46 ` Olof Johansson
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).