Mark, This block is used on multiple Broadcom SoCs and would like to get comments from all who deal with iProc and have touched this file as well. Please copy : Florian Fainelli <f.fainelli@xxxxxxxxx> Rayagonda Kokatanur <rayagonda.kokatanur@xxxxxxxxxxxx> and bcm-kernel-feedback-list@xxxxxxxxxxxx (maintainer:BROADCOM SPI DRIVER) Kamal On Mon, Jun 15, 2020 at 12:06 AM Mark Tomlinson <mark.tomlinson@xxxxxxxxxxxxxxxxxxx> wrote: > > This series of patches came from a single large Broadcom patch that > implements drivers for a number of their integrated switch chips. Mostly > this is just splitting the qspi driver into smaller parts and doesn't > include much original from me. > > Mark Tomlinson (5): > spi: bcm-qspi: Add support for setting BSPI clock > spi: bcm-qspi: Improve debug reading SPI data > spi: bcm-qspi: Do not split transfers into small chunks > spi: bcm-qspi: Make multiple data blocks interrupt-driven > spi: bcm-qspi: Improve interrupt handling > > drivers/spi/spi-bcm-qspi.c | 189 ++++++++++++++++++++++--------------- > drivers/spi/spi-bcm-qspi.h | 5 +- > 2 files changed, 115 insertions(+), 79 deletions(-) > > -- > 2.27.0 >