[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220608070452.338006-1-uwu@icenowy.me>
Date: Wed, 8 Jun 2022 15:04:45 +0800
From: Icenowy Zheng <uwu@...nowy.me>
To: Kishon Vijay Abraham I <kishon@...com>,
Vinod Koul <vkoul@...nel.org>,
Rob Herring <robh+dt@...nel.org>, Chen-Yu Tsai <wens@...e.org>,
Jernej Skrabec <jernej.skrabec@...il.com>,
Samuel Holland <samuel@...lland.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Bin Liu <b-liu@...com>
Cc: linux-kernel@...r.kernel.org, linux-phy@...ts.infradead.org,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-sunxi@...ts.linux.dev, linux-usb@...r.kernel.org,
Icenowy Zheng <uwu@...nowy.me>
Subject: [PATCH 0/7] SUNIV USB support (and updating mailmap)
This patchset introduces support for F1C100s' USB.
As I switched to a new mail address, and this patchset contains patches
authored before this change, a mailmap update is added.
The DT binding and driver support for SUNIV USB PHY/MUSB are added, in
addition to DT changes to the DTSI and Lichee Nano DT.
Icenowy Zheng (7):
mailmap: update Icenowy Zheng's mail address
dt-bindings: phy: add binding document for Allwinner F1C100s USB PHY
dt-bindings: usb: sunxi-musb: add F1C100s MUSB compatible string
phy: sun4i-usb: add support for the USB PHY on F1C100s SoC
musb: sunxi: add support for the F1C100s MUSB controller
ARM: suniv: add USB-related device nodes
ARM: suniv: f1c100s: enable USB on Lichee Pi Nano
.mailmap | 3 +
.../phy/allwinner,suniv-f1c100s-usb-phy.yaml | 83 +++++++++++++++++++
.../usb/allwinner,sun4i-a10-musb.yaml | 1 +
.../boot/dts/suniv-f1c100s-licheepi-nano.dts | 16 ++++
arch/arm/boot/dts/suniv-f1c100s.dtsi | 26 ++++++
drivers/phy/allwinner/phy-sun4i-usb.c | 11 +++
drivers/usb/musb/sunxi.c | 8 +-
7 files changed, 146 insertions(+), 2 deletions(-)
create mode 100644 Documentation/devicetree/bindings/phy/allwinner,suniv-f1c100s-usb-phy.yaml
--
2.36.0
Powered by blists - more mailing lists