]> git.baikalelectronics.ru Git - kernel.git/commit
net: wwan: iosm: Unify IO accessors used in the driver
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 6 Sep 2021 12:44:49 +0000 (15:44 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Sep 2021 15:45:30 +0000 (16:45 +0100)
commit01382844ee1ae1f3b0fa4f1a39b14375866fb84b
treea122d09cc1446e61c84935cca1539c6e981c5bc9
parente51614a3e22098b27a1a308b04e89b7f25cdc2d6
net: wwan: iosm: Unify IO accessors used in the driver

Currently we have readl()/writel()/ioread*()/iowrite*() APIs in use.
Let's unify to use only ioread*()/iowrite*() variants.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wwan/iosm/iosm_ipc_mmio.c