mbox series

[net,0/2] net: qca_spi: Fix receive and reset issues

Message ID 1574270953-4119-1-git-send-email-wahrenst@gmx.net
Headers show
Series net: qca_spi: Fix receive and reset issues | expand

Message

Stefan Wahren Nov. 20, 2019, 5:29 p.m. UTC
This small patch series fixes two major issues in the SPI driver for the
QCA700x.

It has been tested on a Charge Control C 300 (NXP i.MX6ULL +
2x QCA7000).

Michael Heimpold (1):
  net: qca_spi: fix receive buffer size check

Stefan Wahren (1):
  net: qca_spi: Move reset_count to struct qcaspi

 drivers/net/ethernet/qualcomm/qca_spi.c | 11 +++++------
 drivers/net/ethernet/qualcomm/qca_spi.h |  1 +
 2 files changed, 6 insertions(+), 6 deletions(-)

--
2.7.4

Comments

David Miller Nov. 20, 2019, 8:42 p.m. UTC | #1
From: Stefan Wahren <wahrenst@gmx.net>
Date: Wed, 20 Nov 2019 18:29:11 +0100

> This small patch series fixes two major issues in the SPI driver for the
> QCA700x.
> 
> It has been tested on a Charge Control C 300 (NXP i.MX6ULL +
> 2x QCA7000).

Series applied, thanks.