All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: Brian Norris <computersforpeace@gmail.com>,
	linux-mtd@lists.infradead.org
Cc: devicetree@vger.kernel.org, "Kevin Cernekee" <cernekee@gmail.com>,
	"Scott Branden" <sbranden@broadcom.com>,
	"Corneliu Doban" <cdoban@broadcom.com>,
	"Ray Jui" <rjui@broadcom.com>, "Rafał Miłecki" <zajec5@gmail.com>,
	linux-kernel@vger.kernel.org,
	"Dan Ehrenberg" <dehrenberg@chromium.org>,
	"Jonathan Richardson" <jonathar@broadcom.com>,
	"Anatol Pomazao" <anatol@google.com>,
	"Gregory Fong" <gregory.0xf0@gmail.com>,
	bcm-kernel-feedback-list@broadcom.com,
	"Dmitry Torokhov" <dtor@google.com>
Subject: Re: [PATCH v2 3/4] mtd: nand: add NAND driver for Broadcom STB NAND controller
Date: Thu, 19 Mar 2015 09:36:57 -0700	[thread overview]
Message-ID: <550AFB29.9040403@gmail.com> (raw)
In-Reply-To: <1426733358-15596-4-git-send-email-computersforpeace@gmail.com>

On 18/03/15 19:49, Brian Norris wrote:
> This core originated in Set-Top Box chips (BCM7xxx) but is used in a
> variety of other Broadcom chips, including some BCM63xxx, BCM33xx, and
> iProc/Cygnus. It's been used only on ARM and MIPS SoCs, so restrict it
> to those architectures.
> 
> There are multiple revisions of this core throughout the years, and
> almost every version broke register compatibility in some small way, but
> with some effort, this driver is able to support v4.0, v5.0, v6.x, v7.0,
> and v7.1. It's been tested on v5.0, v6.0, v7.0, and v7.1 recently, so
> there hopefully are no more lurking inconsistencies.
> 
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian

WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: Brian Norris <computersforpeace@gmail.com>,
	linux-mtd@lists.infradead.org
Cc: "Dmitry Torokhov" <dtor@google.com>,
	"Anatol Pomazao" <anatol@google.com>,
	"Ray Jui" <rjui@broadcom.com>,
	"Corneliu Doban" <cdoban@broadcom.com>,
	"Jonathan Richardson" <jonathar@broadcom.com>,
	"Scott Branden" <sbranden@broadcom.com>,
	"Rafał Miłecki" <zajec5@gmail.com>,
	bcm-kernel-feedback-list@broadcom.com,
	"Dan Ehrenberg" <dehrenberg@chromium.org>,
	"Gregory Fong" <gregory.0xf0@gmail.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Kevin Cernekee" <cernekee@gmail.com>
Subject: Re: [PATCH v2 3/4] mtd: nand: add NAND driver for Broadcom STB NAND controller
Date: Thu, 19 Mar 2015 09:36:57 -0700	[thread overview]
Message-ID: <550AFB29.9040403@gmail.com> (raw)
In-Reply-To: <1426733358-15596-4-git-send-email-computersforpeace@gmail.com>

On 18/03/15 19:49, Brian Norris wrote:
> This core originated in Set-Top Box chips (BCM7xxx) but is used in a
> variety of other Broadcom chips, including some BCM63xxx, BCM33xx, and
> iProc/Cygnus. It's been used only on ARM and MIPS SoCs, so restrict it
> to those architectures.
> 
> There are multiple revisions of this core throughout the years, and
> almost every version broke register compatibility in some small way, but
> with some effort, this driver is able to support v4.0, v5.0, v6.x, v7.0,
> and v7.1. It's been tested on v5.0, v6.0, v7.0, and v7.1 recently, so
> there hopefully are no more lurking inconsistencies.
> 
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian

  reply	other threads:[~2015-03-19 16:37 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-19  2:49 [PATCH v2 0/4] mtd: nand: add Broadcom NAND controller support Brian Norris
2015-03-19  2:49 ` Brian Norris
2015-03-19  2:49 ` Brian Norris
2015-03-19  2:49 ` [PATCH v2 1/4] mtd: nand: add common DT init code Brian Norris
2015-03-19  2:49   ` Brian Norris
2015-03-19  2:49   ` Brian Norris
2015-03-19  2:49 ` [PATCH v2 2/4] Documentation: devicetree: add binding doc for Broadcom NAND controller Brian Norris
2015-03-19  2:49   ` Brian Norris
2015-03-19  2:49   ` Brian Norris
2015-03-19  2:49 ` [PATCH v2 3/4] mtd: nand: add NAND driver for Broadcom STB " Brian Norris
2015-03-19  2:49   ` Brian Norris
2015-03-19  2:49   ` Brian Norris
2015-03-19 16:36   ` Florian Fainelli [this message]
2015-03-19 16:36     ` Florian Fainelli
2015-03-19  2:49 ` [PATCH v2 4/4] ARM: bcm7445: add NAND to DTS Brian Norris
2015-03-19  2:49   ` Brian Norris
2015-03-19  2:49   ` Brian Norris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=550AFB29.9040403@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=anatol@google.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=cdoban@broadcom.com \
    --cc=cernekee@gmail.com \
    --cc=computersforpeace@gmail.com \
    --cc=dehrenberg@chromium.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dtor@google.com \
    --cc=gregory.0xf0@gmail.com \
    --cc=jonathar@broadcom.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=rjui@broadcom.com \
    --cc=sbranden@broadcom.com \
    --cc=zajec5@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.