[coreboot-gerrit] Patch merged into coreboot/master: spi: Get rid of max_transfer_size parameter in spi_slave structure

gerrit at coreboot.org gerrit at coreboot.org
Tue Nov 22 17:33:42 CET 2016


the following patch was just integrated into master:
commit dc34fb60b4151a7fad3882cc85dac4379f2d8dd8
Author: Furquan Shaikh <furquan at chromium.org>
Date:   Thu Nov 17 16:17:37 2016 -0800

    spi: Get rid of max_transfer_size parameter in spi_slave structure
    
    max_transfer_size is a property of the SPI controller and not of the spi
    slave. Also, this is used only on one SoC currently. There is no need to
    handle this at the spi flash layer.
    
    This change moves the handling of max_transfer_size to SoC SPI driver
    and gets rid of the max_transfer_size parameter.
    
    BUG=None
    BRANCH=None
    TEST=Compiles successfully.
    
    Change-Id: I19a1d0a83395a58c2bc1614b24518a3220945a60
    Signed-off-by: Furquan Shaikh <furquan at chromium.org>
    Reviewed-on: https://review.coreboot.org/17463
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Tested-by: build bot (Jenkins)


See https://review.coreboot.org/17463 for details.

-gerrit



More information about the coreboot-gerrit mailing list