All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] wilc1000: use Linux-style for system-visible names
@ 2021-12-09  4:44 David Mosberger-Tang
  2021-12-09  4:44 ` [PATCH 1/4] wilc1000: Rename SPI driver from "WILC_SPI" to "wilc1000_spi" David Mosberger-Tang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: David Mosberger-Tang @ 2021-12-09  4:44 UTC (permalink / raw)
  To: Ajay Singh
  Cc: Claudiu Beznea, Kalle Valo, David S. Miller, Jakub Kicinski,
	linux-wireless, netdev, linux-kernel, David Mosberger-Tang

This set of patches brings system-visible names in line with normal
Linux conventions: lower-case names that include the net-device name
where that makes sense.  The first three patches are trivial.  The
fourth one required rearranging some code to delay work-queue creation
until the net-device name is known.

David Mosberger-Tang (4):
  wilc1000: Rename SPI driver from "WILC_SPI" to "wilc1000_spi"
  wilc1000: Rename irq handler from "WILC_IRQ" to netdev name
  wilc1000: Rename tx task from "K_TXQ_TASK" to NETDEV-tx
  wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq"

 .../wireless/microchip/wilc1000/cfg80211.c    | 10 +---------
 .../net/wireless/microchip/wilc1000/netdev.c  | 19 +++++++++++++++----
 drivers/net/wireless/microchip/wilc1000/spi.c |  4 +++-
 .../net/wireless/microchip/wilc1000/wlan.h    |  2 --
 4 files changed, 19 insertions(+), 16 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-12-14 18:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09  4:44 [PATCH 0/4] wilc1000: use Linux-style for system-visible names David Mosberger-Tang
2021-12-09  4:44 ` [PATCH 1/4] wilc1000: Rename SPI driver from "WILC_SPI" to "wilc1000_spi" David Mosberger-Tang
2021-12-14 18:46   ` Kalle Valo
2021-12-09  4:44 ` [PATCH 2/4] wilc1000: Rename irq handler from "WILC_IRQ" to netdev name David Mosberger-Tang
2021-12-09  4:44 ` [PATCH 3/4] wilc1000: Rename tx task from "K_TXQ_TASK" to NETDEV-tx David Mosberger-Tang
2021-12-09  4:44 ` [PATCH 4/4] wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq" David Mosberger-Tang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.