From patchwork Fri Dec 20 11:31:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 1214024 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="t7uLCHPm"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 47fRTx5bvhz9sR4 for ; Fri, 20 Dec 2019 22:34:13 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727404AbfLTLeF (ORCPT ); Fri, 20 Dec 2019 06:34:05 -0500 Received: from conuserg-08.nifty.com ([210.131.2.75]:36761 "EHLO conuserg-08.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727384AbfLTLeE (ORCPT ); Fri, 20 Dec 2019 06:34:04 -0500 Received: from localhost.localdomain (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-08.nifty.com with ESMTP id xBKBW2Wt010984; Fri, 20 Dec 2019 20:32:02 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com xBKBW2Wt010984 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1576841524; bh=6jBixM0kD4Z6TDatL5XzWOLAsBsJ6q5AmXiipGKg7PA=; h=From:To:Cc:Subject:Date:From; b=t7uLCHPmhCDjQn2UH113INPsymuwdIgQQTb39RAQ1PqTNqSC2PTZ/t4Csuu5m0B8z 4oBITna0r3DfIq/t5cPhKmOeheC01CPYRtRjnDm6wxn2URSunjeAMLk6j+39bV9N8y 79IsNPODMx3zCBIQmIzHm9cq7OOma3vPk8XCWprq+YWKXWZ8xkScJaOZrJC34aK7px k3mGZXNBKBoCIRFssKJw1fMStrcFNaAUco1EoyEj2YVJLqiRrTTghUanFkFiNxas6/ /hoyonHHTuXuBxYnnqcq/KJQRX5L2kdJZ+m0ksdWNorOhyQmbysKIZp3xBhIBf5klr dC1bLDbhkNIXA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-mtd@lists.infradead.org Cc: Dinh Nguyen , Marek Vasut , Ley Foon Tan , Miquel Raynal , Masahiro Yamada , Mark Rutland , Philipp Zabel , Richard Weinberger , Rob Herring , Vignesh Raghavendra , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 0/5] mtd: rawnand: denali: a bungle of denali patches that is cleanly applicable Date: Fri, 20 Dec 2019 20:31:50 +0900 Message-Id: <20191220113155.28177-1-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.17.1 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Some Denali driver patches are flying in ML. The recently re-submitted patch http://patchwork.ozlabs.org/patch/1213986/ ... caused a conflict with: http://patchwork.ozlabs.org/patch/1205912/ Instead of discussing "who should rebase his patch" again, I offer to rebase and tidy up all the patches in a series (if useful for the NAND maintainer). Marek Vasut (1): mtd: rawnand: denali_dt: Add support for configuring SPARE_AREA_SKIP_BYTES Masahiro Yamada (4): mtd: rawnand: denali_dt: error out if platform has no associated data dt-bindings: mtd: denali_dt: document reset property mtd: rawnand: denali_dt: add reset controlling mtd: rawnand: denali: remove hard-coded DENALI_DEFAULT_OOB_SKIP_BYTES .../devicetree/bindings/mtd/denali-nand.txt | 7 +++ drivers/mtd/nand/raw/denali.c | 14 ++--- drivers/mtd/nand/raw/denali_dt.c | 56 +++++++++++++++++-- 3 files changed, 64 insertions(+), 13 deletions(-)