// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2005, Intec Automation Inc. * Copyright (C) 2014, Freescale Semiconductor, Inc. */ #include <linux/mtd/spi-nor.h> #include "core.h" static int gd25q256_post_bfpt(struct spi_nor *nor, const struct sfdp_parameter_header *bfpt_header, const struct sfdp_bfpt *bfpt) { … } static const struct spi_nor_fixups gd25q256_fixups = …; static const struct flash_info gigadevice_nor_parts[] = …; const struct spi_nor_manufacturer spi_nor_gigadevice = …;