[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1651957741.git.philipp.g.hortmann@gmail.com>
Date: Sun, 8 May 2022 21:29:48 +0200
From: Philipp Hortmann <philipp.g.hortmann@...il.com>
To: Forest Bond <forest@...ttletooquiet.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] staging: vt6655: Replace macro VNSvOutPortB with
iowrite8()
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
Powered by blists - more mailing lists