Re: [PATCHv4 5/6] net: stmmac: socfpga: Use shared System Manager driver

2019-02-14 Thread David Miller
From: thor.tha...@linux.intel.com Date: Thu, 14 Feb 2019 14:44:17 -0600 > From: Thor Thayer > > The ARM64 System Manager requires a different method of reading > the System Manager than ARM32. A new System Manager driver was > created to steer ARM32 System Manager calls to regmap_mmio and > ARM6

[PATCHv4 5/6] net: stmmac: socfpga: Use shared System Manager driver

2019-02-14 Thread thor . thayer
From: Thor Thayer The ARM64 System Manager requires a different method of reading the System Manager than ARM32. A new System Manager driver was created to steer ARM32 System Manager calls to regmap_mmio and ARM64 System Manager calls to the new access method. Convert from syscon to the shared S