diff options
author | David S. Miller <davem@davemloft.net> | 2019-11-20 12:42:23 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-20 12:42:23 -0800 |
commit | b172845a4090e52f233e45801ce7f44ecc4cc955 (patch) | |
tree | 5b90a58df173934a501181240b04e32bb2836475 /drivers/net/ethernet/qualcomm/qca_spi.h | |
parent | aee024f610cc77aa7b44e32ad1cd3e781a97291f (diff) | |
parent | bc19c32904e36548335b35fdce6ce734e20afc0a (diff) | |
download | linux-b172845a4090e52f233e45801ce7f44ecc4cc955.tar.gz |
Merge branch 'qca_spi-fixes'
Stefan Wahren says:
====================
net: qca_spi: Fix receive and reset issues
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).
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qualcomm/qca_spi.h')
-rw-r--r-- | drivers/net/ethernet/qualcomm/qca_spi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/qualcomm/qca_spi.h b/drivers/net/ethernet/qualcomm/qca_spi.h index eb9af45fcc5e..d13a67e20d65 100644 --- a/drivers/net/ethernet/qualcomm/qca_spi.h +++ b/drivers/net/ethernet/qualcomm/qca_spi.h @@ -94,6 +94,7 @@ struct qcaspi { unsigned int intr_req; unsigned int intr_svc; + u16 reset_count; #ifdef CONFIG_DEBUG_FS struct dentry *device_root; |