mbox

[U-Boot] Pull request: nand flash

Message ID 20160213061402.GA13275@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 Feb. 13, 2016, 6:14 a.m. UTC
The following changes since commit 9ef2835f26652092a61b0cb0551ef4f36be27946:

  Merge branch 'master' of git://git.denx.de/u-boot-video (2016-02-11 18:18:15 -0500)

are available in the git repository at:

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

for you to fetch changes up to e4b40e921dcf0e39d5c10984d366023f459facef:

  arasan: nfc: Add initial nand driver support for arasan (2016-02-12 17:27:41 -0600)

----------------------------------------------------------------
Kevin Smith (3):
      mtd: pxa3xx_nand: Correct null dereference
      mtd: pxa3xx_nand: Correct offset calculation
      mtd: pxa3xx_nand: Don't alloc unneeded memory

Peng Fan (1):
      nand: mxs: fix error handling for mxs_nand_init

Siva Durga Prasad Paladugu (2):
      zynqmp: nand: Add Nand driver support for zynqmp
      arasan: nfc: Add initial nand driver support for arasan

 arch/arm/include/asm/arch-zynqmp/hardware.h |    2 +
 configs/xilinx_zynqmp_ep_defconfig          |    1 +
 drivers/mtd/nand/Kconfig                    |    7 +
 drivers/mtd/nand/Makefile                   |    1 +
 drivers/mtd/nand/arasan_nfc.c               | 1154 +++++++++++++++++++++++++++
 drivers/mtd/nand/mxs_nand.c                 |   24 +-
 drivers/mtd/nand/pxa3xx_nand.c              |   17 +-
 include/configs/xilinx_zynqmp.h             |    9 +
 8 files changed, 1194 insertions(+), 21 deletions(-)
 create mode 100644 drivers/mtd/nand/arasan_nfc.c

Comments

Tom Rini Feb. 14, 2016, 6:56 p.m. UTC | #1
On Sat, Feb 13, 2016 at 12:14:02AM -0600, Scott Wood wrote:

> The following changes since commit 9ef2835f26652092a61b0cb0551ef4f36be27946:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-video (2016-02-11 18:18:15 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nand-flash.git 
> 
> for you to fetch changes up to e4b40e921dcf0e39d5c10984d366023f459facef:
> 
>   arasan: nfc: Add initial nand driver support for arasan (2016-02-12 17:27:41 -0600)
> 

Applied to u-boot/master, thanks!