From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Wu Date: Tue, 09 Oct 2012 18:11:09 +0800 Subject: [U-Boot] [PATCH v2 0/3] Enable MMC support for at91sam9x5ek board. In-Reply-To: <1347610926-18223-1-git-send-email-josh.wu@atmel.com> References: <1347610926-18223-1-git-send-email-josh.wu@atmel.com> Message-ID: <5073F83D.1090106@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Andreas Any feedback of these patches? Best Regards, Josh Wu On 9/14/2012 4:22 PM, Josh Wu wrote: > This patch series enable MCI0 solt in at91sam9x5ek board. > > Josh Wu (3): > mmc: at91: add multi block read/write support. > ARM: at91sam9x5: enable MCI0 support for 9x5ek board. > mmc: at91: use max timeout value. It will avoid some situation that > timeout happened. > > arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c | 15 +++++++++++++++ > board/atmel/at91sam9x5ek/at91sam9x5ek.c | 10 ++++++++++ > drivers/mmc/gen_atmel_mci.c | 15 +++++++++++++-- > include/atmel_mci.h | 7 ++++++- > include/configs/at91sam9x5ek.h | 10 ++++++++++ > 5 files changed, 54 insertions(+), 3 deletions(-) >