From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 25 Sep 2014 15:28:37 -0500 Subject: [U-Boot] Pull request: nand flash Message-ID: <20140925202837.GA6276@home.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit e3a4facdfc07179ebe017a07b8de6224a935a9f3: checkpatch: remove unnecessary + after {8,8} (2014-09-25 09:31:24 -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 f9860cf081efdf32c8a01b9fc271fe55e2a79f8d: nand/denali: Document CONFIG symbols (2014-09-25 13:54:58 -0500) ---------------------------------------------------------------- Chin Liang See (1): nand/denali: Adding Denali NAND driver support Rostislav Lisovy (1): mtd: nand: am335x: Fix 'bit-flip' errors in SPL Scott Wood (1): nand/denali: Document CONFIG symbols Stefan Roese (1): mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep() doc/README.nand | 6 + drivers/mtd/nand/Makefile | 1 + drivers/mtd/nand/am335x_spl_bch.c | 12 +- drivers/mtd/nand/denali.c | 1205 +++++++++++++++++++++++++++++++++++++ drivers/mtd/nand/denali.h | 467 ++++++++++++++ drivers/mtd/nand/nand_base.c | 4 +- 6 files changed, 1688 insertions(+), 7 deletions(-) create mode 100644 drivers/mtd/nand/denali.c create mode 100644 drivers/mtd/nand/denali.h