All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] phy: sun4i-usb: Support VBUS detection via power supply
@ 2021-09-12 14:22 Samuel Holland
  2021-09-12 14:22 ` [PATCH 1/3] phy: sun4i-usb: Remove a couple of debug messages Samuel Holland
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Samuel Holland @ 2021-09-12 14:22 UTC (permalink / raw)
  To: u-boot, Jagan Teki, Andre Przywara; +Cc: Samuel Holland, Joe Hershberger

This converts a hack (a virtual GPIO pin) to less of a hack (not-really
a regulator), but at least it now supports the device tree. This series
adds the consumer side. The new code won't do anything useful until the
regulator driver is merged (which depends on the DM_PMIC driver), but it
shouldn't hurt anything either.


Samuel Holland (3):
  phy: sun4i-usb: Remove a couple of debug messages
  phy: sun4i-usb: Refactor VBUS detection to match Linux
  phy: sun4i-usb: Support VBUS detection via power supply

 drivers/phy/allwinner/Kconfig         |  1 +
 drivers/phy/allwinner/phy-sun4i-usb.c | 34 ++++++++++++++-------------
 2 files changed, 19 insertions(+), 16 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-10-25 14:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-12 14:22 [PATCH 0/3] phy: sun4i-usb: Support VBUS detection via power supply Samuel Holland
2021-09-12 14:22 ` [PATCH 1/3] phy: sun4i-usb: Remove a couple of debug messages Samuel Holland
2021-10-25 14:07   ` Andre Przywara
2021-09-12 14:22 ` [PATCH 2/3] phy: sun4i-usb: Refactor VBUS detection to match Linux Samuel Holland
2021-10-25 14:08   ` Andre Przywara
2021-09-12 14:22 ` [PATCH 3/3] phy: sun4i-usb: Support VBUS detection via power supply Samuel Holland
2021-10-25 14:08   ` Andre Przywara

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.