[coreboot-gerrit] Change in coreboot[master]: drivers/spi/spi_flash: Pass in spi_slave structure as const ...

Furquan Shaikh (Code Review) gerrit at coreboot.org
Tue May 16 10:28:20 CEST 2017


Furquan Shaikh has uploaded a new patch set (#3). ( https://review.coreboot.org/19707 )

Change subject: drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functions
......................................................................

drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functions

Pointer to spi_slave structure can be passed in as const to spi flash
probe functions since the probe functions do not need to modify the
slave properties.

BUG=b:38330715

Change-Id: I956ee777c62dbb811fd6ce2aeb6ae090e1892acd
Signed-off-by: Furquan Shaikh <furquan at chromium.org>
---
M src/drivers/spi/adesto.c
M src/drivers/spi/amic.c
M src/drivers/spi/atmel.c
M src/drivers/spi/eon.c
M src/drivers/spi/gigadevice.c
M src/drivers/spi/macronix.c
M src/drivers/spi/spansion.c
M src/drivers/spi/spi_flash.c
M src/drivers/spi/spi_flash_internal.h
M src/drivers/spi/sst.c
M src/drivers/spi/stmicro.c
M src/drivers/spi/winbond.c
M src/include/spi_flash.h
M src/soc/intel/common/block/fast_spi/fast_spi_flash.c
M src/soc/mediatek/mt8173/flash_controller.c
M src/southbridge/intel/common/spi.c
16 files changed, 28 insertions(+), 27 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/19707/3
-- 
To view, visit https://review.coreboot.org/19707
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I956ee777c62dbb811fd6ce2aeb6ae090e1892acd
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Furquan Shaikh <furquan at google.com>



More information about the coreboot-gerrit mailing list