From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933452AbcBYRub (ORCPT ); Thu, 25 Feb 2016 12:50:31 -0500 Received: from mail-pa0-f50.google.com ([209.85.220.50]:35330 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932381AbcBYRua (ORCPT ); Thu, 25 Feb 2016 12:50:30 -0500 Date: Thu, 25 Feb 2016 09:50:27 -0800 From: Brian Norris To: Florian Fainelli Cc: linux-mtd@lists.infradead.org, Kamal Dasu , David Woodhouse , "open list:BROADCOM STB NAND FLASH DRIVER" , open list Subject: Re: [PATCH] mtd: brcmnand: Fix v7.1 register offsets Message-ID: <20160225175027.GJ21465@google.com> References: <1456358843-16347-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: <1456358843-16347-1-git-send-email-f.fainelli@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 24, 2016 at 04:07:23PM -0800, Florian Fainelli wrote: > The BRCMNAND controller revision 7.1 is almost 100% compatible with the > previous v6.0 register offset layout, except for the Correctable Error > Reporting Threshold registers. Fix this by adding another table with the > correct offsets for CORR_THRESHOLD and CORR_THRESHOLD_EXT. Wow. That sucks, but I guess I can't say I'm surprised. > Fixes: 27c5b17cd1b1 ("mtd: nand: add NAND driver "library" for Broadcom STB NAND controller") > Signed-off-by: Florian Fainelli Applied to l2-mtd.git.