Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932352AbbFBPxu (ORCPT ); Tue, 2 Jun 2015 11:53:50 -0400 Received: from down.free-electrons.com ([37.187.137.238]:33467 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1759174AbbFBPxn (ORCPT ); Tue, 2 Jun 2015 11:53:43 -0400 From: Antoine Tenart To: sebastian.hesselbarth@gmail.com, ezequiel.garcia@free-electrons.com, dwmw2@infradead.org, computersforpeace@gmail.com Cc: Antoine Tenart , boris.brezillon@free-electrons.com, zmxu@marvell.com, jszhang@marvell.com, linux-arm-kernel@lists.infradead.org, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/4] mtd: pxa3xx_nand: rework the timing setup Date: Tue, 2 Jun 2015 17:53:37 +0200 Message-Id: <1433260421-18002-1-git-send-email-antoine.tenart@free-electrons.com> X-Mailer: git-send-email 2.4.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1146 Lines: 34 Hi, This series was part of a bigger one[1], which was split into smaller ones as asked by Ezequiel[2]. The aim here is to use the nand framework to setup the timings, while keeping the old in-driver way of configuration timings for compatibility reasons. Since the series was split up: - reworked the ndcr setup - removed the read_id_bytes update after device detection [1] https://lkml.org/lkml/2015/5/11/495 [2] https://lkml.org/lkml/2015/5/16/309 Antoine Tenart (4): mtd: pxa3xx_nand: add a default chunk size mtd: pxa3xx_nand: add helpers to setup the timings mtd: pxa3xx_nand: rework flash detection and timing setup mtd: pxa3xx_nand: clean up the pxa3xx timings drivers/mtd/nand/pxa3xx_nand.c | 251 ++++++++++++++------------ include/linux/platform_data/mtd-nand-pxa3xx.h | 11 +- 2 files changed, 143 insertions(+), 119 deletions(-) -- 2.4.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/