[PATCH 0/3] arm: add a /proc/cpuinfo platform extension
H Hartley Sweeten
hartleys at visionengravers.com
Mon Mar 22 14:38:32 EDT 2010
Add an optional platform specific extension to /proc/cpuinfo.
Many platforms have custom cpu information that could be exposed
to user space using /proc/cpuinfo.
Patch 1/3 adds the necessary core support to allow a platform
specific callback to dump this information.
Patch 2/3 adds a callback to mach-ep93xx that exposes the two
unique MaverickKey IDs as well as the processor silicon revision
and a number of boot configuration options.
Patch 3/3 hooks up all the ep93xx platforms.
Signed-off-by: H Hartley Sweeten <hsweeten at visionengravers.com>
---
This is a repost of the patch series due to some requests from
ep93xx users. It has been rebased to 2.6.34-rc2.
More information about the linux-arm-kernel
mailing list