https://github.com/torvalds/linux
Revision ae4b3fbc7a91ea4e5685edb0310bb185a12e5943 authored by Mark A. Greer on 12 May 2007, 00:54:53 UTC, committed by Paul Mackerras on 12 May 2007, 01:32:49 UTC
Some platforms support a variety processor modules with no method of
determining which exact processor module is being used except by
examining Vital Product Data (VPD).  The modules may have different
amounts of memory, clock frequencies, etc. so reading the VPD becomes
necessary to correctly set properties in the device tree before its
passed to the kernel.

Often the VPD is stored in I2C EEPROMs so an I2C driver becomes necessary.
This I2C driver is for the I2C controller that's embedded on the Marvel
mv64x60 line of host bridges.

Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent e12deb8
History
Tip revision: ae4b3fbc7a91ea4e5685edb0310bb185a12e5943 authored by Mark A. Greer on 12 May 2007, 00:54:53 UTC
[POWERPC] Add bootwrapper support for Marvell/mv64x60 I2C
Tip revision: ae4b3fb
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 572 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 89.3 KB
Kbuild -rw-r--r-- 1.5 KB
MAINTAINERS -rw-r--r-- 86.6 KB
Makefile -rw-r--r-- 49.2 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top