]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: spi-nor: intel-spi: Disable write protection only if asked
authorMika Westerberg <mika.westerberg@linux.intel.com>
Wed, 9 Feb 2022 12:27:04 +0000 (15:27 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 14 Feb 2022 12:53:08 +0000 (12:53 +0000)
commit70864b0b7a9938ce8581d106d994a928a52188fc
tree43b13c86a761ded91c8bc8b34c93dff9aec420ca
parent6e424e6bafec35e47db4b693fe41eff065b7dbf6
mtd: spi-nor: intel-spi: Disable write protection only if asked

Currently the driver tries to disable the BIOS write protection
automatically even if this is not what the user wants. For this reason
modify the driver so that by default it does not touch the write
protection. Only if specifically asked by the user (setting writeable=1
command line parameter) the driver tries to disable the BIOS write
protection.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Mauro Lima <mauro.lima@eclypsium.com>
Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220209122706.42439-2-mika.westerberg@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/mfd/lpc_ich.c
drivers/mtd/spi-nor/controllers/intel-spi-pci.c
drivers/mtd/spi-nor/controllers/intel-spi.c
include/linux/platform_data/x86/intel-spi.h