]> git.sur5r.net Git - u-boot/commit
i2c, davinci: move i2c_defs.h to the drivers/i2c directory
authorKaricheri, Muralidharan <m-karicheri2@ti.com>
Fri, 4 Apr 2014 17:16:51 +0000 (13:16 -0400)
committerTom Rini <trini@ti.com>
Thu, 17 Apr 2014 21:24:38 +0000 (17:24 -0400)
commit356d15ebb2b0bb2adde2ca4fe4cccb87f75531a0
treef21cc0534e08b48742bbfde591defc38d9be4c1e
parent999d7d326de45c014077cda9904e9ac25166c3f2
i2c, davinci: move i2c_defs.h to the drivers/i2c directory

This patch moves the davinci i2c_defs.h file to drivers.i2c directory.
It will allow to reuse the davinci_i2c driver for TI Keystone2 SOCs.

Not used "git mv" command to move the file because small part of
it with definitions specific for Davinci SOCs has to remain in the
arch/arm/include/asm/arch-davinci.

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Acked-by: Tom Rini <trini@ti.com>
arch/arm/include/asm/arch-davinci/i2c_defs.h
drivers/i2c/davinci_i2c.c
drivers/i2c/davinci_i2c.h [new file with mode: 0644]