Re: [PATCH v2 4/4] PCI: rcar: Add Gen2 PHY setup to pcie-rcar

2016-01-06 Thread Wolfram Sang
On Tue, Jan 05, 2016 at 01:00:31PM +, Phil Edworthy wrote: > For PCIe compliance, the PHY registers need setting as per the > manual. > > Signed-off-by: Phil Edworthy Reviewed-by: Wolfram Sang signature.asc Description: Digital signature

[PATCH v2 4/4] PCI: rcar: Add Gen2 PHY setup to pcie-rcar

2016-01-05 Thread Phil Edworthy
For PCIe compliance, the PHY registers need setting as per the manual. Signed-off-by: Phil Edworthy --- v2: - Added comment about where the PHY settings come from. --- drivers/pci/host/pcie-rcar.c | 31 --- 1 file changed, 28 insertions(+), 3 deletions(-) diff --gi