[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-111-g0b88d17
Brought to you by:
sszy
|
From: Nicolas <th...@us...> - 2014-02-14 12:49:12
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 0b88d179db84c455940a079b0c0912cd4014d958 (commit)
from 5e82adf82a96143984fa47010ed535f4038f77ef (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0b88d179db84c455940a079b0c0912cd4014d958
Author: Nicolas Colombain <nic...@ar...>
Date: Fri Feb 14 13:48:27 2014 +0100
[LINUX] fix micron nand support for apf28i
-----------------------------------------------------------------------
Summary of changes:
.../2.6.35/466-armadeus-micron_nand_fix.patch | 57 ++++++++++++++++++++
1 files changed, 57 insertions(+), 0 deletions(-)
create mode 100644 patches/linux/2.6.35/466-armadeus-micron_nand_fix.patch
diff --git a/patches/linux/2.6.35/466-armadeus-micron_nand_fix.patch b/patches/linux/2.6.35/466-armadeus-micron_nand_fix.patch
new file mode 100644
index 0000000..5afe6e9
--- /dev/null
+++ b/patches/linux/2.6.35/466-armadeus-micron_nand_fix.patch
@@ -0,0 +1,57 @@
+Index: linux-2.6.35.3/drivers/mtd/nand/nand_device_info.c
+===================================================================
+--- linux-2.6.35.3/drivers/mtd/nand/nand_device_info.c 2013-01-31 18:15:38.000000000 +0100
++++ linux-2.6.35.3/drivers/mtd/nand/nand_device_info.c 2013-01-31 18:15:38.000000000 +0100
+@@ -174,25 +174,6 @@ static struct nand_device_info nand_devi
+ },
+ {
+ .end_of_table = false,
+- .manufacturer_code = 0x2c,
+- .device_code = 0xda,
+- .cell_technology = NAND_DEVICE_CELL_TECH_SLC,
+- .chip_size_in_bytes = 256LL*SZ_1M,
+- .block_size_in_pages = 64,
+- .page_total_size_in_bytes = 2*SZ_1K + 64,
+- .ecc_strength_in_bits = 4,
+- .ecc_size_in_bytes = 512,
+- .data_setup_in_ns = 20,
+- .data_hold_in_ns = 10,
+- .address_setup_in_ns = 10,
+- .gpmi_sample_delay_in_ns = 6,
+- .tREA_in_ns = -1,
+- .tRLOH_in_ns = -1,
+- .tRHOH_in_ns = -1,
+- "MT29F2G08",
+- },
+- {
+- .end_of_table = false,
+ .manufacturer_code = 0xec,
+ .device_code = 0xda,
+ .cell_technology = NAND_DEVICE_CELL_TECH_SLC,
+@@ -1046,6 +1027,26 @@ static struct nand_device_info nand_devi
+ .tRHOH_in_ns = -1,
+ "K9F1F08",
+ },
++ {
++ .end_of_table = false,
++ .manufacturer_code = 0x2c,
++ .device_code = 0xda,
++ .cell_technology = NAND_DEVICE_CELL_TECH_SLC,
++ .chip_size_in_bytes = 256LL*SZ_1M,
++ .block_size_in_pages = 64,
++ .page_total_size_in_bytes = 2*SZ_1K + 64,
++ .ecc_strength_in_bits = 4,
++ .ecc_size_in_bytes = 512,
++ .data_setup_in_ns = 20,
++ .data_hold_in_ns = 10,
++ .address_setup_in_ns = 10,
++ .gpmi_sample_delay_in_ns = 6,
++ .tREA_in_ns = -1,
++ .tRLOH_in_ns = -1,
++ .tRHOH_in_ns = -1,
++ "MT29F2G08",
++ },
++
+ {true}
+ };
+
hooks/post-receive
--
armadeus
|