Re: [PATCH 2/4] pcie-rcar: remove PHYRDY polling from rcar_pcie_hw_init_h1()

2018-04-09 Thread Sergei Shtylyov
On 04/09/2018 01:56 PM, Simon Horman wrote: >> Now that we've added PCIEPHYSR.PHYRDY polling to rcar_pcie_hw_init(), >> there is no need anymore for polling the PHY specific register in >> rcar_pcie_hw_init_h1() -- remove it. >> >> Signed-off-by: Sergei Shtylyov

Re: [PATCH 2/4] pcie-rcar: remove PHYRDY polling from rcar_pcie_hw_init_h1()

2018-04-09 Thread Simon Horman
On Fri, Apr 06, 2018 at 02:04:52PM +0300, Sergei Shtylyov wrote: > Now that we've added PCIEPHYSR.PHYRDY polling to rcar_pcie_hw_init(), > there is no need anymore for polling the PHY specific register in > rcar_pcie_hw_init_h1() -- remove it. > > Signed-off-by: Sergei Shtylyov

[PATCH 2/4] pcie-rcar: remove PHYRDY polling from rcar_pcie_hw_init_h1()

2018-04-06 Thread Sergei Shtylyov
Now that we've added PCIEPHYSR.PHYRDY polling to rcar_pcie_hw_init(), there is no need anymore for polling the PHY specific register in rcar_pcie_hw_init_h1() -- remove it. Signed-off-by: Sergei Shtylyov --- drivers/pci/host/pcie-rcar.c | 12 +---