mbox

[U-Boot] Pull request: nand flash

Message ID 20160902163102.GA29995@home.buserror.net
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-nand-flash.git

Message

Crystal Wood Sept. 2, 2016, 4:31 p.m. UTC
The following changes since commit cb1cbdd96962931de2ac948a184874e2672f3f96:

  x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payload (2016-08-30 09:26:05 +0800)

are available in the git repository at:

  git://git.denx.de/u-boot-nand-flash.git 

for you to fetch changes up to 8b7d51249eca113c4965a7c417f33d7eb569434b:

  nand: Fix some more NULL name tests (2016-09-01 20:08:48 -0500)

----------------------------------------------------------------
Chris Packham (1):
      mtd: nand: pxa3xx: use nand_set_controller_data

Scott Wood (1):
      nand: Fix some more NULL name tests

Tony Lindgren (1):
      nand: Fix nand info for no device

 cmd/nand.c                     | 8 ++++----
 drivers/dfu/dfu_nand.c         | 4 ++--
 drivers/mtd/nand/omap_gpmc.c   | 2 +-
 drivers/mtd/nand/pxa3xx_nand.c | 1 +
 4 files changed, 8 insertions(+), 7 deletions(-)

Comments

Tom Rini Sept. 6, 2016, 4:58 p.m. UTC | #1
On Fri, Sep 02, 2016 at 11:31:02AM -0500, Scott Wood wrote:

> The following changes since commit cb1cbdd96962931de2ac948a184874e2672f3f96:
> 
>   x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payload (2016-08-30 09:26:05 +0800)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nand-flash.git 
> 
> for you to fetch changes up to 8b7d51249eca113c4965a7c417f33d7eb569434b:
> 
>   nand: Fix some more NULL name tests (2016-09-01 20:08:48 -0500)
> 

Applied to u-boot/master, thanks!