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

Wolfgang Denk wd at denx.de
Thu Apr 21 00:32:30 CEST 2011


Dear Lei Wen,

In message <1301990460-31029-2-git-send-email-leiwen at marvell.com> you wrote:
> 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>
> ---
> Changelog:
> v2: rename previous pxa_i2c to mvi2c.
> 
> V3: change previous name from pxa_i2c to mv_i2c
>     clean code style issue exist in original code
> 
> V4:
> V5:
> V6:
> V7:
> V8:
> NO CHANGE
> 
>  arch/arm/cpu/pxa/Makefile |    1 -
>  arch/arm/cpu/pxa/i2c.c    |  469 ---------------------------------------------
>  drivers/i2c/Makefile      |    1 +
>  drivers/i2c/mv_i2c.c      |  452 +++++++++++++++++++++++++++++++++++++++++++
>  include/configs/innokom.h |    1 +
>  include/configs/xm250.h   |    1 +
>  6 files changed, 455 insertions(+), 470 deletions(-)
>  delete mode 100644 arch/arm/cpu/pxa/i2c.c
>  create mode 100644 drivers/i2c/mv_i2c.c

I understand that arch/arm/cpu/pxa/i2c.c got renamed into
drivers/i2c/mv_i2c.c ?  Then please make sure this is visible in git
history, i. e. this should be a rename (eventually with
modifications), but not a remove/add.


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
>  Is there a way to determine Yesterday's date using Unix utilities?
         echo "what is yesterday's date?" | /bin/mail root
         -- Randal L. Schwartz in <ukbuh2y982.fsf at julie.teleport.com>


More information about the U-Boot mailing list