- blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Blackfin arch: fix reboot kernel mounting spi flash print error bug
has been removed from the -mm tree.  Its filename was
     blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug.patch

This patch was dropped because it was folded into blackfin-arch.patch

------------------------------------------------------
Subject: Blackfin arch: fix reboot kernel mounting spi flash print error bug
From: "Wu, Bryan" <bryan.wu@xxxxxxxxxx>

This patch fix a printing error bug when reboot kernel mounting on SPI flash.

Signed-off-by: Bryan Wu <bryan.wu@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/blackfin/mach-bf533/boards/cm_bf533.c      |    2 +-
 arch/blackfin/mach-bf533/boards/ezkit.c         |    2 +-
 arch/blackfin/mach-bf533/boards/stamp.c         |    2 +-
 arch/blackfin/mach-bf537/boards/cm_bf537.c      |    2 +-
 arch/blackfin/mach-bf537/boards/generic_board.c |    2 +-
 arch/blackfin/mach-bf537/boards/pnav10.c        |    2 +-
 arch/blackfin/mach-bf537/boards/stamp.c         |    2 +-
 arch/blackfin/mach-bf561/boards/cm_bf561.c      |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff -puN arch/blackfin/mach-bf533/boards/cm_bf533.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug arch/blackfin/mach-bf533/boards/cm_bf533.c
--- a/arch/blackfin/mach-bf533/boards/cm_bf533.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug
+++ a/arch/blackfin/mach-bf533/boards/cm_bf533.c
@@ -57,7 +57,7 @@ static struct mtd_partition bfin_spi_fla
 		.offset = 0x20000
 	},{
 		.name = "file system",
-		.size = 0x300000,
+		.size = 0x700000,
 		.offset = 0x00100000,
 	}
 };
diff -puN arch/blackfin/mach-bf533/boards/ezkit.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug arch/blackfin/mach-bf533/boards/ezkit.c
--- a/arch/blackfin/mach-bf533/boards/ezkit.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug
+++ a/arch/blackfin/mach-bf533/boards/ezkit.c
@@ -91,7 +91,7 @@ static struct mtd_partition bfin_spi_fla
 		.offset = 0x20000
 	},{
 		.name = "file system",
-		.size = 0x300000,
+		.size = 0x700000,
 		.offset = 0x00100000,
 	}
 };
diff -puN arch/blackfin/mach-bf533/boards/stamp.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug arch/blackfin/mach-bf533/boards/stamp.c
--- a/arch/blackfin/mach-bf533/boards/stamp.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug
+++ a/arch/blackfin/mach-bf533/boards/stamp.c
@@ -114,7 +114,7 @@ static struct mtd_partition bfin_spi_fla
 		.offset = 0x20000
 	},{
 		.name = "file system",
-		.size = 0x300000,
+		.size = 0x700000,
 		.offset = 0x00100000,
 	}
 };
diff -puN arch/blackfin/mach-bf537/boards/cm_bf537.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug arch/blackfin/mach-bf537/boards/cm_bf537.c
--- a/arch/blackfin/mach-bf537/boards/cm_bf537.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug
+++ a/arch/blackfin/mach-bf537/boards/cm_bf537.c
@@ -59,7 +59,7 @@ static struct mtd_partition bfin_spi_fla
 		.offset = 0x20000
 	},{
 		.name = "file system",
-		.size = 0x300000,
+		.size = 0x700000,
 		.offset = 0x00100000,
 	}
 };
diff -puN arch/blackfin/mach-bf537/boards/generic_board.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug arch/blackfin/mach-bf537/boards/generic_board.c
--- a/arch/blackfin/mach-bf537/boards/generic_board.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug
+++ a/arch/blackfin/mach-bf537/boards/generic_board.c
@@ -259,7 +259,7 @@ static struct mtd_partition bfin_spi_fla
 		.offset = 0x20000
 	},{
 		.name = "file system",
-		.size = 0x300000,
+		.size = 0x700000,
 		.offset = 0x00100000,
 	}
 };
diff -puN arch/blackfin/mach-bf537/boards/pnav10.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug arch/blackfin/mach-bf537/boards/pnav10.c
--- a/arch/blackfin/mach-bf537/boards/pnav10.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug
+++ a/arch/blackfin/mach-bf537/boards/pnav10.c
@@ -244,7 +244,7 @@ static struct mtd_partition bfin_spi_fla
 		.offset = 0x20000
 	},{
 		.name = "file system",
-		.size = 0x300000,
+		.size = 0x700000,
 		.offset = 0x00100000,
 	}
 };
