[PATCH 0/2] Add support for EcoNet USB PHY

Caleb James DeLisle posted 2 patches 6 days, 14 hours ago
.../bindings/phy/econet,en751221-usb-phy.yaml | 128 ++++
MAINTAINERS                                   |   7 +
drivers/phy/Kconfig                           |  13 +
drivers/phy/Makefile                          |   1 +
drivers/phy/phy-econet-usb.c                  | 558 ++++++++++++++++++
5 files changed, 707 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/econet,en751221-usb-phy.yaml
create mode 100644 drivers/phy/phy-econet-usb.c
[PATCH 0/2] Add support for EcoNet USB PHY
Posted by Caleb James DeLisle 6 days, 14 hours ago
Add support for the USB PHY found on EcoNet EN751221, EN751627, and
EN7528.

Caleb James DeLisle (2):
  dt-bindings: phy: econet: Document EN751221 USB PHY
  phy: econet: Add EcoNet USB PHY

 .../bindings/phy/econet,en751221-usb-phy.yaml | 128 ++++
 MAINTAINERS                                   |   7 +
 drivers/phy/Kconfig                           |  13 +
 drivers/phy/Makefile                          |   1 +
 drivers/phy/phy-econet-usb.c                  | 558 ++++++++++++++++++
 5 files changed, 707 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/econet,en751221-usb-phy.yaml
 create mode 100644 drivers/phy/phy-econet-usb.c


base-commit: e98d21c170b01ddef366f023bbfcf6b31509fa83
-- 
2.39.5