Re: [PATCH v5 2/3] mtd: spi-nor: sst: remove global protection flag

2020-11-24 Thread Tudor.Ambarus
On 10/3/20 6:32 PM, Michael Walle wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > This is considered bad for the following reasons: > (1) We only support the block protection with BPn bits for write > protection. Not all SST parts su

[PATCH v5 2/3] mtd: spi-nor: sst: remove global protection flag

2020-10-03 Thread Michael Walle
This is considered bad for the following reasons: (1) We only support the block protection with BPn bits for write protection. Not all SST parts support this. (2) Newly added flash chip will automatically inherit the "has locking" support and thus needs to explicitly tested. Better