Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1628934
| From | Ryder Lee <ryder.lee@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Add PCIe phy driver for some Mediatek SoCs |
| Date | 2017-04-23 10:30 +0200 |
| Message-ID | <tzl45-61Q-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, This patch series add PCIe phy driver and related dt-binding file for Mediatek mt7623 SoCs families. Thanks. Ryder Lee (2): phy: add PCIe phy driver for mt7623 SoCs families dt-bindings: phy: Add documentation for Mediatek PCIe PHY .../devicetree/bindings/phy/phy-mt7623-pcie.txt | 67 +++++ drivers/phy/Kconfig | 9 + drivers/phy/Makefile | 1 + drivers/phy/phy-mt7623-pcie.c | 290 +++++++++++++++++++++ 4 files changed, 367 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-mt7623-pcie.txt create mode 100644 drivers/phy/phy-mt7623-pcie.c -- 1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 0/2] Add PCIe phy driver for some Mediatek SoCs Ryder Lee <ryder.lee@mediatek.com> - 2017-04-23 10:30 +0200
csiph-web