David Hendricks uploaded patch set #2 to this change.

View Change

linux_spi: Dynamically detect max buffer size

The max buffer size of the linux kernel's SPI device is a compile-time
parameter. Read it on initialization and use it to inform the max
transfer size. We allow up to 5 bytes for the SPI command. SPI
commands can be up to 5 bytes when using 4BA.

Change-Id: Ic541e548ced8488f074d388f1c92174cad123064
Signed-off-by: Keno Fischer <keno@juliacomputing.com>
---
M linux_spi.c
1 file changed, 18 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/44/22344/2

To view, visit change 22344. To unsubscribe, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: staging
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic541e548ced8488f074d388f1c92174cad123064
Gerrit-Change-Number: 22344
Gerrit-PatchSet: 2
Gerrit-Owner: David Hendricks <david.hendricks@gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>