From: Chunhe Lan <hidden> Date: 2011-08-16 09:25:14
Nand flash nodes with the property status="disabled" are not
usable and so avoid adding "disabled" nand flash devices with
the system.
Signed-off-by: Chunhe Lan <redacted>
---
drivers/mtd/nand/fsl_elbc_nand.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
From: Scott Wood <hidden> Date: 2011-08-16 21:46:35
On 08/16/2011 04:27 AM, Chunhe Lan wrote:
quoted hunk
Nand flash nodes with the property status=3D"disabled" are not
usable and so avoid adding "disabled" nand flash devices with
the system.
=20
Signed-off-by: Chunhe Lan <redacted>
---
drivers/mtd/nand/fsl_elbc_nand.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
=20
Same comment as the other patch -- unavailable devices should already
not be getting probed. Also, this subject line makes it sound like this
is a NAND subsystem change rather than a change in one specific driver.
-Scott
From: Lan Chunhe <hidden> Date: 2011-08-22 10:01:48
On Wed, 17 Aug 2011 05:46:29 +0800, Scott Wood [off-list ref]=
=
wrote:
On 08/16/2011 04:27 AM, Chunhe Lan wrote:
quoted
Nand flash nodes with the property status=3D"disabled" are not
usable and so avoid adding "disabled" nand flash devices with
the system.
Signed-off-by: Chunhe Lan <redacted>
---
drivers/mtd/nand/fsl_elbc_nand.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/fsl_elbc_nand.c =
quoted
b/drivers/mtd/nand/fsl_elbc_nand.c
index 33d8aad..8212c12 100644