|
|
Log in / Subscribe / Register

Add Intel ComboPhy driver

From:  Dilip Kota <eswara.kota-AT-linux.intel.com>
To:  linux-kernel-AT-vger.kernel.org, devicetree-AT-vger.kernel.org
Subject:  [PATCH v6 0/4] Add Intel ComboPhy driver
Date:  Fri, 3 Apr 2020 13:04:07 +0800
Message-ID:  <cover.1585889042.git.eswara.kota@linux.intel.com>
Cc:  kishon-AT-ti.com, robh-AT-kernel.org, andriy.shevchenko-AT-intel.com, cheol.yong.kim-AT-intel.com, chuanhua.lei-AT-linux.intel.com, qi-ming.wu-AT-intel.com, yixin.zhu-AT-intel.com, Dilip Kota <eswara.kota-AT-linux.intel.com>
Archive-link:  Article

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.

Changes on v6:
  Rebase patches on the latest maintainer's branch
  https://git.kernel.org/pub/scm/linux/kernel/git/kishon/li...

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



Copyright © 2020, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds