[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200725071903.63315-1-zhouyanjie@wanyeetech.com>
Date: Sat, 25 Jul 2020 15:18:58 +0800
From: 周琰杰 (Zhou Yanjie)
<zhouyanjie@...yeetech.com>
To: balbi@...nel.org, gregkh@...uxfoundation.org, robh+dt@...nel.org
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, paul@...pouillou.net,
prasannatsmkumar@...il.com, kishon@...com, vkoul@...nel.org,
gor@...ux.ibm.com, hca@...ux.ibm.com,
christophe.jaillet@...adoo.fr, dongsheng.qiu@...enic.com,
aric.pzqi@...enic.com, rick.tyliu@...enic.com,
yanfei.li@...enic.com, sernia.zhou@...mail.com,
zhenwenjin@...il.com
Subject: Add USB PHY support for new Ingenic SoCs.
v5->v6:
1.Fix the warning that appears during compilation.
2.Used the generic PHY framework API to create the PHY,
and move the driver to driver/phy/ingenic.
周琰杰 (Zhou Yanjie) (5):
dt-bindings: USB: Add bindings for new Ingenic SoCs.
USB: PHY: JZ4770: Unify code style and simplify code.
USB: PHY: JZ4770: Add support for new Ingenic SoCs.
USB: PHY: JZ4770: Reformat the code to align it.
USB: PHY: JZ4770: Usethe generic PHY framework.
.../bindings/usb/ingenic,jz4770-phy.yaml | 6 +-
drivers/phy/Kconfig | 1 +
drivers/phy/Makefile | 1 +
drivers/phy/ingenic/Kconfig | 12 +
drivers/phy/ingenic/Makefile | 2 +
drivers/phy/ingenic/phy-ingenic-usb.c | 403 +++++++++++++++++++++
drivers/usb/phy/Kconfig | 8 -
drivers/usb/phy/Makefile | 1 -
drivers/usb/phy/phy-jz4770.c | 243 -------------
9 files changed, 424 insertions(+), 253 deletions(-)
create mode 100644 drivers/phy/ingenic/Kconfig
create mode 100644 drivers/phy/ingenic/Makefile
create mode 100644 drivers/phy/ingenic/phy-ingenic-usb.c
delete mode 100644 drivers/usb/phy/phy-jz4770.c
--
2.11.0
Powered by blists - more mailing lists