All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v8 0/3] Add Intel ComboPhy driver
@ 2020-05-15  8:13 Dilip Kota
  2020-05-15  8:13 ` [RESEND PATCH v8 1/3] dt-bindings: phy: Add PHY_TYPE_XPCS definition Dilip Kota
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Dilip Kota @ 2020-05-15  8:13 UTC (permalink / raw)
  To: linux-kernel, kishon, vkoul, devicetree
  Cc: robh, andriy.shevchenko, cheol.yong.kim, chuanhua.lei,
	qi-ming.wu, yixin.zhu, Dilip Kota

This patch series adds Intel ComboPhy driver, respective yaml schemas

Changes on v8:
  As per PHY Maintainer's request add description in comments for doing
  register access through register map framework.

Changes on v7:
  As per System control driver maintainer's inputs remove
    fwnode_to_regmap() definition and use device_node_get_regmap()
    
Changes on v6:
  Rebase patches on the latest maintainer's branch
  https://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git/?h=phy-for-5.7
Dilip Kota (3):
  dt-bindings: phy: Add PHY_TYPE_XPCS definition
  dt-bindings: phy: Add YAML schemas for Intel ComboPhy
  phy: intel: Add driver support for ComboPhy

 .../devicetree/bindings/phy/intel,combo-phy.yaml   | 101 ++++
 drivers/phy/intel/Kconfig                          |  14 +
 drivers/phy/intel/Makefile                         |   1 +
 drivers/phy/intel/phy-intel-combo.c                | 632 +++++++++++++++++++++
 include/dt-bindings/phy/phy.h                      |   1 +
 5 files changed, 749 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/intel,combo-phy.yaml
 create mode 100644 drivers/phy/intel/phy-intel-combo.c

-- 
2.11.0


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

end of thread, other threads:[~2020-05-19  5:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15  8:13 [RESEND PATCH v8 0/3] Add Intel ComboPhy driver Dilip Kota
2020-05-15  8:13 ` [RESEND PATCH v8 1/3] dt-bindings: phy: Add PHY_TYPE_XPCS definition Dilip Kota
2020-05-15  8:13 ` [RESEND PATCH v8 2/3] dt-bindings: phy: Add YAML schemas for Intel ComboPhy Dilip Kota
2020-05-15  8:13 ` [RESEND PATCH v8 3/3] phy: intel: Add driver support for ComboPhy Dilip Kota
2020-05-18 12:41 ` [RESEND PATCH v8 0/3] Add Intel ComboPhy driver Vinod Koul
2020-05-18 13:49 ` Kishon Vijay Abraham I
2020-05-19  3:56   ` Dilip Kota
2020-05-19  5:17     ` Kishon Vijay Abraham I
2020-05-19  5:25       ` Dilip Kota

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.