Re: [PATCH] ARM: keystone: dts: add PCI serdes driver bindings

2015-11-24 Thread Bjorn Helgaas
Hi WingMan, On Thu, Oct 15, 2015 at 10:27:10AM -0400, WingMan Kwok wrote: > This patch adds the required PCI serdes bindings whcih can then be > enabled by setting the corresponding statuses to "ok" in order to > configure and start the PCI serdes. > > This patch depends on the updates to the

RE: [PATCH] ARM: keystone: dts: add PCI serdes driver bindings

2015-10-21 Thread Kwok, WingMan
.@vger.kernel.org; linux-...@vger.kernel.org; linux-arm- > ker...@lists.infradead.org > Cc: Kwok, WingMan > Subject: [PATCH] ARM: keystone: dts: add PCI serdes driver bindings > > This patch adds the serdes phy driver dts bindings > for the keystone PCIe host driver. >

Re: [PATCH] ARM: keystone: dts: add PCI serdes driver bindings

2015-10-21 Thread santosh.shilim...@oracle.com
On 10/21/15 5:57 AM, WingMan Kwok wrote: This patch adds the serdes phy driver dts bindings for the keystone PCIe host driver. Signed-off-by: WingMan Kwok --- Keep me posted when driver gets merged. I will then pick this up. Regards, Santosh -- To unsubscribe from this list:

[PATCH] ARM: keystone: dts: add PCI serdes driver bindings

2015-10-21 Thread WingMan Kwok
This patch adds the serdes phy driver dts bindings for the keystone PCIe host driver. Signed-off-by: WingMan Kwok --- arch/arm/boot/dts/k2e.dtsi | 10 ++ arch/arm/boot/dts/keystone.dtsi | 10 ++ 2 files changed, 20 insertions(+) diff --git

RE: [PATCH] ARM: keystone: dts: add PCI serdes driver bindings

2015-10-19 Thread Kwok, WingMan
uralidharan; bhelg...@google.com; > ssant...@kernel.org; li...@arm.linux.org.uk; devicetree@vger.kernel.org; > linux-ker...@vger.kernel.org; linux-...@vger.kernel.org; linux-arm- > ker...@lists.infradead.org > Subject: Re: [PATCH] ARM: keystone: dts: add PCI serdes driver bindings >

Re: [PATCH] ARM: keystone: dts: add PCI serdes driver bindings

2015-10-16 Thread Roger Quadros
WingMan, On 15/10/15 17:27, WingMan Kwok wrote: > This patch adds the required PCI serdes bindings whcih can then be > enabled by setting the corresponding statuses to "ok" in order to > configure and start the PCI serdes. > > This patch depends on the updates to the Keystone PCIe host driver >

[PATCH] ARM: keystone: dts: add PCI serdes driver bindings

2015-10-15 Thread WingMan Kwok
This patch adds the required PCI serdes bindings whcih can then be enabled by setting the corresponding statuses to "ok" in order to configure and start the PCI serdes. This patch depends on the updates to the Keystone PCIe host driver and common serdes driver patch series that is submitted