mbox series

[net-next,0/2] Scatter/gather SPI for SJA1105 DSA

Message ID 20191011223115.27197-1-olteanv@gmail.com
Headers show
Series Scatter/gather SPI for SJA1105 DSA | expand

Message

Vladimir Oltean Oct. 11, 2019, 10:31 p.m. UTC
This is a small series that reduces the stack memory usage for the
sja1105 driver.

Vladimir Oltean (2):
  net: dsa: sja1105: Move sja1105_spi_transfer into sja1105_xfer
  net: dsa: sja1105: Switch to scatter/gather API for SPI

 drivers/net/dsa/sja1105/sja1105.h     |   2 +-
 drivers/net/dsa/sja1105/sja1105_spi.c | 182 ++++++++++++--------------
 2 files changed, 85 insertions(+), 99 deletions(-)

Comments

David Miller Oct. 15, 2019, 5:19 p.m. UTC | #1
From: Vladimir Oltean <olteanv@gmail.com>
Date: Sat, 12 Oct 2019 01:31:13 +0300

> This is a small series that reduces the stack memory usage for the
> sja1105 driver.

Series applied, thanks.