[U-Boot] Pull request: nand flash
Scott Wood
oss at buserror.net
Sat Feb 13 07:14:02 CET 2016
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
More information about the U-Boot
mailing list