mbox

[U-Boot] Please pull u-boot-cfi-flash/master

Message ID 515AEE14.8040500@roese.nl
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-cfi-flash.git master

Message

Stefan Roese April 2, 2013, 2:41 p.m. UTC
Hi Tom,

please pull the following patches which have been queued for some time
(sorry for the delay):


The following changes since commit 5644369450635fa5c2967bee55b1ac41f6e988d0:

  Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging (2013-03-31 08:43:12 -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 c502321c4a1bc8d859ecf19b22f9d0ce03954fd6:

  mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices (2013-04-02 14:27:54 +0200)

----------------------------------------------------------------
Jagannadha Sutradharudu Teki (1):
      mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices

aaron.williams@caviumnetworks.com (1):
      mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support

 drivers/mtd/cfi_flash.c | 101 +++++++++++++++++++++++++++++++++++++-----------
 include/mtd/cfi_flash.h |  41 ++++++++++----------
 2 files changed, 99 insertions(+), 43 deletions(-)

Comments

Tom Rini April 2, 2013, 6:17 p.m. UTC | #1
On Tue, Apr 02, 2013 at 04:41:24PM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following patches which have been queued for some time
> (sorry for the delay):
> 
> 
> The following changes since commit 5644369450635fa5c2967bee55b1ac41f6e988d0:
> 
>   Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging (2013-03-31 08:43:12 -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 c502321c4a1bc8d859ecf19b22f9d0ce03954fd6:
> 
>   mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices (2013-04-02 14:27:54 +0200)
> 
> ----------------------------------------------------------------
> Jagannadha Sutradharudu Teki (1):
>       mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices
> 
> aaron.williams@caviumnetworks.com (1):
>       mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support
> 
>  drivers/mtd/cfi_flash.c | 101 +++++++++++++++++++++++++++++++++++++-----------
>  include/mtd/cfi_flash.h |  41 ++++++++++----------
>  2 files changed, 99 insertions(+), 43 deletions(-)

Configuring for qemu_mips64 - Board: qemu-mips64, Options: SYS_BIG_ENDIAN
   text    data     bss     dec     hex filename
 215344   13082  218720  447146   6d2aa qemu_mips64/u-boot
cfi_flash.c: In function 'flash_map':
cfi_flash.c:217:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

A patch on top to fix this warning is fine (and the ELDK MIPS toolchain
is also fine for qemu_mips64).