Merge branch 'sja1105-spi'
authorDavid S. Miller <davem@davemloft.net>
Fri, 21 May 2021 20:23:29 +0000 (13:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 May 2021 20:23:29 +0000 (13:23 -0700)
Vladimir Oltean says:

====================
Adapt the sja1105 DSA driver to the SPI controller's transfer limits

This series changes the SPI transfer procedure in sja1105 to take into
consideration the buffer size limitations that the SPI controller driver
might have.

Changes in v2:
Remove the driver's use of cs_change and send multiple, smaller SPI
messages instead of a single large one.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge