All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/5] blackfin: Use the plat_nand default partition parser
@ 2012-03-28 18:13 ` H Hartley Sweeten
  0 siblings, 0 replies; 4+ messages in thread
From: H Hartley Sweeten @ 2012-03-28 18:13 UTC (permalink / raw)
  To: Linux Kernel; +Cc: linux-mtd, uclinux-dist-devel, vapier

Use the default partition parser, cmdlinepart, provided by the plat_nand driver.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Mike Frysinger <vapier@gentoo.org>

---

diff --git a/arch/blackfin/mach-bf561/boards/acvilon.c b/arch/blackfin/mach-bf561/boards/acvilon.c
index f6ffd6f..0b74218 100644
--- a/arch/blackfin/mach-bf561/boards/acvilon.c
+++ b/arch/blackfin/mach-bf561/boards/acvilon.c
@@ -248,8 +248,6 @@ static struct platform_device bfin_uart0_device = {
 
 #if defined(CONFIG_MTD_NAND_PLATFORM) || defined(CONFIG_MTD_NAND_PLATFORM_MODULE)
 
-const char *part_probes[] = { "cmdlinepart", NULL };
-
 static struct mtd_partition bfin_plat_nand_partitions[] = {
 	{
 	 .name = "params(nand)",
@@ -289,7 +287,6 @@ static struct platform_nand_data bfin_plat_nand_data = {
 	.chip = {
 		 .nr_chips = 1,
 		 .chip_delay = 30,
-		 .part_probe_types = part_probes,
 		 .partitions = bfin_plat_nand_partitions,
 		 .nr_partitions = ARRAY_SIZE(bfin_plat_nand_partitions),
 		 },

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

* [PATCH 3/5] blackfin: Use the plat_nand default partition parser
@ 2012-03-28 18:13 ` H Hartley Sweeten
  0 siblings, 0 replies; 4+ messages in thread
From: H Hartley Sweeten @ 2012-03-28 18:13 UTC (permalink / raw)
  To: Linux Kernel; +Cc: vapier, uclinux-dist-devel, linux-mtd

Use the default partition parser, cmdlinepart, provided by the plat_nand driver.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Mike Frysinger <vapier@gentoo.org>

---

diff --git a/arch/blackfin/mach-bf561/boards/acvilon.c b/arch/blackfin/mach-bf561/boards/acvilon.c
index f6ffd6f..0b74218 100644
--- a/arch/blackfin/mach-bf561/boards/acvilon.c
+++ b/arch/blackfin/mach-bf561/boards/acvilon.c
@@ -248,8 +248,6 @@ static struct platform_device bfin_uart0_device = {
 
 #if defined(CONFIG_MTD_NAND_PLATFORM) || defined(CONFIG_MTD_NAND_PLATFORM_MODULE)
 
-const char *part_probes[] = { "cmdlinepart", NULL };
-
 static struct mtd_partition bfin_plat_nand_partitions[] = {
 	{
 	 .name = "params(nand)",
@@ -289,7 +287,6 @@ static struct platform_nand_data bfin_plat_nand_data = {
 	.chip = {
 		 .nr_chips = 1,
 		 .chip_delay = 30,
-		 .part_probe_types = part_probes,
 		 .partitions = bfin_plat_nand_partitions,
 		 .nr_partitions = ARRAY_SIZE(bfin_plat_nand_partitions),
 		 },

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

* Re: [PATCH 3/5] blackfin: Use the plat_nand default partition parser
  2012-03-28 18:13 ` H Hartley Sweeten
@ 2012-03-31  2:55   ` Mike Frysinger
  -1 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2012-03-31  2:55 UTC (permalink / raw)
  To: H Hartley Sweeten; +Cc: Linux Kernel, linux-mtd, uclinux-dist-devel

On Wed, Mar 28, 2012 at 14:13, H Hartley Sweeten wrote:
> Use the default partition parser, cmdlinepart, provided by the plat_nand driver.

Acked-by: Mike Frysinger <vapier@gentoo.org>
-mike

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

* Re: [PATCH 3/5] blackfin: Use the plat_nand default partition parser
@ 2012-03-31  2:55   ` Mike Frysinger
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2012-03-31  2:55 UTC (permalink / raw)
  To: H Hartley Sweeten; +Cc: uclinux-dist-devel, linux-mtd, Linux Kernel

On Wed, Mar 28, 2012 at 14:13, H Hartley Sweeten wrote:
> Use the default partition parser, cmdlinepart, provided by the plat_nand driver.

Acked-by: Mike Frysinger <vapier@gentoo.org>
-mike

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

end of thread, other threads:[~2012-03-31  2:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-28 18:13 [PATCH 3/5] blackfin: Use the plat_nand default partition parser H Hartley Sweeten
2012-03-28 18:13 ` H Hartley Sweeten
2012-03-31  2:55 ` Mike Frysinger
2012-03-31  2:55   ` Mike Frysinger

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.