From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haavard Skinnemoen Date: Sun, 15 Jun 2008 15:48:56 +0200 Subject: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB In-Reply-To: References: <1213189217-9520-1-git-send-email-antonio.costa@atmel.com> Message-ID: <20080615154856.6941cb05@siona.local> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 13 Jun 2008 16:21:59 -0500 wrote: > The U-Boot AT91 MCI driver is no longer the exclusive work > of Atmel. So, I do not believe that a sole Atmel copyright > is correct for the AT91 MCI driver. > > I added MMC 4.x support to the AT91 MCI driver a while back. > In response to a request for AT91 MMC 4.x support, I > submitted it to the list in the form of an informal patch > against u-boot-1.1.5_atmel1.2 on April 29, 2008. Without > much effort, I can see that much of the code that I added is > still in the various files of the AT91 MCI driver, but my > company's copyright has been removed. (Please note that I > never removed anyone else's copyright.) Which driver are you talking about? I don't see any AT91 MCI driver in the u-boot tree...I thought Antonio based his work on the cpu/at32ap/atmel_mci.c driver? Haavard