Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751866AbdIVDsv (ORCPT ); Thu, 21 Sep 2017 23:48:51 -0400 Received: from conuserg-09.nifty.com ([210.131.2.76]:59296 "EHLO conuserg-09.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751794AbdIVDsq (ORCPT ); Thu, 21 Sep 2017 23:48:46 -0400 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com v8M3kwAJ029389 X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-mtd@lists.infradead.org Cc: Masahiro Yamada , Cyrille Pitchen , linux-kernel@vger.kernel.org, Boris Brezillon , Marek Vasut , Brian Norris , Richard Weinberger , David Woodhouse Subject: [PATCH v2 00/12] mtd: nand: denali: more clean-ups Date: Fri, 22 Sep 2017 12:46:37 +0900 Message-Id: <1506052009-8285-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1084 Lines: 26 This series make the Denali driver even cleaner and more correct. Masahiro Yamada (12): mtd: nand: denali: squash setup_ecc_for_xfer() helper into caller mtd: nand: denali: prefix detect_max_banks() with denali_ mtd: nand: denali: consolidate include directives mtd: nand: denali: squash denali_enable_dma() helper into caller mtd: nand: denali: slight clean up of denali_wait_for_irq() mtd: nand: denali: clean up macros with mtd: nand: denali: use more FIELD_PREP / FIELD_GET where appropriate mtd: nand: denali: clean up comments mtd: nand: denali: use upper/lower_32_bits() macro for clean-up mtd: nand: denali: remove unneeded init of ECC_ENABLE register mtd: nand: denali: support direct addressing mode mtd: nand: denali: change the setup_dma choice into hook drivers/mtd/nand/denali.c | 277 ++++++++++++++++++------------------------ drivers/mtd/nand/denali.h | 44 +++---- drivers/mtd/nand/denali_dt.c | 4 +- drivers/mtd/nand/denali_pci.c | 5 +- 4 files changed, 141 insertions(+), 189 deletions(-) -- 2.7.4