lkml.org 
[lkml]   [2020]   [Mar]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v4 0/3] Add Intel ComboPhy driver
Date
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 (3):
mfd: syscon: Add fwnode_to_regmap
dt-bindings: phy: Add YAML schemas for Intel Combophy
phy: intel: Add driver support for Combophy

.../devicetree/bindings/phy/intel,combo-phy.yaml | 123 ++++
drivers/mfd/syscon.c | 8 +
drivers/phy/intel/Kconfig | 14 +
drivers/phy/intel/Makefile | 1 +
drivers/phy/intel/phy-intel-combo.c | 661 +++++++++++++++++++++
include/dt-bindings/phy/phy-intel-combophy.h | 10 +
include/linux/mfd/syscon.h | 6 +
7 files changed, 823 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/intel,combo-phy.yaml
create mode 100644 drivers/phy/intel/phy-intel-combo.c
create mode 100644 include/dt-bindings/phy/phy-intel-combophy.h

--
2.11.0

\
 
 \ /
  Last update: 2020-03-02 09:43    [W:0.108 / U:23.228 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site