I bundled this as a series, because otherwise there will be conflicts because the "remove global protection flag" patches modify the same lines as the main patch.
See invdividual patches for the version history. Michael Walle (5): mtd: spi-nor: atmel: remove global protection flag mtd: spi-nor: sst: remove global protection flag mtd: spi-nor: intel: remove global protection flag mtd: spi-nor: atmel: Fix unlock_all() for AT25FS010/040 mtd: spi-nor: keep lock bits if they are non-volatile drivers/mtd/spi-nor/Kconfig | 42 ++++++++ drivers/mtd/spi-nor/atmel.c | 190 ++++++++++++++++++++++++++++++++---- drivers/mtd/spi-nor/core.c | 38 +++++--- drivers/mtd/spi-nor/core.h | 9 ++ drivers/mtd/spi-nor/esmt.c | 2 +- drivers/mtd/spi-nor/intel.c | 19 ++-- drivers/mtd/spi-nor/sst.c | 31 +++--- 7 files changed, 268 insertions(+), 63 deletions(-) -- 2.20.1

