linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spi: intel: 64k erase is supported from Canon Lake and beyond
@ 2022-08-16 12:55 Mika Westerberg
  2022-08-22 15:42 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Mika Westerberg @ 2022-08-16 12:55 UTC (permalink / raw)
  To: Mark Brown; +Cc: Mika Westerberg, linux-spi

The hardware sequencer in Intel Canon Lake and beyond supports also 64k
erase command. The SPI-NOR core uses SFDP (Serial Flash Discovery
Parameter) to figure out what the chip actually supports and only issues
64k erase if it is supported.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
---
 drivers/spi/spi-intel.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/spi-intel.c b/drivers/spi/spi-intel.c
index 66063687ae27..c020b276e238 100644
--- a/drivers/spi/spi-intel.c
+++ b/drivers/spi/spi-intel.c
@@ -1073,6 +1073,7 @@ static int intel_spi_init(struct intel_spi *ispi)
 		ispi->pregs = ispi->base + CNL_PR;
 		ispi->nregions = CNL_FREG_NUM;
 		ispi->pr_num = CNL_PR_NUM;
+		erase_64k = true;
 		break;
 
 	default:
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] spi: intel: 64k erase is supported from Canon Lake and beyond
  2022-08-16 12:55 [PATCH] spi: intel: 64k erase is supported from Canon Lake and beyond Mika Westerberg
@ 2022-08-22 15:42 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2022-08-22 15:42 UTC (permalink / raw)
  To: Mika Westerberg; +Cc: linux-spi

On Tue, 16 Aug 2022 15:55:37 +0300, Mika Westerberg wrote:
> The hardware sequencer in Intel Canon Lake and beyond supports also 64k
> erase command. The SPI-NOR core uses SFDP (Serial Flash Discovery
> Parameter) to figure out what the chip actually supports and only issues
> 64k erase if it is supported.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] spi: intel: 64k erase is supported from Canon Lake and beyond
      commit: 1d895be13af0d962bef67ba0ceaefbdc6954fe67

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-22 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16 12:55 [PATCH] spi: intel: 64k erase is supported from Canon Lake and beyond Mika Westerberg
2022-08-22 15:42 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).