| Index: spi.c
|
| diff --git a/spi.c b/spi.c
|
| index ebacd6072dca3c3dc8f872ca94a3b6bb971aa56b..9768bce8db97f28f175bf245d13ff372eda6a186 100644
|
| --- a/spi.c
|
| +++ b/spi.c
|
| @@ -54,6 +54,13 @@ const struct spi_programmer spi_programmer[] = {
|
| .write_256 = ich_spi_write_256,
|
| },
|
|
|
| + { /* SPI_CONTROLLER_IT85XX */
|
| + .command = it85xx_spi_send_command,
|
| + .multicommand = default_spi_send_multicommand,
|
| + .read = ich_spi_read,
|
| + .write_256 = ich_spi_write_256,
|
| + },
|
| +
|
| { /* SPI_CONTROLLER_IT87XX */
|
| .command = it8716f_spi_send_command,
|
| .multicommand = default_spi_send_multicommand,
|
|
|