From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Feb 2012 14:09:00 +0100 Subject: [U-Boot] [PATCH] AVR32 removal due to lack of custodian. In-Reply-To: <4F4B681D.8070302@gmail.com> References: <1330208025-24198-1-git-send-email-wd@denx.de> <4F4B681D.8070302@gmail.com> Message-ID: <201202271409.00612.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Hi Wolfgang, > > On 25.02.2012 23:13, Wolfgang Denk wrote: > > AVR32 appaers to be unmaintained, and nobody appears to care about > > s/appaers/appears/g > > well, there where at least two users (sven and I) last year ... > > > that. Let's get rid fof it. > > Would be sad, at least now ... > > I'm willing to get u-boot avr32 support to live on for at least some > years, if no one else volunteers. > Hi, that'd be great! There's especially one problem I found with the AVR32 stuff. The MMC driver. I take it the "gen_atmel_mci.c" driver can be used instead of "atmel_mci.c", which uses the legacy MMC API? Can you flip the AVR32 boards to the new MMC driver so we can drop the legacy MMC API any soon please? Thanks! M