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)
commit44be5c42e3edafac0a8095bf89abd6171c3beb96
tree9c0e2f99b47c954cae43fb631eef5798b6c08f68
parent48e8c6f1612b3d2dccaea2285231def830cc5b8e
parent718bad0e4da9a637a99c13b27dcb030921961bc7
Merge branch 'sja1105-spi'

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>