• L
    spi: davinci: Remove chip select GPIO pdata · 56df612a
    Linus Walleij 提交于
    The DaVinci SPI can use either:
    - Internal chip selects (inside the SPI host)
    - External chip selects (using GPIO)
    - External chip selects passed in pdata
    
    The last way of passing external chip selects through
    platform data is not used in the kernel. Delete it to make
    the code simpler when refactoring GPIO.
    
    Cc: Sekhar Nori <nsekhar@ti.com>
    Cc: Kevin Hilman <khilman@kernel.org>
    Cc: Michele Dionisio <michele.dionisio@gmail.com>
    Cc: Frode Isaksen <fisaksen@baylibre.com>
    Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
    Signed-off-by: NMark Brown <broonie@kernel.org>
    56df612a
spi-davinci.h 2.9 KB