netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12 net-next] qca_spi: collection of improvements
@ 2023-12-14 15:09 Stefan Wahren
  2023-12-14 15:09 ` [PATCH 01/12 net-next] qca_spi: Improve SPI thread creation Stefan Wahren
                   ` (12 more replies)
  0 siblings, 13 replies; 20+ messages in thread
From: Stefan Wahren @ 2023-12-14 15:09 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: netdev, linux-kernel, Stefan Wahren

This series contains a wild collection of improvements for the
qca_spi driver. This is a follow-up series to the recent bugfixes.

Stefan Wahren (12):
  qca_spi: Improve SPI thread creation
  qca_spi: Improve SPI IRQ handling
  qca_spi: Avoid skb_copy_expand in TX path
  qca_7k_common: Drop unnecessary function description
  qca_7k_common: Drop unused len from qcafrm_handle
  qca_spi: Add QCASPI prefix to ring defines
  qca_spi: Introduce QCASPI_RX_MAX_FRAMES
  qca_spi: Improve calculation of RX buffer size
  qca_spi: Log expected signature in error case
  qca_spi: Adjust log of SPI_REG_RDBUF_BYTE_AVA
  qca_7k: Replace BSD boilerplate with SPDX
  qca_7k: Replace old mail address

 drivers/net/ethernet/qualcomm/qca_7k.c        | 17 +---
 drivers/net/ethernet/qualcomm/qca_7k.h        | 16 +---
 drivers/net/ethernet/qualcomm/qca_7k_common.c | 17 +---
 drivers/net/ethernet/qualcomm/qca_7k_common.h | 29 +------
 drivers/net/ethernet/qualcomm/qca_debug.c     | 21 +----
 drivers/net/ethernet/qualcomm/qca_debug.h     | 15 +---
 drivers/net/ethernet/qualcomm/qca_spi.c       | 86 +++++++++----------
 drivers/net/ethernet/qualcomm/qca_spi.h       | 22 ++---
 drivers/net/ethernet/qualcomm/qca_uart.c      | 17 +---
 9 files changed, 57 insertions(+), 183 deletions(-)

--
2.34.1


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2023-12-18 22:17 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14 15:09 [PATCH 00/12 net-next] qca_spi: collection of improvements Stefan Wahren
2023-12-14 15:09 ` [PATCH 01/12 net-next] qca_spi: Improve SPI thread creation Stefan Wahren
2023-12-14 15:09 ` [PATCH 02/12 net-next] qca_spi: Improve SPI IRQ handling Stefan Wahren
2023-12-17 18:14   ` Andrew Lunn
2023-12-17 19:17     ` Stefan Wahren
2023-12-17 22:48       ` Andrew Lunn
2023-12-18 10:23         ` Stefan Wahren
2023-12-14 15:09 ` [PATCH 03/12 net-next] qca_spi: Avoid skb_copy_expand in TX path Stefan Wahren
2023-12-14 15:09 ` [PATCH 04/12 net-next] qca_7k_common: Drop unnecessary function description Stefan Wahren
2023-12-14 15:09 ` [PATCH 05/12 net-next] qca_7k_common: Drop unused len from qcafrm_handle Stefan Wahren
2023-12-14 15:09 ` [PATCH 06/12 net-next] qca_spi: Add QCASPI prefix to ring defines Stefan Wahren
2023-12-14 15:09 ` [PATCH 07/12 net-next] qca_spi: Introduce QCASPI_RX_MAX_FRAMES Stefan Wahren
2023-12-14 15:09 ` [PATCH 08/12 net-next] qca_spi: Improve calculation of RX buffer size Stefan Wahren
2023-12-14 15:09 ` [PATCH 09/12 net-next] qca_spi: Log expected signature in error case Stefan Wahren
2023-12-14 15:09 ` [PATCH 10/12 net-next] qca_spi: Adjust log of SPI_REG_RDBUF_BYTE_AVA Stefan Wahren
2023-12-14 15:09 ` [PATCH 11/12 net-next] qca_7k: Replace BSD boilerplate with SPDX Stefan Wahren
2023-12-14 15:09 ` [PATCH 12/12 net-next] qca_7k: Replace old mail address Stefan Wahren
2023-12-16  2:25 ` [PATCH 00/12 net-next] qca_spi: collection of improvements Jakub Kicinski
2023-12-16  9:26   ` Stefan Wahren
2023-12-18 22:17     ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).