All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/5] Add USB PHY support for new Ingenic SoCs.
@ 2020-07-25  3:51 周琰杰 (Zhou Yanjie)
  2020-07-25  3:51 ` [PATCH v6 1/5] dt-bindings: USB: Add bindings " 周琰杰 (Zhou Yanjie)
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: 周琰杰 (Zhou Yanjie) @ 2020-07-25  3:51 UTC (permalink / raw)
  To: balbi, gregkh, robh+dt
  Cc: linux-usb, linux-kernel, devicetree, paul, prasannatsmkumar,
	kishon, vkoul, gor, hca, christophe.jaillet, dongsheng.qiu,
	aric.pzqi, rick.tyliu, yanfei.li, sernia.zhou, zhenwenjin

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-07-28 15:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-25  3:51 [PATCH v6 0/5] Add USB PHY support for new Ingenic SoCs 周琰杰 (Zhou Yanjie)
2020-07-25  3:51 ` [PATCH v6 1/5] dt-bindings: USB: Add bindings " 周琰杰 (Zhou Yanjie)
2020-07-25  3:51 ` [PATCH v6 2/5] USB: PHY: JZ4770: Unify code style and simplify code 周琰杰 (Zhou Yanjie)
2020-07-25  3:51 ` [PATCH v6 3/5] USB: PHY: JZ4770: Add support for new Ingenic SoCs 周琰杰 (Zhou Yanjie)
2020-07-25  6:16   ` Felipe Balbi
2020-07-25  7:34     ` Zhou Yanjie
2020-07-27  9:53       ` Vinod Koul
2020-07-28 15:11         ` Zhou Yanjie
2020-07-27  9:51     ` Vinod Koul
2020-07-25  3:51 ` [PATCH v6 4/5] USB: PHY: JZ4770: Reformat the code to align it 周琰杰 (Zhou Yanjie)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.