Re: [PATCH v4 5/5] phy: phy-hi3670-usb3: move driver from staging into phy

From: Rob Herring
Date: Sat Feb 06 2021 - 00:03:57 EST


On Tue, 19 Jan 2021 11:44:43 +0100, Mauro Carvalho Chehab wrote:
> The phy USB3 driver for Hisilicon 970 (hi3670) is ready
> for mainstream. Mode it from staging into the main driver's
> phy/ directory.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
> ---
> .../bindings/phy/hisilicon,hi3670-usb3.yaml | 73 ++
> MAINTAINERS | 9 +-
> drivers/phy/hisilicon/Kconfig | 10 +
> drivers/phy/hisilicon/Makefile | 1 +
> drivers/phy/hisilicon/phy-hi3670-usb3.c | 668 ++++++++++++++++++
> drivers/staging/hikey9xx/Kconfig | 11 -
> drivers/staging/hikey9xx/Makefile | 2 -
> drivers/staging/hikey9xx/phy-hi3670-usb3.c | 668 ------------------
> drivers/staging/hikey9xx/phy-hi3670-usb3.yaml | 73 --
> 9 files changed, 760 insertions(+), 755 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml
> create mode 100644 drivers/phy/hisilicon/phy-hi3670-usb3.c
> delete mode 100644 drivers/staging/hikey9xx/phy-hi3670-usb3.c
> delete mode 100644 drivers/staging/hikey9xx/phy-hi3670-usb3.yaml
>

Acked-by: Rob Herring <robh@xxxxxxxxxx>