From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Lapin Date: Sun, 10 Aug 2008 00:12:16 +0400 Subject: [U-Boot] [PATCH][AT91] DataFlash: AT45DB021 fix and AT45DB081 support In-Reply-To: <20080808223529.GB21061@game.jcrosoft.org> References: <20080808203103.GA16674@game.jcrosoft.org> <12182314471636-git-send-email-slapin@ossfans.org> <20080808223529.GB21061@game.jcrosoft.org> Message-ID: <20080809201216.GA8036@fan.ossfans.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Aug 09, 2008 at 12:35:29AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 01:37 Sat 09 Aug , Sergey Lapin wrote: > > From: Sergey Lapin > > > > Fix for page size of AT45DB021. Also adding bigger AT45DB081 > > which comes with some newer boards. > > > > Signed-off-by: Sergey Lapin > > --- > > drivers/mtd/dataflash.c | 15 ++++++++++++++- > > include/dataflash.h | 2 +- > > 2 files changed, 15 insertions(+), 2 deletions(-) > > > Applied to u-boot-at91 Thanks a lot! S.