devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add MediaTek XS-PHY driver
@ 2018-05-05  2:15 Chunfeng Yun
  2018-05-05  2:15 ` [PATCH v2 1/2] dt-bindings: add MediaTek XS-PHY binding Chunfeng Yun
  2018-05-05  2:15 ` [PATCH v2 2/2] phy: mediatek: add XS-PHY driver Chunfeng Yun
  0 siblings, 2 replies; 5+ messages in thread
From: Chunfeng Yun @ 2018-05-05  2:15 UTC (permalink / raw)
  To: Kishon Vijay Abraham I
  Cc: Matthias Brugger, Rob Herring, Mark Rutland, Ian Campbell,
	Ryder Lee, Chunfeng Yun, linux-kernel, linux-arm-kernel,
	linux-usb, linux-mediatek, devicetree

>From a0814ad7725587a06d273997e0fdf5161f916fd8 Mon Sep 17 00:00:00 2001
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
Date: Sat, 5 May 2018 09:56:59 +0800
Subject: [PATCH v2 0/2] Add MediaTek XS-PHY driver

This patch series support the SuperSpeedPlus XS-PHY transceiver for
USB3.1 GEN2 controller on MediaTek chips. The driver supports multiple
USB2.0, USB3.1 GEN2 ports.

v2: changes in binding (suggested by Rob)
    1. list all valid SoCs for compatible
    2. move required child nodes after parent optional ones
    3. remove status property in example
    4. move banks layout example before dts one
    5. remove phy binding example
    6. add #address-cells, #size-cells, ranges properties for parent node

Chunfeng Yun (2):
  dt-bindings: add MediaTek XS-PHY binding
  phy: mediatek: add XS-PHY driver

 .../devicetree/bindings/phy/phy-mtk-xsphy.txt      | 110 ++++
 drivers/phy/mediatek/Kconfig                       |   9 +
 drivers/phy/mediatek/Makefile                      |   1 +
 drivers/phy/mediatek/phy-mtk-xsphy.c               | 600 +++++++++++++++++++++
 4 files changed, 720 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/phy-mtk-xsphy.txt
 create mode 100644 drivers/phy/mediatek/phy-mtk-xsphy.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-08  1:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-05  2:15 [PATCH v2 0/2] Add MediaTek XS-PHY driver Chunfeng Yun
2018-05-05  2:15 ` [PATCH v2 1/2] dt-bindings: add MediaTek XS-PHY binding Chunfeng Yun
2018-05-07 17:04   ` Rob Herring
2018-05-08  1:03     ` Chunfeng Yun
2018-05-05  2:15 ` [PATCH v2 2/2] phy: mediatek: add XS-PHY driver Chunfeng Yun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).