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

v2->v3:
1.Remove unnecessary "of_match_ptr()" before the move to the generic PHY.
2.Change "depends on (MACH_INGENIC && MIPS) || COMPILE_TEST" to
  "depends on MIPS || COMPILE_TEST".
3.Keep the adjustments of "ingenic_usb_phy_init()" and "ingenic_usb_phu_exit()"
  positions in v2 to make them consistent with the order in "ingenic_usb_phy_ops",
  keep the adjustments to the positions of "ingenic_usb_phy_of_matches[]" in v2
  to keep them consistent with the styles of other USB PHY drivers. And remove
  some unnecessary changes to reduce the diff size.

周琰杰 (Zhou Yanjie) (2):
  USB: PHY: JZ4770: Remove unnecessary function calls.
  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} | 211 +++++++++++----------
 drivers/usb/phy/Kconfig                            |   8 -
 drivers/usb/phy/Makefile                           |   1 -
 7 files changed, 129 insertions(+), 107 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} (70%)

-- 
2.11.0


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-13  6:34 [PATCH v3 0/2] Use the generic PHY framework for Ingenic USB PHY 周琰杰 (Zhou Yanjie)
2020-09-13  6:34 ` [PATCH v3 1/2] USB: PHY: JZ4770: Remove unnecessary function calls 周琰杰 (Zhou Yanjie)
2020-09-13  6:34 ` [PATCH v3 2/2] USB: PHY: JZ4770: Use the generic PHY framework 周琰杰 (Zhou Yanjie)
2020-09-15 22:47   ` Paul Cercueil
2020-09-16 16:27     ` Zhou Yanjie
2020-09-16  6:55   ` kernel test robot
2020-09-16  6:55   ` [PATCH] USB: PHY: JZ4770: fix ptr_ret.cocci warnings kernel test robot
2020-09-16  6:55     ` kernel test robot

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.