]> git.itanic.dy.fi Git - linux-stable/commit
staging: mt7621-pci: use {readl|writel}_relaxed instead of readl/writel
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 7 Jun 2021 12:01:50 +0000 (14:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jun 2021 12:19:21 +0000 (14:19 +0200)
commit860bce4565b665adb889e61fb6d8227d99753a00
treeda10e1a2227316a1fd5e187efd5b2d3091b3ea8f
parentaa6c32f9fe0de12f685d441faf9a73dd277af209
staging: mt7621-pci: use {readl|writel}_relaxed instead of readl/writel

The driver does not perform DMA, so it's safe to use the relaxed version
for both readl and writel operations.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20210607120153.24989-4-sergio.paracuellos@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pci/pci-mt7621.c