All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Use the generic PHY framework for Ingenic USB PHY.
@ 2020-08-31 13:50 周琰杰 (Zhou Yanjie)
  2020-08-31 13:50 ` [PATCH v2 1/1] USB: PHY: JZ4770: Use the generic PHY framework 周琰杰 (Zhou Yanjie)
  0 siblings, 1 reply; 6+ messages in thread
From: 周琰杰 (Zhou Yanjie) @ 2020-08-31 13:50 UTC (permalink / raw)
  To: kishon, vkoul, balbi, gregkh
  Cc: linux-usb, linux-kernel, paul, christophe.jaillet, aric.pzqi,
	dongsheng.qiu, rick.tyliu, yanfei.li, sernia.zhou, zhenwenjin

v1->v2:
Fix bug, ".of_match_table = of_match_ptr(ingenic_usb_phy_of_matches)" is wrong
and should be replaced with ".of_match_table = ingenic_usb_phy_of_matches".

周琰杰 (Zhou Yanjie) (1):
  USB: PHY: JZ4770: Use the generic PHY framework.

 drivers/phy/Kconfig                                |   1 +
 drivers/phy/Makefile                               |   1 +
 drivers/phy/ingenic/Kconfig                        |  12 +
 drivers/phy/ingenic/Makefile                       |   2 +
 .../phy-jz4770.c => phy/ingenic/phy-ingenic-usb.c} | 256 ++++++++++++---------
 drivers/usb/phy/Kconfig                            |   8 -
 drivers/usb/phy/Makefile                           |   1 -
 7 files changed, 165 insertions(+), 116 deletions(-)
 create mode 100644 drivers/phy/ingenic/Kconfig
 create mode 100644 drivers/phy/ingenic/Makefile
 rename drivers/{usb/phy/phy-jz4770.c => phy/ingenic/phy-ingenic-usb.c} (63%)

-- 
2.11.0


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

end of thread, other threads:[~2020-09-06 17:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-31 13:50 [PATCH v2 0/1] Use the generic PHY framework for Ingenic USB PHY 周琰杰 (Zhou Yanjie)
2020-08-31 13:50 ` [PATCH v2 1/1] USB: PHY: JZ4770: Use the generic PHY framework 周琰杰 (Zhou Yanjie)
2020-09-04 14:10   ` Paul Cercueil
2020-09-06 17:06     ` Zhou Yanjie
2020-09-06 17:15       ` Paul Cercueil
2020-09-06 17:20         ` 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.