From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Wu Date: Wed, 10 Oct 2012 09:42:28 +0800 Subject: [U-Boot] [PATCH v2 0/3] Enable MMC support for at91sam9x5ek board. In-Reply-To: <50749C7A.3020104@googlemail.com> References: <1347610926-18223-1-git-send-email-josh.wu@atmel.com> <5073F83D.1090106@atmel.com> <50749C7A.3020104@googlemail.com> Message-ID: <5074D284.3070207@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 On 10/10/2012 5:51 AM, Andreas Bie?mann wrote: > Hi Josh, > > On 09.10.12 12:11, Josh Wu wrote: >> Hi, Andreas >> >> Any feedback of these patches? > short answer: no ;) > > I think they could go into next (no obvious objections), but I would > like to do some runtime tests on avr32 before. Beside that, if you do > not insist on applying them ASAP to next I would like to wait until the > release next Monday and apply the patches to u-boot-atmel/master then. > Is that OK for you? Yes, I'm fine with this. thank you. Best Regards, Josh Wu > > Best regards > > Andreas Bie?mann > >> 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(-) >>>