Skip to content
  • Alban Bedel's avatar
    spi: ath79: Simplify ath79_spi_chipselect() · 797622d7
    Alban Bedel authored and Mark Brown's avatar Mark Brown committed
    
    
    First of all this callback was slightly misused to setup the clock
    polarity at the beginning of a transfer. Beside being at the wrong
    place, it is also useless as only SPI mode 1 is supported. Instead
    just make sure the base value used for IOC is suitable to start a
    transfer by clearing the clock and data bits during the controller
    setup.
    
    This also remove the last direct usage of the GPIO API, so we can
    remove the direct dependency on GPIOLIB.
    
    Signed-off-by: default avatarAlban Bedel <albeu@free.fr>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    797622d7