All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian Norris <computersforpeace@gmail.com>
To: Antoine Tenart <antoine.tenart@free-electrons.com>
Cc: thomas.petazzoni@free-electrons.com,
	boris.brezillon@free-electrons.com, linux-kernel@vger.kernel.org,
	zmxu@marvell.com, linux-mtd@lists.infradead.org,
	ezequiel.garcia@free-electrons.com, jszhang@marvell.com,
	dwmw2@infradead.org, linux-arm-kernel@lists.infradead.org,
	sebastian.hesselbarth@gmail.com
Subject: Re: [PATCH v2 01/10] mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0
Date: Sat, 28 Feb 2015 01:28:08 -0800	[thread overview]
Message-ID: <20150228092808.GC12966@brian-ubuntu> (raw)
In-Reply-To: <1423752816-26219-2-git-send-email-antoine.tenart@free-electrons.com>

On Thu, Feb 12, 2015 at 03:53:27PM +0100, Antoine Tenart wrote:
> pxa3xx_flash_ids wasn't initialized to 0, which in certain cases could
> end up containing corrupted values in its members. Fix this to avoid
> possible issues.
> 
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>

Applied this patch to l2-mtd.git. The others are TBD still. (Haven't
examined all of them too closely.)

Brian

WARNING: multiple messages have this Message-ID (diff)
From: computersforpeace@gmail.com (Brian Norris)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 01/10] mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0
Date: Sat, 28 Feb 2015 01:28:08 -0800	[thread overview]
Message-ID: <20150228092808.GC12966@brian-ubuntu> (raw)
In-Reply-To: <1423752816-26219-2-git-send-email-antoine.tenart@free-electrons.com>

On Thu, Feb 12, 2015 at 03:53:27PM +0100, Antoine Tenart wrote:
> pxa3xx_flash_ids wasn't initialized to 0, which in certain cases could
> end up containing corrupted values in its members. Fix this to avoid
> possible issues.
> 
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>

Applied this patch to l2-mtd.git. The others are TBD still. (Haven't
examined all of them too closely.)

Brian

WARNING: multiple messages have this Message-ID (diff)
From: Brian Norris <computersforpeace@gmail.com>
To: Antoine Tenart <antoine.tenart@free-electrons.com>
Cc: sebastian.hesselbarth@gmail.com,
	ezequiel.garcia@free-electrons.com, dwmw2@infradead.org,
	boris.brezillon@free-electrons.com,
	thomas.petazzoni@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: Re: [PATCH v2 01/10] mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0
Date: Sat, 28 Feb 2015 01:28:08 -0800	[thread overview]
Message-ID: <20150228092808.GC12966@brian-ubuntu> (raw)
In-Reply-To: <1423752816-26219-2-git-send-email-antoine.tenart@free-electrons.com>

On Thu, Feb 12, 2015 at 03:53:27PM +0100, Antoine Tenart wrote:
> pxa3xx_flash_ids wasn't initialized to 0, which in certain cases could
> end up containing corrupted values in its members. Fix this to avoid
> possible issues.
> 
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>

Applied this patch to l2-mtd.git. The others are TBD still. (Haven't
examined all of them too closely.)

Brian

  reply	other threads:[~2015-02-28  9:28 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-12 14:53 [PATCH v2 00/10] ARM: berlin: add nand support Antoine Tenart
2015-02-12 14:53 ` Antoine Tenart
2015-02-12 14:53 ` Antoine Tenart
2015-02-12 14:53 ` [PATCH v2 01/10] mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0 Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-28  9:28   ` Brian Norris [this message]
2015-02-28  9:28     ` Brian Norris
2015-02-28  9:28     ` Brian Norris
2015-02-12 14:53 ` [PATCH v2 02/10] mtd: pxa3xx_nand: add a non mandatory ECC clock Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 14:53 ` [PATCH v2 03/10] Documentation: bindings: document the clocks for pxa3xx-nand Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 14:53 ` [PATCH v2 04/10] mtd: pxa3xx_nand: set NDCR_PG_PER_BLK if page per block is 128 Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 15:16   ` Boris Brezillon
2015-02-12 15:16     ` Boris Brezillon
2015-02-12 15:16     ` Boris Brezillon
2015-02-12 15:22     ` Antoine Tenart
2015-02-12 15:22       ` Antoine Tenart
2015-02-12 15:22       ` Antoine Tenart
2015-02-12 14:53 ` [PATCH v2 05/10] mtd: pxa3xx_nand: add a default chunk size Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 15:17   ` Boris Brezillon
2015-02-12 15:17     ` Boris Brezillon
2015-02-12 15:17     ` Boris Brezillon
2015-02-12 15:22     ` Antoine Tenart
2015-02-12 15:22       ` Antoine Tenart
2015-02-12 15:22       ` Antoine Tenart
2015-02-12 14:53 ` [PATCH v2 06/10] mtd: pxa3xx_nand: add support for the Marvell Berlin nand controller Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-27  3:20   ` Brian Norris
2015-02-27  3:20     ` Brian Norris
2015-02-27  3:20     ` Brian Norris
2015-02-12 14:53 ` [PATCH v2 07/10] Documentation: bindings: add the Berlin nand controller compatible Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 14:53 ` [PATCH v2 08/10] mtd: nand: let Marvell Berlin SoCs select the pxa3xx driver Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 14:53 ` [PATCH v2 09/10] ARM: berlin: add BG2Q node for the nand Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 14:53 ` [PATCH v2 10/10] ARM: berlin: enable flash on the BG2Q DMP Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart
2015-02-12 14:53   ` Antoine Tenart

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=20150228092808.GC12966@brian-ubuntu \
    --to=computersforpeace@gmail.com \
    --cc=antoine.tenart@free-electrons.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=dwmw2@infradead.org \
    --cc=ezequiel.garcia@free-electrons.com \
    --cc=jszhang@marvell.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=thomas.petazzoni@free-electrons.com \
    --cc=zmxu@marvell.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.