All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add the Amlogic Meson PCIe phy driver
@ 2018-08-24  7:33 ` Hanjie Lin
  0 siblings, 0 replies; 28+ messages in thread
From: Hanjie Lin @ 2018-08-24  7:33 UTC (permalink / raw)
  To: Kishon Vijay Abraham I
  Cc: Rob Herring, Hanjie Lin, Jianxin Pan, devicetree, Kevin Hilman,
	Yixun Lan, Qiufang Dai, Liang Yang, Jian Hu, linux-pci,
	Carlo Caione, linux-amlogic, linux-arm-kernel

This patcheset add the driver and dt-bindings for
the Meson-PCIE-PHY controller.

Changes since v1: [0]
 - move 'apb' and 'port' reset to ctrl driver
 - format correcting

[0] : https://lkml.org/lkml/2018/8/14/66 

Yue Wang (2):
  dt-bindings: phy: add DT bindings for Amlogic Meson PCIe Phy
    controller
  PCI: meson: add the Amlogic Meson PCIe phy driver

 .../bindings/phy/amlogic,meson-pcie-phy.txt        |  21 ++++
 drivers/phy/amlogic/Kconfig                        |   8 ++
 drivers/phy/amlogic/Makefile                       |   1 +
 drivers/phy/amlogic/phy-meson-axg-pcie.c           | 124 +++++++++++++++++++++
 4 files changed, 154 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/amlogic,meson-pcie-phy.txt
 create mode 100644 drivers/phy/amlogic/phy-meson-axg-pcie.c

-- 
2.7.4

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

end of thread, other threads:[~2018-08-30 12:57 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-24  7:33 [PATCH v2 0/2] add the Amlogic Meson PCIe phy driver Hanjie Lin
2018-08-24  7:33 ` Hanjie Lin
2018-08-24  7:33 ` Hanjie Lin
2018-08-24  7:33 ` Hanjie Lin
2018-08-24  7:33 ` [PATCH v2 1/2] dt-bindings: phy: add DT bindings for Amlogic Meson PCIe Phy controller Hanjie Lin
2018-08-24  7:33   ` Hanjie Lin
2018-08-24  7:33   ` Hanjie Lin
2018-08-24  7:33   ` Hanjie Lin
2018-08-29  0:37   ` Rob Herring
2018-08-29  0:37     ` Rob Herring
2018-08-29  0:37     ` Rob Herring
2018-08-29  0:37     ` Rob Herring
2018-08-30  7:50     ` Hanjie Lin
2018-08-30  7:50       ` Hanjie Lin
2018-08-30  7:50       ` Hanjie Lin
2018-08-30  7:50       ` Hanjie Lin
2018-08-24  7:33 ` [PATCH v2 2/2] PCI: meson: add the Amlogic Meson PCIe phy driver Hanjie Lin
2018-08-24  7:33   ` Hanjie Lin
2018-08-24  7:33   ` Hanjie Lin
2018-08-29 15:57   ` Jerome Brunet
2018-08-29 15:57     ` Jerome Brunet
2018-08-29 15:57     ` Jerome Brunet
2018-08-30  8:02     ` Hanjie Lin
2018-08-30  8:02       ` Hanjie Lin
2018-08-30  8:02       ` Hanjie Lin
2018-08-30  8:56       ` Jerome Brunet
2018-08-30  8:56         ` Jerome Brunet
2018-08-30  8:56         ` Jerome Brunet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.