mbox

[U-Boot] Pull request: nand flash

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

Pull-request

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

Message

Scott Wood Oct. 10, 2014, 1:08 a.m. UTC
The RNDOUT patch addresses a regression in the mtd uprev.  The PARAM
change is a fix to a driver introduced in this release.

The following changes since commit dd0204e48d05f41480743a798b94d5484b664639:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-10-07 07:38:39 -0400)

are available in the git repository at:


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

for you to fetch changes up to ed3c980bee74dc1bd599dd44b41b2c32ee78c0a8:

  mtd: denali: support NAND_CMD_RNDOUT command (2014-10-09 17:33:26 -0500)

----------------------------------------------------------------
Masahiro Yamada (2):
      mtd: denali: fix NAND_CMD_PARAM command
      mtd: denali: support NAND_CMD_RNDOUT command

 drivers/mtd/nand/denali.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

Comments

Tom Rini Oct. 10, 2014, 2:39 p.m. UTC | #1
On Thu, Oct 09, 2014 at 08:08:30PM -0500, Scott Wood wrote:

> The RNDOUT patch addresses a regression in the mtd uprev.  The PARAM
> change is a fix to a driver introduced in this release.
> 
> The following changes since commit dd0204e48d05f41480743a798b94d5484b664639:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-10-07 07:38:39 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-nand-flash.git master
> 
> for you to fetch changes up to ed3c980bee74dc1bd599dd44b41b2c32ee78c0a8:
> 
>   mtd: denali: support NAND_CMD_RNDOUT command (2014-10-09 17:33:26 -0500)
> 
> ----------------------------------------------------------------
> Masahiro Yamada (2):
>       mtd: denali: fix NAND_CMD_PARAM command
>       mtd: denali: support NAND_CMD_RNDOUT command
> 
>  drivers/mtd/nand/denali.c | 12 ++++++++++--
>  1 file changed, 10 insertions(+), 2 deletions(-)

Applied to u-boot/master, thanks!