]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMV7: Restructure OMAP i2c driver to allow code sharing between OMAP3 and OMAP4
authorSteve Sakoman <steve@sakoman.com>
Sat, 12 Jun 2010 13:42:57 +0000 (06:42 -0700)
committerSandeep Paulraj <s-paulraj@ti.com>
Tue, 6 Jul 2010 00:00:10 +0000 (20:00 -0400)
commit938717cee195159950cc4e3b16f4e4f7148421a2
tree4d10d1f388eaea7ca95048cea259caca81091282
parentbec3dc75996abf3cd878e54462708b1d9255bdc9
ARMV7: Restructure OMAP i2c driver to allow code sharing between OMAP3 and OMAP4

This patch modifies the omap24xx driver so that it will also work with OMAP4.

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/include/asm/arch-omap3/i2c.h
arch/arm/include/asm/arch-omap4/i2c.h [new file with mode: 0644]
drivers/i2c/omap24xx_i2c.c
drivers/i2c/omap24xx_i2c.h [new file with mode: 0644]