From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 23 May 2013 09:55:37 +0200 Subject: [U-Boot] Please pull u-boot-cfi-flash/master Message-ID: <519DCB79.3060402@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 Tom, please pull some CFI fixes: The following changes since commit 8bcb6f43e98ffc76e998349e0ec32a0e359160d4: Update MAINTAINERS file for sandbox (2013-05-17 17:04:39 -0400) are available in the git repository at: git://www.denx.de/git/u-boot-cfi-flash.git master for you to fetch changes up to 24c185cf58a5bef1e0401a0f7e70526d6d9078c7: cfi_flash: return NULL for invalid base address input (2013-05-23 09:48:45 +0200) ---------------------------------------------------------------- Andrew Gabbasov (1): cfi_flash: Fix unaligned accesses to cfi_qry structure Masahiro Yamada (2): cosmetic: cfi_flash: delete a space after an unary operator cfi_flash: return NULL for invalid base address input drivers/mtd/cfi_flash.c | 23 +++++++++++++---------- include/mtd/cfi_flash.h | 18 +++++++++++------- 2 files changed, 24 insertions(+), 17 deletions(-) Thanks, Stefan