netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 00/14 next] qca_spi: collection of improvements
@ 2024-01-24 22:31 Stefan Wahren
  2024-01-24 22:31 ` [PATCH V3 01/14 next] qca_spi: Improve SPI thread creation Stefan Wahren
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Stefan Wahren @ 2024-01-24 22:31 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: Lino Sanfilippo, Florian Fainelli, 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 [1].

Patch 1 & 2 in this series is the initially intended rework of
netdev_open/close. Patch 3 & 9 are minor functional improvements and
the rest is clean-up.

Changes in V3:
- rebase on net-next-20240124
- improve commit message in Patch 8
- add Reviewed-by's from Jacob Keller
- add Patch 13 for mailmap as suggested by Jacob
- add Patch 14 for MAINTAINERS entry

Changes in V2:
- rebase on net-next-20231218
- improve cover letter

Stefan Wahren (14):
  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
  mailmap: add entry for Stefan Wahren
  MAINTAINERS: add entry for qca7k driver(s)

 .mailmap                                      |  1 +
 MAINTAINERS                                   |  7 ++
 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 +---
 11 files changed, 65 insertions(+), 183 deletions(-)

--
2.34.1


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

end of thread, other threads:[~2024-01-28 19:52 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-24 22:31 [PATCH V3 00/14 next] qca_spi: collection of improvements Stefan Wahren
2024-01-24 22:31 ` [PATCH V3 01/14 next] qca_spi: Improve SPI thread creation Stefan Wahren
2024-01-26  2:36   ` Jakub Kicinski
2024-01-28 19:52     ` Stefan Wahren
2024-01-24 22:31 ` [PATCH V3 02/14 next] qca_spi: Improve SPI IRQ handling Stefan Wahren
2024-01-24 22:32 ` [PATCH V3 03/14 next] qca_spi: Avoid skb_copy_expand in TX path Stefan Wahren
2024-01-24 22:32 ` [PATCH V3 04/14 next] qca_7k_common: Drop unnecessary function description Stefan Wahren
2024-01-24 22:32 ` [PATCH V3 05/14 next] qca_7k_common: Drop unused len from qcafrm_handle Stefan Wahren
2024-01-24 22:32 ` [PATCH V3 06/14 next] qca_spi: Add QCASPI prefix to ring defines Stefan Wahren
2024-01-24 22:32 ` [PATCH V3 07/14 next] qca_spi: Introduce QCASPI_RX_MAX_FRAMES Stefan Wahren
2024-01-24 22:32 ` [PATCH V3 08/14 next] qca_spi: Improve calculation of RX buffer size Stefan Wahren
2024-01-24 22:32 ` [PATCH V3 09/14 next] qca_spi: Log expected signature in error case Stefan Wahren
2024-01-24 22:32 ` [PATCH V3 10/14 next] qca_spi: Adjust log of SPI_REG_RDBUF_BYTE_AVA Stefan Wahren
2024-01-24 22:32 ` [PATCH V3 11/14 next] qca_7k: Replace BSD boilerplate with SPDX Stefan Wahren
2024-01-24 22:32 ` [PATCH V3 12/14 next] qca_7k: Replace old mail address Stefan Wahren
2024-01-24 22:32 ` [PATCH V3 13/14 next] mailmap: add entry for Stefan Wahren Stefan Wahren
2024-01-24 22:32 ` [PATCH V3 14/14 next] MAINTAINERS: add entry for qca7k driver(s) Stefan Wahren

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).