Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1650165

[PATCH v3 0/2] Add PCIe phy driver for some Mediatek SoCs

From Ryder Lee <ryder.lee@mediatek.com>
Newsgroups linux.kernel
Subject [PATCH v3 0/2] Add PCIe phy driver for some Mediatek SoCs
Date 2017-05-25 06:40 +0200
Message-ID <tKSJ3-3pX-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

This patch series add PCIe phy driver and related dt-binding file for
Mediatek SoCs.

The PICe host driver has been applied to pci/host-mediatek for v4.13.

Changes since v3:
- rename both the driver and the binding document to make it more generic
  so that we could reuse the driver if needed in the future.
- correct some anotations.

Changes since v2:
- rebase to v4.12-rc1

Changes since v1:
- revise binding document:
  drop 'status' properties.
  add a description to 'phy-switch' property and add vendor prefix.

Ryder Lee (2):
  phy: add PCIe PHY driver for Mediatek SoCs
  dt-bindings: phy: Add documentation for Mediatek PCIe PHY

 .../devicetree/bindings/phy/phy-mediatek-pcie.txt  |  64 +++++
 drivers/phy/Kconfig                                |   8 +
 drivers/phy/Makefile                               |   1 +
 drivers/phy/phy-mediatek-pcie.c                    | 290 +++++++++++++++++++++
 4 files changed, 363 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/phy-mediatek-pcie.txt
 create mode 100644 drivers/phy/phy-mediatek-pcie.c

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/2] Add PCIe phy driver for some Mediatek SoCs Ryder Lee <ryder.lee@mediatek.com> - 2017-05-25 06:40 +0200
  [PATCH v3 2/2] dt-bindings: phy: Add documentation for Mediatek PCIe PHY Ryder Lee <ryder.lee@mediatek.com> - 2017-05-25 06:40 +0200
  [PATCH v3 1/2] phy: add PCIe PHY driver for Mediatek SoCs Ryder Lee <ryder.lee@mediatek.com> - 2017-05-25 06:40 +0200

csiph-web