Re: [PATCH] mtd/physmap_of: Don't add disabled flash devices

2011-08-22 Thread Lan Chunhe
On Wed, 17 Aug 2011 05:44:56 +0800, Scott Wood wrote: On 08/16/2011 04:25 AM, Chunhe Lan wrote: Flash(cfi-flash, jedec-flash, and so on) nodes with the property status="disabled" are not usable and so avoid adding "disabled" flash devices with the system. Signed-off-by: Chunhe Lan --- dri

Re: [PATCH] mtd/physmap_of: Don't add disabled flash devices

2011-08-16 Thread Scott Wood
On 08/16/2011 04:25 AM, Chunhe Lan wrote: > Flash(cfi-flash, jedec-flash, and so on) nodes with the > property status="disabled" are not usable and so avoid > adding "disabled" flash devices with the system. > > Signed-off-by: Chunhe Lan > --- > drivers/mtd/maps/physmap_of.c |3 +++ > 1 file

[PATCH] mtd/physmap_of: Don't add disabled flash devices

2011-08-16 Thread Chunhe Lan
Flash(cfi-flash, jedec-flash, and so on) nodes with the property status="disabled" are not usable and so avoid adding "disabled" flash devices with the system. Signed-off-by: Chunhe Lan --- drivers/mtd/maps/physmap_of.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/d