[PATCH 0/5] staging: vt6655: Replace macro VNSvInPortW,D with ioread16,32()

Philipp Hortmann posted 5 patches 4 years ago
drivers/staging/vt6655/card.c        |  4 ++--
drivers/staging/vt6655/device_main.c |  6 +++---
drivers/staging/vt6655/mac.h         | 28 +++++++++++-----------------
drivers/staging/vt6655/rf.c          |  2 +-
drivers/staging/vt6655/upc.h         |  6 ------
5 files changed, 17 insertions(+), 29 deletions(-)
[PATCH 0/5] staging: vt6655: Replace macro VNSvInPortW,D with ioread16,32()
Posted by Philipp Hortmann 4 years ago
Replace macro VNSvInPortW with ioread16 and VNSvInPortD with ioread32.
Avoid cast of the return value is possible with one exception.
The name of macro and the arguments use CamelCase which
is not accepted by checkpatch.pl

Since there are more than one checkpatch issue per line,
more steps are rquired to fix all issues.

This patch series is new but the first and last patch are already in V4.

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

Philipp Hortmann (5):
  staging: vt6655: Replace VNSvInPortW with ioread16
  staging: vt6655: Replace MACvReadMIBCounter with VNSvInPortD
  staging: vt6655: Replace MACvReadISR with VNSvInPortD
  staging: vt6655: Replace two VNSvInPortD with ioread64_lo_hi
  staging: vt6655: Replace VNSvInPortD with ioread32

 drivers/staging/vt6655/card.c        |  4 ++--
 drivers/staging/vt6655/device_main.c |  6 +++---
 drivers/staging/vt6655/mac.h         | 28 +++++++++++-----------------
 drivers/staging/vt6655/rf.c          |  2 +-
 drivers/staging/vt6655/upc.h         |  6 ------
 5 files changed, 17 insertions(+), 29 deletions(-)

-- 
2.25.1