diff -puN arch/blackfin/mach-bf537/boards/stamp.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug arch/blackfin/mach-bf537/boards/stamp.c
--- a/arch/blackfin/mach-bf537/boards/stamp.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug
+++ a/arch/blackfin/mach-bf537/boards/stamp.c
@@ -293,7 +293,7 @@ static struct mtd_partition bfin_spi_fla
 		.offset = 0x20000
 	},{
 		.name = "file system",
-		.size = 0x300000,
+		.size = 0x700000,
 		.offset = 0x00100000,
 	}
 };
diff -puN arch/blackfin/mach-bf561/boards/cm_bf561.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug arch/blackfin/mach-bf561/boards/cm_bf561.c
--- a/arch/blackfin/mach-bf561/boards/cm_bf561.c~blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug
+++ a/arch/blackfin/mach-bf561/boards/cm_bf561.c
@@ -58,7 +58,7 @@ static struct mtd_partition bfin_spi_fla
 		.offset = 0x20000
 	},{
 		.name = "file system",
-		.size = 0x300000,
+		.size = 0x700000,
 		.offset = 0x00100000,
 	}
 };
_

Patches currently in -mm which might be from bryan.wu@xxxxxxxxxx are

origin.patch
blackfin-Documentation.patch
blackfin-arch.patch
blackfin-arch-fix-reboot-kernel-mounting-spi-flash-print-error-bug.patch
blackfin-arch-fix-compiling-error-in-flat-c-file.patch
blackfin-arch-power-management-replace-firmware-disk-mode.patch
blackfin-arch-add-kdebug-header-file.patch
blackfin-arch-fix-bug-bf561-rev-id-are-8-bit.patch
blackfin-arch-fix-bug-prevent-warning-in-case-bf531-is-target.patch
blackfin-arch-fix-stamp537-isp1716-irq-setting-bug.patch
blackfin-arch-fix-bug-interrupt-setup-problem-request_irq.patch
blackfin-arch-pnav-and-bluetechnix-cm-bf537-use-the-mac.patch
blackfin-arch-always-include-linux-kallsysms-header-file.patch
blackfin-arch-sync-with-uclibc-no-functional-changes.patch
blackfin-arch-using-asm-generic-pgtable-header-file-by.patch
blackfin-arch-add-missing-__clear_user-function-to.patch
blackfin-arch-use-boot_command_line-instead-of.patch
blackfin-arch-fix-some-coding-style-in-include.patch
blackfin-arch-add-scm_timestampns-and-siocgstampns-to.patch
blackfin-arch-add-missing-blackfin-support-in-lib.patch
blackfin-arch-fix-bug-data-cannot-be-put-into-l1-data.patch
blackfin-arch-source-kernel-preemption-option.patch
blackfin-arch-workaround-bf561-anomaly-05000266.patch
blackfin-arch-define-a-new-cacheline_aligned-attribute-to-put-it-in-l1-data-memory-with-linkscript-update.patch
blackfin-arch-fix-bug-asserting-gpio-requested-doesnt-make-sense-with-gpio-whole-port-accesses.patch
blackfin-arch-04-and-05-silicon-doesnt-exist-for-bf534-bf536-adn-bf537-so-dont-let-people-select-the-option.patch
blackfin-arch-fix-coding-style-in-ints-priority-sc-c-file.patch
blackfin-arch-fix-bug-refuse-to-boot-if-rootfs-image-is-not-attached-when-mtd_uclinux-is-selected.patch
blackfin-arch-move-revid-function-into-global-headers-as-inline-functions.patch
blackfin-arch-need-linux-ttyh-header-for-console_init-prototype.patch
blackfin-arch-convert-most-blackfin-specific-spi-register-settings-to-common-spi-framework-settings.patch
driver_bfin_serial_core.patch
driver_bfin_serial_core-update.patch
blackfin-on-chip-ethernet-mac-controller-driver.patch
blackfin-on-chip-ethernet-mac-controller-driver-update.patch
blackfin-patch-add-blackfin-support-in-smc91x.patch
blackfin-on-chip-rtc-controller-driver.patch
blackfin-on-chip-rtc-controller-driver-fix-rtc_update_irq-augument.patch
blackfin-blackfin-on-chip-spi-controller-driver.patch
blackfin-blackfin-on-chip-spi-controller-driver-cleanup-and-coding-style-fixing.patch
blackfin-blackfin-on-chip-spi-controller-driver-fix-reboot-kernel-mounting-spi-flash-print-error-bug.patch
blackfin-spi-controller-driver-update-according-to-david-brownells-review.patch
blackfin-serial-core-driver-uart1-should-depend-on-bf534-bf536-bf537-remove-experimental-marking-from-on-chip-serial-core-driver-and-make-options-less-wordy.patch
move-die-notifier-handling-to-common-code-fix.patch
revoke-core-code-revoke-no-revoke-for-nommu.patch
revoke-core-code-generic_file_revoke-stub-for-nommu.patch
vdso-print-fatal-signals-fix-compiling-error-bug-in.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux