[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240708120830.5785-1-ziyao@disroot.org>
Date: Mon, 8 Jul 2024 12:08:27 +0000
From: Yao Zi <ziyao@...root.org>
To: Vinod Koul <vkoul@...nel.org>,
Kishon Vijay Abraham I <kishon@...nel.org>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Chen Wang <unicorn_wang@...look.com>,
Inochi Amaoto <inochiama@...look.com>,
Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>,
Jisheng Zhang <jszhang@...nel.org>,
linux-phy@...ts.infradead.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-riscv@...ts.infradead.org
Cc: Yao Zi <ziyao@...root.org>
Subject: [PATCH 0/3] Add USB support for Sophgo CV1800/SG200x SoCs
Sophgo CV1800/SG200x SoCs integrate a USB 2.0 phy and a USB 2.0
controller based on dwc2 IP. This series implements a basic driver
for the USB phy and add USB-related device tree nodes.
Yao Zi (3):
dt-bindings: phy: add YAML schema for cv1800-usb-phy driver bindings
riscv: dts: sophgo: add nodes for USB phy and controller
phy: sophgo: add usb phy driver for Sophgo CV1800 SoCs
.../bindings/phy/sophgo,cv1800-usb-phy.yaml | 67 ++++++
arch/riscv/boot/dts/sophgo/cv18xx.dtsi | 23 ++
drivers/phy/Kconfig | 1 +
drivers/phy/Makefile | 1 +
drivers/phy/sophgo/Kconfig | 10 +
drivers/phy/sophgo/Makefile | 2 +
drivers/phy/sophgo/phy-cv1800-usb.c | 213 ++++++++++++++++++
7 files changed, 317 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/sophgo,cv1800-usb-phy.yaml
create mode 100644 drivers/phy/sophgo/Kconfig
create mode 100644 drivers/phy/sophgo/Makefile
create mode 100644 drivers/phy/sophgo/phy-cv1800-usb.c
--
2.45.2
Powered by blists - more mailing lists