Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1478186
| From | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] phy: Add support msm8996/apq8096 pcie phy |
| Date | 2016-09-07 13:00 +0200 |
| Message-ID | <seIKd-765-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 0/2] phy: Add support msm8996/apq8096 pcie phy Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-09-07 13:00 +0200
csiph-web