Re: [PATCH v3 1/2] mtd: spi-nor: Move Software Write Protection logic out of the core

From: Michael Walle
Date: Mon Mar 22 2021 - 05:13:32 EST


Am 2021-03-22 08:51, schrieb Tudor Ambarus:
It makes the core file a bit smaller and provides better separation
between the Software Write Protection features and the core logic.
All the next generic software write protection features (e.g. Individual
Block Protection) will reside in swp.c.

Signed-off-by: Tudor Ambarus <tudor.ambarus@xxxxxxxxxxxxx>

Reviewed-by: Michael Walle <michael@xxxxxxxx>

-michael