
Dear Wolfgang,
It seems the root cause of my failure of applying Reinhard's patch is the exchange server settings. Some of the space/tabs are converted/expanded in a wrong way.
Thanks for the help and hints from you and Mr.Reinhard.
BR, Eric
-----Original Message----- From: Wolfgang Denk [mailto:wd@denx.de] Sent: 2010-7-5 (星期一) 20:46 To: Xu, Hong Cc: reinhard.meyer@emk-elektronik.de; u-boot Subject: Re: 答复: [U-Boot] [PATCH] AT91SAM9260/9XE: add support for MultiMedia Card Interface (MCI)
Dear "Xu, Hong",
In message 0F5F73E36031FD46AD3F2E6948F0C0A0205C9D@frimb01.corp.atmel.com you wrote:
The reason is I tried to apply the patch on top of
- "master" branch of the mainline U-Boot
- current "master" of u-boot-at91.git
- The old "master" of u-boot-at91.git
all of them are failed.
Since you said the patch is cleanly against master of mainline U-Boot, = I'll rework.
It applies indeed without problems on top of the current master branch (i. e. on top of commit v2010.06-73-g54841ab) :
-> git-am -3 -i -u --whitespace=strip ~/Mail/U-Boot/8433 Commit Body is: -------------------------- AT91SAM9260/9XE: add support for MultiMedia Card Interface (MCI)
This patch adds support for the Atmel MultiMedia Card Interface (MCI) in AT91SAM9260 and AT91SAM9XE SoCs and preserves the original support for the AVR32AP700x SoCs. It patches the original atmel_mci.c driver to remove byte order and toolchain dependencies and makes it a common MCI driver for Atmels AVR32AP7000 and AT91SAM9260 based SoCs. The driver itself is not specific to those SoCs and should work with other Atmel devices having an identical MultiMedia Card Interface (MCI),
[...]