]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: Add helper module for board specific I2C bus registration
authorJarkko Nikula <jarkko.nikula@nokia.com>
Wed, 7 Nov 2007 10:54:31 +0000 (12:54 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 15 Nov 2007 21:55:15 +0000 (13:55 -0800)
commita6f2283bfb55697b68dbd529bf022f874ee7f872
tree14826eb46d3edd8d1915ea3af60595be640c24ad
parentd079a1c74ea46f75cc406838c45652b97205e6be
ARM: OMAP: Add helper module for board specific I2C bus registration

This helper module simplifies I2C bus registration for different OMAP
platforms by doing registration in one place only and to allow board
specific bus configuration like clock rate and number of busses configured.

Helper should cover OMAP processors from first to third generation.

This patch just adds the feature and current implementation cleanup and
board file modifications will be done in following patches.

Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/Makefile
arch/arm/plat-omap/i2c.c [new file with mode: 0644]
include/asm-arm/arch-omap/common.h