|
|
Log in / Subscribe / Register

Tegra30 clockframework

From:  Peter De Schrijver <pdeschrijver@nvidia.com>
To:  Peter De Schrijver <pdeschrijver@nvidia.com>
Subject:  [PATCH v1 0/3] Tegra30 clockframework
Date:  Mon, 2 Jan 2012 17:18:02 +0200
Message-ID:  <1325517486-22458-1-git-send-email-pdeschrijver@nvidia.com>
Cc:  Colin Cross <ccross@android.com>, Olof Johansson <olof@lixom.net>, "Stephen Warren" <swarren@nvidia.com>, Russell King <linux@arm.linux.org.uk>, <linux-tegra@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>
Archive‑link:  Article

This patchset introduces the tegra30 clockframework. Clocks which require
voltage scaling are not included in this version. The implementation doesn't
use the generic clock code yet. It's the intention to move to it, once the
semantics are fully clarified.

Peter De Schrijver (3):
  arm/tegra: add support for new clock framework features
  arm/tegra: implement basic tegra30 clock framework
  arm/tegra: enable tegra30 clock framework

 arch/arm/mach-tegra/Makefile           |    1 +
 arch/arm/mach-tegra/clock.c            |   22 +
 arch/arm/mach-tegra/clock.h            |   15 +
 arch/arm/mach-tegra/common.c           |    1 +
 arch/arm/mach-tegra/include/mach/clk.h |   10 +
 arch/arm/mach-tegra/tegra30_clocks.c   | 3080 ++++++++++++++++++++++++++++++++
 6 files changed, 3129 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/mach-tegra/tegra30_clocks.c

-- 
1.7.7.rc0.72.g4b5ea.dirty

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


Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds