summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorPratyush Yadav <p.yadav@ti.com>2020-10-05 21:01:35 +0530
committerVignesh Raghavendra <vigneshr@ti.com>2020-11-09 11:56:17 +0530
commitd73ee7534cc537b98b61bfd83dbce5bb12aecb80 (patch)
tree09efa7e59d3bb003317b9762ab8645010b9dd623 /scripts/patch-kernel
parent1131324aa53ad3465a36c4e58a56615e1bf52932 (diff)
downloadkernel-d73ee7534cc537b98b61bfd83dbce5bb12aecb80.tar.gz
mtd: spi-nor: core: perform a Soft Reset on shutdown
Perform a Soft Reset on shutdown on flashes that support it so that the flash can be reset to its initial state and any configurations made by spi-nor (given that they're only done in volatile registers) will be reset. This will hand back the flash in pristine state for any further operations on it. Signed-off-by: Pratyush Yadav <p.yadav@ti.com> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com> Link: https://lore.kernel.org/r/20201005153138.6437-13-p.yadav@ti.com
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
/td> 2016-02-08ASoC: Intel: Add module tags for common match moduleVinod Koul The match module lacked module license and description, so add it Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org> 2016-01-25ASoC: Intel: Use acpi_dev_present()Lukas Wunner Use shiny new acpi_dev_present() and remove all the boilerplate to search for a particular ACPI device. No functional change. Cf. 2d12b6b381ba ("ACPI / utils: Add acpi_dev_present()"). Signed-off-by: Lukas Wunner <lukas@wunner.de> Signed-off-by: Mark Brown <broonie@kernel.org> 2015-11-16ASoC: Intel: Move apci find machine routinesVinod Koul This code to find the machine is common for all drivers so move it to a separate file and header for use in other drivers Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>