All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Add Intel ComboPhy driver
@ 2020-03-25  8:59 Dilip Kota
  2020-03-25  8:59 ` [PATCH v5 1/4] mfd: syscon: Add fwnode_to_regmap Dilip Kota
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Dilip Kota @ 2020-03-25  8:59 UTC (permalink / raw)
  To: linux-kernel, devicetree
  Cc: kishon, 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
and a kernel API fwnode_to_regmap().
ComboPhy driver calls it to get regmap handle through firmware node.

Dilip Kota (4):
  mfd: syscon: Add fwnode_to_regmap
  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/mfd/syscon.c                               |   8 +
 drivers/phy/intel/Kconfig                          |  14 +
 drivers/phy/intel/Makefile                         |   1 +
 drivers/phy/intel/phy-intel-combo.c                | 626 +++++++++++++++++++++
 include/dt-bindings/phy/phy.h                      |   1 +
 include/linux/mfd/syscon.h                         |   6 +
 7 files changed, 757 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] 10+ messages in thread

end of thread, other threads:[~2020-04-16  7:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-25  8:59 [PATCH v5 0/4] Add Intel ComboPhy driver Dilip Kota
2020-03-25  8:59 ` [PATCH v5 1/4] mfd: syscon: Add fwnode_to_regmap Dilip Kota
2020-04-15  9:31   ` Lee Jones
2020-04-16  6:57     ` Dilip Kota
2020-04-16  7:18       ` Lee Jones
2020-03-25  8:59 ` [PATCH v5 2/4] dt-bindings: phy: Add PHY_TYPE_XPCS definition Dilip Kota
2020-03-31 21:23   ` Rob Herring
2020-03-25  8:59 ` [PATCH v5 3/4] dt-bindings: phy: Add YAML schemas for Intel ComboPhy Dilip Kota
2020-03-31 21:24   ` Rob Herring
2020-03-25  8:59 ` [PATCH v5 4/4] phy: intel: Add driver support for ComboPhy 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.