mbox series

[0/2] spi: more GPIO CS work

Message ID 20191107044235.4864-1-chris.packham@alliedtelesis.co.nz (mailing list archive)
Headers show
Series spi: more GPIO CS work | expand

Message

Chris Packham Nov. 7, 2019, 4:42 a.m. UTC
I've got a platform using the BCM 58525 CPU. The hardware design
connects to two SPI devices using a slightly odd arrangement of
GPIOs and native chip select. These patches however should be
relevant to any platform using that CPU with "normal" CS GPIOs

Chris Packham (2):
  spi: bcm-qspi: Convert to use CS GPIO descriptors
  spi: spi-mem: fallback to using transfers when CS gpios are used

 drivers/spi/spi-bcm-qspi.c | 7 +++++--
 drivers/spi/spi-mem.c      | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)