public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 0/3] USB TCPM host (SRC) mode improvements
@ 2024-11-01 10:34 bigunclemax
  2024-11-01 10:34 ` [PATCH v1 1/3] usb: tcpm: fusb302: add missing newline character to debug output bigunclemax
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: bigunclemax @ 2024-11-01 10:34 UTC (permalink / raw)
  Cc: bigunclemax, Sebastian Reichel, Marek Vasut, Tom Rini,
	Jonas Karlman, Wang Jie, u-boot

From: Maksim Kiselev <bigunclemax@gmail.com>

Hello,

First of all I want to thank Sebastian for the work he has done
to add TPCM support.

This series contains some improvements for issues I encountered when
Type-C port acts as a host (source).

The first issue is that the Type-C state machine gets stuck
in TOGGLING state.

The second is that in host mode fusb302 should control VBUS supply via
regulator, but this is not implemented yet.

Therefore, I'd like to discuss several patches that solve issues above.

P.S. Maybe this series may be combined with Sebastian's series
- "USB-PD TCPM improvements"

https://lists.denx.de/pipermail/u-boot/2024-October/570163.html

Best wishes,
Maksim

Maksim Kiselev (3):
  usb: tcpm: fusb302: add missing newline character to debug output
  usb: tcpm: fusb302: add support for set_vbus() callback.
  usb: tcpm: fix toggling in host (SRC) mode

 drivers/usb/tcpm/fusb302.c | 50 +++++++++++++++++++++++++++++++++++---
 drivers/usb/tcpm/tcpm.c    |  8 +++++-
 2 files changed, 53 insertions(+), 5 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-11-06 16:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-01 10:34 [PATCH v1 0/3] USB TCPM host (SRC) mode improvements bigunclemax
2024-11-01 10:34 ` [PATCH v1 1/3] usb: tcpm: fusb302: add missing newline character to debug output bigunclemax
2024-11-01 18:10   ` Sebastian Reichel
2024-11-01 10:34 ` [PATCH v1 2/3] usb: tcpm: fusb302: add support for set_vbus() callback bigunclemax
2024-11-01 18:17   ` Sebastian Reichel
2024-11-02 23:21     ` Jonas Karlman
2024-11-06 16:10       ` Maxim Kiselev
2024-11-01 10:34 ` [PATCH v1 3/3] usb: tcpm: fix toggling in host (SRC) mode bigunclemax
2024-11-01 18:31   ` Sebastian Reichel
2024-11-06 16:10     ` Maxim Kiselev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox