[PATCH 0/3] staging: vt6655: Replace macro VNSvOutPortB with iowrite8()

From: Philipp Hortmann
Date: Sun May 08 2022 - 15:31:18 EST


Replace macro VNSvOutPortB with iowrite8.
The name of macro and the arguments use CamelCase which
is not accepted by checkpatch.pl

Tested with vt6655 on mini PCI Module
Transferred this patch over wlan connection of vt6655

Philipp Hortmann (3):
staging: vt6655: Replace MACvStart with VNSvOutPortB
staging: vt6655: Replace MACvTransmitBCN with VNSvOutPortB
staging: vt6655: Replace VNSvOutPortB with iowrite8

drivers/staging/vt6655/baseband.c | 8 +++---
drivers/staging/vt6655/card.c | 11 ++++---
drivers/staging/vt6655/channel.c | 6 ++--
drivers/staging/vt6655/device_main.c | 23 +++++++--------
drivers/staging/vt6655/mac.h | 43 ++++++++++------------------
drivers/staging/vt6655/rf.c | 8 +++---
drivers/staging/vt6655/rxtx.c | 6 ++--
drivers/staging/vt6655/srom.c | 10 +++----
drivers/staging/vt6655/upc.h | 3 --
9 files changed, 48 insertions(+), 70 deletions(-)

--
2.25.1