mbox series

[v2,0/2] spi: new feature and fix for Marvell Orion driver

Message ID 20201217170933.10717-1-kostap@marvell.com
Headers show
Series spi: new feature and fix for Marvell Orion driver | expand

Message

Kostya Porotchkin Dec. 17, 2020, 5:09 p.m. UTC
From: Konstantin Porotchkin <kostap@marvell.com>

This patch set contains the following changes:
- support for switching CS for every transferred byte
- fix for the clock by enabling it for every call to spi_setup()

v2:
- remove DTS entry for single byte CS, use existing SPI_CS_WORD flag
- drop changes to core SPI driver
- fix the wrong first patch signature

Marcin Wojtas (2):
  spi: orion: enable clocks before spi_setup
  spi: orion: enable support for switching CS every transferred byte

 drivers/spi/spi-orion.c | 34 +++++++++++++++++++-
 1 file changed, 33 insertions(+), 1 deletion(-)