From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oi0-f68.google.com ([209.85.218.68]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b8eDb-0001eh-Hp for linux-mtd@lists.infradead.org; Fri, 03 Jun 2016 01:48:11 +0000 Received: by mail-oi0-f68.google.com with SMTP id x130so14449251oia.3 for ; Thu, 02 Jun 2016 18:47:51 -0700 (PDT) Date: Thu, 2 Jun 2016 20:47:49 -0500 From: Rob Herring To: Florian Fainelli Cc: linux-mtd@lists.infradead.org, thomas.petazzoni@free-electrons.com, Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Brian Norris , Kamal Dasu , Boris Brezillon , Richard Weinberger , David Woodhouse , Simon Arlott , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list , "open list:BROADCOM STB NAND FLASH DRIVER" Subject: Re: [PATCH v2] mtd: brcmnand: Add v7.2 controller support Message-ID: <20160603014749.GA14989@rob-hp-laptop> References: <1464715383-26053-1-git-send-email-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1464715383-26053-1-git-send-email-f.fainelli@gmail.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, May 31, 2016 at 10:23:02AM -0700, Florian Fainelli wrote: > The 7.2 controller differs in a few area compared to its predecssor (7.1): > > - NAND scrambler, which we are not using just yet > - higher ECC levels (up to 120 bits) per 1KB data blocks, also not supported yet > - up to 128B OOB > > This patchs adds the ncessary code to support such a controller s/patchs/patch/ s/ncessary/necessary/ > generation and updates the Device Tree binding. > > Signed-off-by: Florian Fainelli > --- > Changes in v2: > > - fixed a bunch of conditionals on the versions which should > have been exclusive (spotted by Thomas) > > .../devicetree/bindings/mtd/brcm,brcmnand.txt | 1 + With those changes, Acked-by: Rob Herring > drivers/mtd/nand/brcmnand/brcmnand.c | 91 ++++++++++++++++++---- > 2 files changed, 78 insertions(+), 14 deletions(-)