linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] [MTD] Add support for RAM & ROM mappings in the physmap_of MTD driver.
@ 2008-03-26 12:44 Laurent Pinchart
  2008-03-26 14:45 ` Segher Boessenkool
  0 siblings, 1 reply; 13+ messages in thread
From: Laurent Pinchart @ 2008-03-26 12:44 UTC (permalink / raw)
  To: linux-mtd; +Cc: ben, linuxppc-dev, David Gibson


Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
=2D--
 drivers/mtd/maps/physmap_of.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/maps/physmap_of.c b/drivers/mtd/maps/physmap_of.c
index 49acd41..65c30b5 100644
=2D-- a/drivers/mtd/maps/physmap_of.c
+++ b/drivers/mtd/maps/physmap_of.c
@@ -273,6 +273,14 @@ static struct of_device_id of_flash_match[] =3D {
 		.data		=3D (void *)"jedec_probe",
 	},
 	{
+		.compatible	=3D "physmap-ram",
+		.data		=3D (void *)"map_ram",
+	},
+	{
+		.compatible	=3D "physmap-rom",
+		.data		=3D (void *)"map_rom",
+	},
+	{
 		.type		=3D "rom",
 		.compatible	=3D "direct-mapped"
 	},
=2D-=20
1.5.0


=2D-=20
Laurent Pinchart
CSE Semaphore Belgium

Chauss=E9e de Bruxelles, 732A
B-1410 Waterloo
Belgium

T +32 (2) 387 42 59
=46 +32 (2) 387 42 75

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2008-04-28 20:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-26 12:44 [PATCH 1/2] [MTD] Add support for RAM & ROM mappings in the physmap_of MTD driver Laurent Pinchart
2008-03-26 14:45 ` Segher Boessenkool
2008-03-26 15:26   ` Sergei Shtylyov
2008-03-26 15:34     ` Segher Boessenkool
2008-03-26 23:37       ` David Gibson
2008-03-27  9:26       ` Laurent Pinchart
2008-04-22 20:09         ` David Woodhouse
2008-04-22 20:16           ` Sergei Shtylyov
2008-04-22 20:18             ` David Woodhouse
2008-04-23 11:12               ` Sergei Shtylyov
2008-04-25 11:53                 ` Laurent Pinchart
2008-04-28 16:26                   ` [PATCH 1/2] [MTD] Add support for RAM & ROMmappings " Rune Torgersen
2008-04-28 20:30                     ` Scott Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).