
-----Original Message----- From: Lei Wen [mailto:leiwen@marvell.com] Sent: Monday, March 14, 2011 3:46 PM To: u-boot@lists.denx.de; Marek Vasut; Prafulla Wadaskar; Lei Wen Subject: [PATCH 1/8] pxa: move i2c driver to the common place
For better sharing with other platform other than pxa's, it is more convenient to put the driver to the common place.
Signed-off-by: Lei Wen leiwen@marvell.com
arch/arm/cpu/pxa/Makefile | 1 - arch/arm/cpu/pxa/i2c.c | 469 --------------------------------------
drivers/i2c/Makefile | 1 + drivers/i2c/pxa_i2c.c | 469 +++++++++++++++++++++++++++++++++++++++++++++
Hi Lei It looks like this is cut-paste, have you done git-mv? Pls confirm
Secondly Since this will be supported by multiple Marvell SoC cores. How about renaming new moved i2c driver as mvi2c.c?
Regards.. Prafulla . .