commit | bd5c2c07b315f54c91213334b4a9eb2879279e61 | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti.bolivar@linaro.org> | Thu Jul 13 12:01:19 2017 -0400 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Tue Aug 15 22:58:02 2017 +0300 |
tree | 2e7d79f1b338d90256f74f0fba1e8c5a1906caf9 | |
parent | 8dbb38800057234932d6bd71a4545c3a47fbee73 [diff] |
Bluetooth: hci: spi: abstract out legacy SPI API Some targets (e.g. STM32-based boards) only have SPI drivers using the new API. To support both these and existing, legacy SPI drivers in the SPI HCI driver, abstract out the SPI API into shim routines. There are no behavioral differences due to this patch. The next patch will add support for the new API. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>