]> 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)
commite0171296556e213e351ea11bfed02267007f7c66
treea122d09cc1446e61c84935cca1539c6e981c5bc9
parent50538752a895fa3e60ffcc805cd5f4f7955f52e2
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