All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v12 0/3] Add multiport support for DWC3 controllers
@ 2023-10-04 16:59 Krishna Kurapati
  2023-10-04 16:59 ` [PATCH v12 1/3] usb: dwc3: core: Access XHCI address space temporarily to read port info Krishna Kurapati
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Krishna Kurapati @ 2023-10-04 16:59 UTC (permalink / raw)
  To: Thinh Nguyen, Greg Kroah-Hartman, Bjorn Andersson
  Cc: linux-usb, linux-kernel, quic_ppratap, quic_wcheng, quic_jackp,
	Krishna Kurapati

This series is a set of picked up acks and split from larger series [1]
The series is rebased on top of:
Repo: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
Branch: usb-testing
commit 03cf2af41b37 ("Revert "phy: qcom-qmp-usb: Add Qualcomm SDX75 USB3 PHY support"")

The patches present in series have been reviewed and acked by respective
maintainers. They dont break any existing implementation and is just a
subset of merge ready multiport code. The rest of the patches will be
rebased on top of the usb branch once this series is merged.

[1]: https://patchwork.kernel.org/project/linux-usb/cover/20230828133033.11988-1-quic_kriskura@quicinc.com/

Krishna Kurapati (3):
  usb: dwc3: core: Access XHCI address space temporarily to read port
    info
  usb: dwc3: core: Skip setting event buffers for host only controllers
  usb: dwc3: qcom: Add helper function to request threaded IRQ

 drivers/usb/dwc3/core.c      | 74 ++++++++++++++++++++++++++++++++++++
 drivers/usb/dwc3/core.h      |  5 +++
 drivers/usb/dwc3/dwc3-qcom.c | 59 +++++++++++++---------------
 3 files changed, 105 insertions(+), 33 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2023-10-06 15:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-04 16:59 [PATCH v12 0/3] Add multiport support for DWC3 controllers Krishna Kurapati
2023-10-04 16:59 ` [PATCH v12 1/3] usb: dwc3: core: Access XHCI address space temporarily to read port info Krishna Kurapati
2023-10-04 16:59 ` [PATCH v12 2/3] usb: dwc3: core: Skip setting event buffers for host only controllers Krishna Kurapati
2023-10-04 16:59 ` [PATCH v12 3/3] usb: dwc3: qcom: Add helper function to request threaded IRQ Krishna Kurapati
2023-10-05  6:36 ` [PATCH v12 0/3] Add multiport support for DWC3 controllers Johan Hovold
2023-10-05  9:02   ` Krishna Kurapati PSSNV
2023-10-06 15:47     ` Johan Hovold
2023-10-05 14:33   ` Krishna Kurapati PSSNV

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.