From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 23 Jul 2015 08:51:33 +0200 Subject: [U-Boot] [PATCH 0/3] nand: Sync with Linux v4.1 In-Reply-To: <1435385809-15127-1-git-send-email-scottwood@freescale.com> References: <1435385809-15127-1-git-send-email-scottwood@freescale.com> Message-ID: <55B08EF5.6060205@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Scott, On 27.06.2015 08:16, Scott Wood wrote: > As requested, these patches can be found in the sync-4.1 branch of > u-boot-nand-flash.git. > > Ezequiel Garcia (1): > mtd: Introduce mtd_block_isreserved() > > Scott Wood (2): > nand: Remove __UBOOT__ ifdefs > nand: Sync with Linux v4.1 > > drivers/mtd/mtdcore.c | 14 +- > drivers/mtd/mtdpart.c | 9 + > drivers/mtd/nand/Makefile | 1 + > drivers/mtd/nand/atmel_nand_ecc.h | 3 + > drivers/mtd/nand/denali.c | 209 +++++++------ > drivers/mtd/nand/denali.h | 8 +- > drivers/mtd/nand/docg4.c | 6 +- > drivers/mtd/nand/fsl_elbc_nand.c | 14 + > drivers/mtd/nand/fsl_ifc_nand.c | 33 +- > drivers/mtd/nand/nand_base.c | 615 ++++++++++---------------------------- > drivers/mtd/nand/nand_bbt.c | 75 ++--- > drivers/mtd/nand/nand_ids.c | 10 +- > drivers/mtd/nand/nand_timings.c | 252 ++++++++++++++++ > include/fsl_ifc.h | 2 + > include/linux/mtd/mtd.h | 2 + > include/linux/mtd/nand.h | 122 +++++--- > 16 files changed, 715 insertions(+), 660 deletions(-) > create mode 100644 drivers/mtd/nand/nand_timings.c I've used these patches while porting the pxa3xx_nand driver for the Marvell Armada XP / 38x SoC's to current U-Boot. And have found no issues so far. So: Tested-by: Stefan Roese Thanks, Stefan