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

1.separate the adjustments to the code style into
  a separate patch.
2.Modify the help message, make it more future-proof.
3.Drop the unnecessary comment about hardware reset.
4.Create 'soc_info' structures instead having ID_* as platform data.

周琰杰 (Zhou Yanjie) (4):
  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.

 .../bindings/usb/ingenic,jz4770-phy.yaml           |   6 +-
 drivers/usb/phy/Kconfig                            |   4 +-
 drivers/usb/phy/phy-jz4770.c                       | 284 +++++++++++++++------
 3 files changed, 208 insertions(+), 86 deletions(-)

-- 
2.11.0


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

end of thread, other threads:[~2020-07-25  3:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23  6:12 [PATCH v5 0/4] Add USB PHY support for new Ingenic SoCs 周琰杰 (Zhou Yanjie)
2020-07-23  6:12 ` [PATCH v5 1/4] dt-bindings: USB: Add bindings " 周琰杰 (Zhou Yanjie)
2020-07-23  6:12 ` [PATCH v5 2/4] USB: PHY: JZ4770: Unify code style and simplify code 周琰杰 (Zhou Yanjie)
2020-07-23  6:13 ` [PATCH v5 3/4] USB: PHY: JZ4770: Add support for new Ingenic SoCs 周琰杰 (Zhou Yanjie)
2020-07-24  2:36   ` kernel test robot
2020-07-23  6:13 ` [PATCH v5 4/4] USB: PHY: JZ4770: Reformat the code to align it 周琰杰 (Zhou Yanjie)
2020-07-23  9:19 ` [PATCH v5 0/4] Add USB PHY support for new Ingenic SoCs Felipe Balbi
2020-07-25  3:12   ` 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.