OSDN Git Service

[PATCH] Linux 2.4.x MTD CFI P30/P33 support
authorAlexey Korolev <alexey.korolev@intel.com>
Tue, 10 Apr 2007 20:18:28 +0000 (22:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Apr 2007 20:18:28 +0000 (22:18 +0200)
commit1784144ef855bb5dd483359f14162b9abadd8517
treecf3fa373bf5f2452b4efdba7605d8dfb079baeca
parente561f5caf0faf0bf6bb0805619ab3d9b30e7e787
[PATCH] Linux 2.4.x MTD CFI P30/P33 support

The following patch adds support of P30 and P33 NOR FLASH support in
Linux 2.4
This flash is substitution of J3 flash which is widely used it on Linux
2.4 kernels. Currently many customers wishing to substitute J3 for P3x
face issues on Linux 2.4. This patch resolves issues with P3x on all
generic Linux kernels versions since 2.4.21.

The patch just allows using minor version "4" in CFI driver. Since
differences between CFI minor version "3" and minor version "4" are
small the CFI driver is not affected by this. Patch has been verified on
Mainstone (PXA27x based) platform.

Signed-off-by: Alexey Korolev <alexey.korolev@intel.com>
drivers/mtd/chips/cfi_cmdset_0001.c