From: Dilip Kota <eswara.kota@linux.intel.com>
To: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Cc: kishon@ti.com, robh@kernel.org, andriy.shevchenko@intel.com,
cheol.yong.kim@intel.com, chuanhua.lei@linux.intel.com,
qi-ming.wu@intel.com, yixin.zhu@intel.com,
Dilip Kota <eswara.kota@linux.intel.com>
Subject: [PATCH v6 0/4] Add Intel ComboPhy driver
Date: Fri, 3 Apr 2020 13:04:07 +0800 [thread overview]
Message-ID: <cover.1585889042.git.eswara.kota@linux.intel.com> (raw)
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/linux-phy.git/?h=phy-for-5.7
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
WARNING: multiple messages have this Message-ID (diff)
From: Dilip Kota <eswara.kota@linux.intel.com>
To: linux-kernel@vger.kernel.org, kishon@ti.com,
devicetree@vger.kernel.org, lee.jones@linaro.org, arnd@arndb.de
Cc: robh@kernel.org, andriy.shevchenko@intel.com,
cheol.yong.kim@intel.com, chuanhua.lei@linux.intel.com,
qi-ming.wu@intel.com, yixin.zhu@intel.com,
Dilip Kota <eswara.kota@linux.intel.com>
Subject: [RESEND PATCH v6 0/4] Add Intel ComboPhy driver
Date: Mon, 6 Apr 2020 15:39:52 +0800 [thread overview]
Message-ID: <cover.1585889042.git.eswara.kota@linux.intel.com> (raw)
Message-ID: <20200406073952.BIAond4zn8DuT3YacnzGigQIkCglZpQfDWIPbrbqWxA@z> (raw)
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.
Resending the patches v6 by adding the system configuration Maintainers,
which i missed to add them.
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 (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
next reply other threads:[~2020-04-03 5:04 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-03 5:04 Dilip Kota [this message]
2020-04-03 5:04 ` [PATCH v6 1/4] mfd: syscon: Add fwnode_to_regmap Dilip Kota
2020-04-06 7:39 ` [RESEND PATCH " Dilip Kota
2020-04-17 9:35 ` Lee Jones
2020-04-21 4:06 ` Dilip Kota
2020-04-28 10:05 ` Lee Jones
2020-04-28 10:29 ` Arnd Bergmann
2020-04-29 5:11 ` Dilip Kota
2020-04-03 5:04 ` [PATCH v6 2/4] dt-bindings: phy: Add PHY_TYPE_XPCS definition Dilip Kota
2020-04-06 7:39 ` [RESEND PATCH " Dilip Kota
2020-04-03 5:04 ` [PATCH v6 3/4] dt-bindings: phy: Add YAML schemas for Intel ComboPhy Dilip Kota
2020-04-06 7:39 ` [RESEND PATCH " Dilip Kota
2020-04-03 5:04 ` [PATCH v6 4/4] phy: intel: Add driver support for ComboPhy Dilip Kota
2020-04-06 7:39 ` [RESEND PATCH " Dilip Kota
2020-04-06 7:39 ` [RESEND PATCH v6 0/4] Add Intel ComboPhy driver Dilip Kota
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1585889042.git.eswara.kota@linux.intel.com \
--to=eswara.kota@linux.intel.com \
--cc=andriy.shevchenko@intel.com \
--cc=cheol.yong.kim@intel.com \
--cc=chuanhua.lei@linux.intel.com \
--cc=devicetree@vger.kernel.org \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=qi-ming.wu@intel.com \
--cc=robh@kernel.org \
--cc=yixin.zhu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).