Re: [U-Boot] [PATCH 1/8] pxa: move i2c driver to the common place

2011-03-14 Thread Lei Wen
Hi Prafulla, On Mon, Mar 14, 2011 at 8:03 PM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Lei Wen [mailto:lei...@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

Re: [U-Boot] [PATCH 1/8] pxa: move i2c driver to the common place

2011-03-14 Thread Prafulla Wadaskar
> -Original Message- > From: Lei Wen [mailto:lei...@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 tha

[U-Boot] [PATCH 1/8] pxa: move i2c driver to the common place

2011-03-14 Thread Lei Wen
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 --- arch/arm/cpu/pxa/Makefile |1 - arch/arm/cpu/pxa/i2c.c| 469 - drivers/i2c/Makefile |1 +