[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1352965354-650-1-git-send-email-dahuang@nvidia.com>
Date: Thu, 15 Nov 2012 15:42:31 +0800
From: Danny Huang <dahuang@...dia.com>
To: <swarren@...dotorg.org>, <linux@....linux.org.uk>,
<linux-tegra@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
CC: Danny Huang <dahuang@...dia.com>
Subject: [PATCH V2 0/3] ARM: tegra: add speedo identification for T20/T30
This patch series adds speedo identification functionality for tegra
T20 and T30. It reads speedo value from fuse and chooses CPU and core
process ID by checking speedo corner tables.
V2:
* Split spare fuse related changes to a separate patch
* Keep original fuse init flow on an unknown chip
* Change size check of speedo cornor table
* Set speedo id to 0 with unknown chip revision/SKU
* Set process id to 0 when speedo value out of range
Danny Huang (3):
ARM: tegra: flexible spare fuse read function
ARM: tegra: Add speedo-based process identification
ARM: tegra: T30 speedo-based process identification
arch/arm/mach-tegra/Makefile | 2 +
arch/arm/mach-tegra/fuse.c | 49 ++++--
arch/arm/mach-tegra/fuse.h | 16 ++
arch/arm/mach-tegra/tegra20_speedo.c | 109 +++++++++++++
arch/arm/mach-tegra/tegra30_speedo.c | 292 +++++++++++++++++++++++++++++++++++
5 files changed, 457 insertions(+), 11 deletions(-)
create mode 100644 arch/arm/mach-tegra/tegra20_speedo.c
create mode 100644 arch/arm/mach-tegra/tegra30_speedo.c
--
1.8.0
--
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