From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Lapin Date: Fri, 8 Aug 2008 10:30:12 +0400 Subject: [U-Boot] [PATCH][AT91] DataFlash: AT45DB021 fix and AT45DB081 support In-Reply-To: <12181763643896-git-send-email-slapin@ossfans.org> References: <12181763643896-git-send-email-slapin@ossfans.org> Message-ID: <20080808063012.GA3716@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 Fri, Aug 08, 2008 at 10:19:24AM +0400, Sergey Lapin wrote: > 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 | 3 ++- > 2 files changed, 16 insertions(+), 2 deletions(-) Also - is it possible to include this into 1.3.4? Thanks a lot, S.