a4793182e8
While writing a new SPI driver I fixed some things in the SPI code: All calls to spi_command() had unneccessary #define duplications, and in some cases the read count define could theoretically become harmful because NULL was passed for the read buffer. Avoid a crash, should someone change the #defines. I also noticed that the only caller of spi_page_program() was the it87 driver, and spi_page_program() could only call back into the it87 driver. Removed the function for easier-to-follow code and made it8716f_spi_page_program() static. The ichspi driver's static page functions are already static. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3418 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 |
||
---|---|---|
.. | ||
abuild | ||
ADLO | ||
analysis | ||
buildrom | ||
dump_mmcr | ||
flashrom | ||
getpir | ||
inteltool | ||
k8resdump | ||
lbtdump | ||
mkelfImage | ||
mptable | ||
newconfig | ||
nrv2b | ||
nvramtool | ||
optionlist | ||
options | ||
resetcf | ||
romcc | ||
superiotool | ||
vgabios |