Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1650135
| From | Ryder Lee <ryder.lee@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/2] Add PCIe phy driver for some Mediatek SoCs |
| Date | 2017-05-25 04:50 +0200 |
| Message-ID | <tKR0B-2h5-5@gated-at.bofh.it> (permalink) |
| References | <tJq2t-2b3-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Kishon, I'd like to rename driver name to make it more generic so that we could reuse it for other MTK SoCs, and I'll resend patches with a new name. Sorry for the inconvenience. Ryder. On Sun, 2017-05-21 at 11:43 +0800, Ryder Lee wrote: > Hi, > > This patch series add PCIe phy driver and related dt-binding file for > Mediatek mt7623 SoCs families. > > Changes since v2: > - rebase to Linux 4.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 mt7623 SoCs families > dt-bindings: phy: Add documentation for Mediatek PCIe PHY > > .../devicetree/bindings/phy/phy-mt7623-pcie.txt | 63 +++++ > drivers/phy/Kconfig | 8 + > drivers/phy/Makefile | 1 + > drivers/phy/phy-mt7623-pcie.c | 290 +++++++++++++++++++++ > 4 files changed, 362 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/phy-mt7623-pcie.txt > create mode 100644 drivers/phy/phy-mt7623-pcie.c >
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 0/2] Add PCIe phy driver for some Mediatek SoCs Ryder Lee <ryder.lee@mediatek.com> - 2017-05-21 05:50 +0200 [PATCH v2 2/2] dt-bindings: phy: Add documentation for Mediatek PCIe PHY Ryder Lee <ryder.lee@mediatek.com> - 2017-05-21 05:50 +0200 [PATCH v2 1/2] phy: add PCIe PHY driver for mt7623 SoCs families Ryder Lee <ryder.lee@mediatek.com> - 2017-05-21 05:50 +0200 Re: [PATCH v2 0/2] Add PCIe phy driver for some Mediatek SoCs Ryder Lee <ryder.lee@mediatek.com> - 2017-05-25 04:50 +0200
csiph-web