linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] bcm driver updates for 3.14
@ 2014-01-06  6:58 Christian Daudt
  2014-01-09  6:04 ` Olof Johansson
  2014-01-23 17:04 ` Kevin Hilman
  0 siblings, 2 replies; 6+ messages in thread
From: Christian Daudt @ 2014-01-06  6:58 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 319e2e3f63c348a9b66db4667efa73178e18b17d:

  Linux 3.13-rc4 (2013-12-15 12:31:33 -0800)

are available in the git repository at:

  git://github.com/broadcom/bcm11351.git tags/bcm-for-3.14-drivers

for you to fetch changes up to e257c5f6e1cad35d15c06d713b2d1a26f883bbcb:

  clk: bcm281xx: define U32_MAX conditionally for now (2013-12-31
09:54:45 -0800)

----------------------------------------------------------------
Clk driver for bcm mobile SoCs

----------------------------------------------------------------
Alex Elder (2):
      clk: bcm281xx: add initial clock framework support
      clk: bcm281xx: define U32_MAX conditionally for now

Tim Kryger (1):
      clocksource: kona: Add basic use of external clock

 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           |  416 ++++++++++++++
 drivers/clocksource/bcm_kona_timer.c |   14 +-
 include/dt-bindings/clock/bcm281xx.h |   65 +++
 10 files changed, 2723 insertions(+), 3 deletions(-)
 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] 6+ messages in thread

end of thread, other threads:[~2014-01-23 17:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06  6:58 [GIT PULL] bcm driver updates for 3.14 Christian Daudt
2014-01-09  6:04 ` Olof Johansson
2014-01-09  7:52   ` Christian Daudt
2014-01-09 13:09     ` Alex Elder
2014-01-09 14:50       ` Matt Porter
2014-01-23 17:04 ` Kevin Hilman

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