coreboot-kgpe-d16/src/soc/qualcomm/ipq806x
Furquan Shaikh de705fa1f4 drivers/spi: Re-factor spi_crop_chunk
spi_crop_chunk is a property of the SPI controller since it depends
upon the maximum transfer size that is supported by the
controller. Also, it is possible to implement this within spi-generic
layer by obtaining following parameters from the controller:

1. max_xfer_size: Maximum transfer size supported by the controller
(Size of 0 indicates invalid size, and unlimited transfer size is
indicated by UINT32_MAX.)

2. deduct_cmd_len: Whether cmd_len needs to be deducted from the
max_xfer_size to determine max data size that can be
transferred. (This is used by the amd boards.)

Change-Id: I81c199413f879c664682088e93bfa3f91c6a46e5
Signed-off-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: https://review.coreboot.org/19386
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Tested-by: coreboot org <coreboot.org@gmail.com>
2017-05-05 23:42:19 +02:00
..
include/soc spi: Pass pointer to spi_slave structure in spi_setup_slave 2016-12-05 03:28:06 +01:00
blobs_init.c
cbmem.c
clock.c src/soc: Add required space before opening parenthesis '(' 2016-08-31 20:09:42 +02:00
gpio.c
gsbi.c
i2c.c
Kconfig vboot: Move remaining features out of vendorcode/google/chromeos 2017-03-28 22:18:13 +02:00
lcc.c
Makefile.inc Remove libverstage as separate library and source file class 2017-03-28 22:18:53 +02:00
mbn_header.h
qup.c
soc.c
spi.c drivers/spi: Re-factor spi_crop_chunk 2017-05-05 23:42:19 +02:00
timer.c
tz_wrapper.S
uart.c
usb.c