Re: [PATCH v6 2/2] phy: add a driver for the Rockchip SoC internal PCIe PHY

2016-09-02 Thread Kishon Vijay Abraham I
On Thursday 01 September 2016 01:14 PM, Shawn Lin wrote: > This patch to add a generic PHY driver for rockchip PCIe PHY. > Access the PHY via registers provided by GRF (general register > files) module. > > Signed-off-by: Shawn Lin merged, thanks -Kishon > > --- >

Re: [PATCH v6 2/2] phy: add a driver for the Rockchip SoC internal PCIe PHY

2016-09-02 Thread Kishon Vijay Abraham I
On Thursday 01 September 2016 01:14 PM, Shawn Lin wrote: > This patch to add a generic PHY driver for rockchip PCIe PHY. > Access the PHY via registers provided by GRF (general register > files) module. > > Signed-off-by: Shawn Lin merged, thanks -Kishon > > --- > > Changes in v6: > - use

[PATCH v6 2/2] phy: add a driver for the Rockchip SoC internal PCIe PHY

2016-09-01 Thread Shawn Lin
This patch to add a generic PHY driver for rockchip PCIe PHY. Access the PHY via registers provided by GRF (general register files) module. Signed-off-by: Shawn Lin --- Changes in v6: - use dev_* instead of pr_* Changes in v5: - add COMPILE_TEST and select MFD_SYSCON

[PATCH v6 2/2] phy: add a driver for the Rockchip SoC internal PCIe PHY

2016-09-01 Thread Shawn Lin
This patch to add a generic PHY driver for rockchip PCIe PHY. Access the PHY via registers provided by GRF (general register files) module. Signed-off-by: Shawn Lin --- Changes in v6: - use dev_* instead of pr_* Changes in v5: - add COMPILE_TEST and select MFD_SYSCON on Kconfig Changes in