• Lukas Wunner's avatar
    spi: bcm2835: Drop unused code for native Chip Select · 5c09e42f
    Lukas Wunner authored
    Commit a30a555d ("spi: bcm2835: transform native-cs to gpio-cs on
    first spi_setup") disabled the use of hardware-controlled native Chip
    Select in favour of software-controlled GPIO Chip Select but left code
    to support the former untouched.  Remove it to simplify the driver and
    ease the addition of new features and further optimizations.
    Signed-off-by: default avatarLukas Wunner <lukas@wunner.de>
    Cc: Mathias Duckeck <m.duckeck@kunbus.de>
    Cc: Frank Pavlic <f.pavlic@kunbus.de>
    Cc: Martin Sperl <kernel@martin.sperl.org>
    Cc: Noralf Trønnes <noralf@tronnes.org>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    5c09e42f
spi-bcm2835.c 20.6 KB