coreboot/src
Aaron Durbin 9a1bb36137 soc{broadcom,imgtec,mediatek,qualcomm}: stop using spi_xfer_two_vectors
On a second look broadcom/cygnus and imgtec/pistachio appear to
support full duplex. Therefore, remove the use of spi_xfer_two_vectors().

For mediatek/mt8173 and qualcomm/ipq40xx, the driver is written in such
a way that it does not support full duplex. Remove the use of
spi_xfer_two_vectors() and explicitly error out when a full duplex
transaction is requested.

Change-Id: I8689bc9bb2b27563d25e9f165487d38881c0b059
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/25742
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-04-23 09:13:16 +00:00
..
acpi
arch pci: Move inline PCI functions to pci_ops.h 2018-04-20 13:03:54 +00:00
commonlib timestamps: Add timestamps around the vbios load & init 2018-03-08 18:14:54 +00:00
console console: Expose vsnprintf 2018-04-09 08:18:16 +00:00
cpu pci: Move inline PCI functions to pci_ops.h 2018-04-20 13:03:54 +00:00
device pci: Move inline PCI functions to pci_ops.h 2018-04-20 13:03:54 +00:00
drivers drivers/pc80/tpm: Add some optional delay to tis_readresponse() 2018-04-16 15:47:53 +00:00
ec chromeec: fix an uninitialized local variable 2018-04-01 19:50:30 +00:00
include rules: Define SIMPLE_DEVICE on x86 only 2018-04-20 13:04:14 +00:00
lib cbfs: Add cbfs_boot_load_file() 2018-04-17 10:46:13 +00:00
mainboard mb/google/poppy/atlas: Enable trackpad 2018-04-23 09:11:54 +00:00
northbridge pci: Move inline PCI functions to pci_ops.h 2018-04-20 13:03:54 +00:00
security vboot: Add support for reading GBB flags 2018-04-09 09:27:50 +00:00
soc soc{broadcom,imgtec,mediatek,qualcomm}: stop using spi_xfer_two_vectors 2018-04-23 09:13:16 +00:00
southbridge pci: Move inline PCI functions to pci_ops.h 2018-04-20 13:03:54 +00:00
superio Intel i3100 boards & chips: Remove - using LATE_CBMEM_INIT 2018-01-15 23:25:12 +00:00
vendorcode vendorcode/amd/pi/00670F00: Remove unused headers 2018-04-16 08:35:05 +00:00
Kconfig Timestamps: Add option to print timestamps to debug console 2018-03-09 17:16:21 +00:00