net: ethernet: ti: davinci_mdio: switch to readl/writel()
authorGrygorii Strashko <grygorii.strashko@ti.com>
Fri, 29 Mar 2019 15:58:34 +0000 (17:58 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Apr 2019 22:02:50 +0000 (15:02 -0700)
commit191aeea41804761cd79f574247a642293b563365
tree18668862c7e4d00082f3f9ec6dc6554803950a95
parent3370b5883f04ea955dcf4a466f2962ed804ebe5d
net: ethernet: ti: davinci_mdio: switch to readl/writel()

Switch to readl/writel() APIs, because this is recommended
API and the MDIO block is reused on Keystone 2 SoCs
where LE/BE modes are supported.

Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/davinci_mdio.c