[coreboot-gerrit] Patch set updated for coreboot: soc/intel/skylake: Remove unwanted spi_release call

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Tue Dec 6 06:40:24 CET 2016


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17729

-gerrit

commit abb4dac0733a23f06d2e2fa9cfbd511bf8882a27
Author: Furquan Shaikh <furquan at chromium.org>
Date:   Mon Dec 5 21:02:09 2016 -0800

    soc/intel/skylake: Remove unwanted spi_release call
    
    Skylake uses a special SPI Flash controller and does not require
    spi_claim_bus and spi_release_bus functionality. This was a leftover
    call from earlier cleanup, so remove it.
    
    Change-Id: Iea260813cf72b94b7e7c661dbe494a74351dc357
    Signed-off-by: Furquan Shaikh <furquan at chromium.org>
---
 src/soc/intel/skylake/flash_controller.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/soc/intel/skylake/flash_controller.c b/src/soc/intel/skylake/flash_controller.c
index 994aec6..501f80f 100644
--- a/src/soc/intel/skylake/flash_controller.c
+++ b/src/soc/intel/skylake/flash_controller.c
@@ -191,7 +191,6 @@ int pch_hwseq_erase(const struct spi_flash *flash, u32 offset, size_t len)
 		len, start);
 
 out:
-	spi_release_bus(&flash->spi);
 	return ret;
 }
 



More information about the coreboot-gerrit mailing list