Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1478186 > unrolled thread
| Started by | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| First post | 2016-09-07 13:00 +0200 |
| Last post | 2016-09-07 13:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/2] phy: Add support msm8996/apq8096 pcie phy Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-09-07 13:00 +0200
| From | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| Date | 2016-09-07 13:00 +0200 |
| Subject | [PATCH 0/2] phy: Add support msm8996/apq8096 pcie phy |
| Message-ID | <seIKd-765-3@gated-at.bofh.it> |
This patch adds supports to pcie phy found in msm8996/apq8096. This phy block has 3 ports each one supported a single root complex. Most of the code is derived from qualcomms downstream 3.18 kernel. I tested this patch on DB820c based on APQ8096 on port A and port A using sata and ethernet controllers. Thanks, srini Srinivas Kandagatla (2): dt-bindings: msm8996-pcie-phy: add support for msm8996 pcie phy phy: msm8996-pcie-phy: Add support to msm8996 pcie phy .../bindings/phy/qcom-msm8996-pcie-phy.txt | 62 +++ drivers/phy/Kconfig | 7 + drivers/phy/Makefile | 1 + drivers/phy/phy-qcom-msm8996-pcie.c | 492 +++++++++++++++++++++ 4 files changed, 562 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/qcom-msm8996-pcie-phy.txt create mode 100644 drivers/phy/phy-qcom-msm8996-pcie.c -- 2.7.4
Back to top | Article view | linux.kernel
csiph-web