[U-Boot] [PATCH 1/8] pxa: move i2c driver to the common place
Prafulla Wadaskar
prafulla at marvell.com
Mon Mar 14 13:03:21 CET 2011
> -----Original Message-----
> From: Lei Wen [mailto:leiwen at marvell.com]
> Sent: Monday, March 14, 2011 3:46 PM
> To: u-boot at 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 at 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 . .
More information about the U-Boot
mailing list