From: Konstantin Porotchkin <kostap@xxxxxxxxxxx> This patch set contains the following: - support for switching CS for every transferred byte - fix for the clock by enabling it for every call to spi_setup() Konstantin Porotchkin (1): dt-bindings: spi: add support for spi-1byte-cs Marcin Wojtas (2): spi: orion: enable clocks before spi_setup spi: orion: enable support for switching CS every transferred byte .../bindings/spi/spi-controller.yaml | 5 ++++ drivers/spi/spi-orion.c | 30 ++++++++++++++++++- drivers/spi/spi.c | 6 ++-- include/linux/spi/spi.h | 1 + 4 files changed, 39 insertions(+), 3 deletions(-) -- 2.17.1