mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-07 21:53:44 +00:00
mtd: spi-nor: remove or move flash_info comments
Most of the comments are a relict of the past when the flash_info was just one table. Most of them are useless. Remove them. Signed-off-by: Michael Walle <mwalle@kernel.org> Link: https://lore.kernel.org/r/20230807-mtd-flash-info-db-rework-v3-16-e60548861b10@kernel.org Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
This commit is contained in:
parent
3e85be9887
commit
da7e48db51
@ -163,7 +163,6 @@ static const struct spi_nor_fixups atmel_nor_global_protection_fixups = {
|
||||
};
|
||||
|
||||
static const struct flash_info atmel_nor_parts[] = {
|
||||
/* Atmel -- some are (confusingly) marketed as "DataFlash" */
|
||||
{ "at25fs010", INFO(0x1f6601, 0, 32 * 1024, 4)
|
||||
FLAGS(SPI_NOR_HAS_LOCK)
|
||||
NO_SFDP_FLAGS(SECT_4K)
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include "core.h"
|
||||
|
||||
static const struct flash_info eon_nor_parts[] = {
|
||||
/* EON -- en25xxx */
|
||||
{ "en25f32", INFO(0x1c3116, 0, 64 * 1024, 64)
|
||||
NO_SFDP_FLAGS(SECT_4K) },
|
||||
{ "en25p32", INFO(0x1c2016, 0, 64 * 1024, 64) },
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include "core.h"
|
||||
|
||||
static const struct flash_info esmt_nor_parts[] = {
|
||||
/* ESMT */
|
||||
{ "f25l32pa", INFO(0x8c2016, 0, 64 * 1024, 64)
|
||||
FLAGS(SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE)
|
||||
NO_SFDP_FLAGS(SECT_4K) },
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include "core.h"
|
||||
|
||||
static const struct flash_info everspin_nor_parts[] = {
|
||||
/* Everspin */
|
||||
{ "mr25h128", CAT25_INFO(16 * 1024, 1, 256, 2) },
|
||||
{ "mr25h256", CAT25_INFO(32 * 1024, 1, 256, 2) },
|
||||
{ "mr25h10", CAT25_INFO(128 * 1024, 1, 256, 3) },
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include "core.h"
|
||||
|
||||
static const struct flash_info intel_nor_parts[] = {
|
||||
/* Intel/Numonyx -- xxxs33b */
|
||||
{ "160s33b", INFO(0x898911, 0, 64 * 1024, 32)
|
||||
FLAGS(SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE) },
|
||||
{ "320s33b", INFO(0x898912, 0, 64 * 1024, 64)
|
||||
|
@ -47,7 +47,6 @@ static const struct spi_nor_fixups pm25lv_nor_fixups = {
|
||||
};
|
||||
|
||||
static const struct flash_info issi_nor_parts[] = {
|
||||
/* ISSI */
|
||||
{ "is25cd512", INFO(0x7f9d20, 0, 32 * 1024, 2)
|
||||
NO_SFDP_FLAGS(SECT_4K) },
|
||||
{ "is25lq040b", INFO(0x9d4013, 0, 64 * 1024, 8)
|
||||
@ -76,7 +75,6 @@ static const struct flash_info issi_nor_parts[] = {
|
||||
FLAGS(SPI_NOR_QUAD_PP)
|
||||
.fixups = &is25lp256_fixups },
|
||||
|
||||
/* PMC */
|
||||
{ "pm25lv512", INFO0(32 * 1024, 2)
|
||||
NO_SFDP_FLAGS(SECT_4K)
|
||||
.fixups = &pm25lv_nor_fixups
|
||||
|
@ -33,7 +33,6 @@ static const struct spi_nor_fixups mx25l25635_fixups = {
|
||||
};
|
||||
|
||||
static const struct flash_info macronix_nor_parts[] = {
|
||||
/* Macronix */
|
||||
{ "mx25l512e", INFO(0xc22010, 0, 64 * 1024, 1)
|
||||
NO_SFDP_FLAGS(SECT_4K) },
|
||||
{ "mx25l2005a", INFO(0xc22012, 0, 64 * 1024, 4)
|
||||
|
@ -756,9 +756,6 @@ static const struct spi_nor_fixups s25fs_s_nor_fixups = {
|
||||
};
|
||||
|
||||
static const struct flash_info spansion_nor_parts[] = {
|
||||
/* Spansion/Cypress -- single (large) sector size only, at least
|
||||
* for the chips listed here (without boot sectors).
|
||||
*/
|
||||
{ "s25sl032p", INFO(0x010215, 0x4d00, 64 * 1024, 64)
|
||||
NO_SFDP_FLAGS(SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
|
||||
{ "s25sl064p", INFO(0x010216, 0x4d00, 64 * 1024, 128)
|
||||
|
@ -61,7 +61,6 @@ static const struct spi_nor_fixups sst26vf_nor_fixups = {
|
||||
};
|
||||
|
||||
static const struct flash_info sst_nor_parts[] = {
|
||||
/* SST -- large erase sizes are "overlays", "sectors" are 4K */
|
||||
{ "sst25vf040b", INFO(0xbf258d, 0, 64 * 1024, 8)
|
||||
FLAGS(SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE)
|
||||
NO_SFDP_FLAGS(SECT_4K)
|
||||
|
@ -42,7 +42,6 @@ static const struct spi_nor_fixups w25q256_fixups = {
|
||||
};
|
||||
|
||||
static const struct flash_info winbond_nor_parts[] = {
|
||||
/* Winbond -- w25x "blocks" are 64K, "sectors" are 4KiB */
|
||||
{ "w25x05", INFO(0xef3010, 0, 64 * 1024, 1)
|
||||
NO_SFDP_FLAGS(SECT_4K) },
|
||||
{ "w25x10", INFO(0xef3011, 0, 64 * 1024, 2)
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include "core.h"
|
||||
|
||||
static const struct flash_info xmc_nor_parts[] = {
|
||||
/* XMC (Wuhan Xinxin Semiconductor Manufacturing Corp.) */
|
||||
{ "XM25QH64A", INFO(0x207017, 0, 64 * 1024, 128)
|
||||
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ |
|
||||
SPI_NOR_QUAD_READ) },
|
||||
@ -18,6 +17,7 @@ static const struct flash_info xmc_nor_parts[] = {
|
||||
SPI_NOR_QUAD_READ) },
|
||||
};
|
||||
|
||||
/* XMC (Wuhan Xinxin Semiconductor Manufacturing Corp.) */
|
||||
const struct spi_nor_manufacturer spi_nor_xmc = {
|
||||
.name = "xmc",
|
||||
.parts = xmc_nor_parts,
|
||||
|
Loading…
Reference in New Issue
Block a user