This patch series aims to add support for Renesas AT25QL128A serial nor flash Details of flash chip can be found here [1] [1] https://www.dialog-semiconductor.com/sites/default/files/2022-04/DS-AT25QL128A-129F-022022.pdf v1->v2: * Add support for SNOR_ID3 macro * Added flash definitions into Atmel table. RFC->v1: * Moved the flash definitions to atmel.c * Remove macro related to locking as it is untested. * Replaced INFO macro with SNOR_ID3 RFC: * https://patchwork.kernel.org/project/linux-renesas-soc/patch/20220501185512.51158-1-biju.das.jz@xxxxxxxxxxxxxx/ Biju Das (2): mtd: spi-nor: add support for SNOR_ID3 macro mtd: spi-nor: Add Renesas AT25QL128A serial nor flash drivers/mtd/spi-nor/atmel.c | 1 + drivers/mtd/spi-nor/core.h | 9 +++++++++ 2 files changed, 10 insertions(+) -- 2.25.1