On Monday, March 23, 2020 2:43:09 PM EET Jungseung Lee wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > Hi, Hi, Jungseung, > > On Mon, 2020-03-23 at 09:24 +0000, Tudor.Ambarus@xxxxxxxxxxxxx wrote: > > From: Jungseung Lee <js07.lee@xxxxxxxxxxx> > > > > Currently, we are supporting block protection only for flash chips > > with > > 3 block protection bits (BP0-2) in the SR register. > > > > Enable block protection support for flashes with 4 block protection > > bits > > (BP0-3). > > > > Add a flash_info flag for flashes that describe 4 block protection > > bits. > > Add another flash_info flag for flashes in which BP3 bit is not > > adjacent > > to the BP0-2 bits. > > > > Signed-off-by: Jungseung Lee <js07.lee@xxxxxxxxxxx> > > Reviewed-by: Michael Walle <michael@xxxxxxxx> > > Tested-by: Michael Walle <michael@xxxxxxxx> > > [ta: > > - introduce spi_nor_get_sr_bp_mask(), spi_nor_get_sr_tb_mask() from the previous patch set > > - drop Micron n25q512ax3 / BP0-3) boilerplate description > > - be explicit in spi_nor_get_locked_range_sr aboyt SR_BP3 as Michael > > suggested, > > - amend commit description] I'll drop these comments when/if applying. Let me know if you're ok with the changes that I did. Please do the same for patches 3/5 and 5/5. > > Signed-off-by: Tudor Ambarus <tudor.ambarus@xxxxxxxxxxxxx> > > --- > > > > drivers/mtd/spi-nor/core.c | 66 +++++++++++++++++++++++++++------ > > > > ---- > > > > drivers/mtd/spi-nor/core.h | 10 ++++++ > > include/linux/mtd/spi-nor.h | 2 ++ > > 3 files changed, 60 insertions(+), 18 deletions(-) cut > Tested with a n25q512ax3 (bp0-3) and w25q128 (bp0-2). > It passed all of my test cases. > > Tested-by: Jungseung Lee <js07.lee@xxxxxxxxxxx> Great! Since you are the author of the patch, it's not necessary to add your T-b tag, but I'll amend the commit description to say that it was tested on n25q512ax3 (bp0-3) and w25q128 (bp0-2). Also, would you please review patches 1 and 2 from the series? Cheers, ta ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/