• Linus Walleij's avatar
    spi: davinci: Remove chip select GPIO pdata · 56df612a
    Linus Walleij authored
    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: default avatarLinus Walleij <linus.walleij@linaro.org>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    56df612a
spi-davinci.c 27.7 KB