This splits off the non-contentions parts of my dma-coherency series: https://lore.barebox.org/barebox/20230221080524.607241-1-a.fatoum@xxxxxxxxxxxxxx/ Only change is a typo fix in a comment, but no other changes. Ahmad Fatoum (5): usb: dwc3: populate parent of xHCI dev usb: xhci: pass physical device to DMA API net: rtl8169: pass physical device for DMA API firmware: zynqmp-fpga: pass physical device to DMA API net: designware: eqos: pass physical device to DMA API drivers/base/resource.c | 6 ++++-- drivers/firmware/zynqmp-fpga.c | 7 ++++--- drivers/net/designware_eqos.c | 13 ++++++------- drivers/net/rtl8169.c | 9 +++++---- drivers/usb/dwc3/host.c | 8 ++++---- drivers/usb/host/xhci-ring.c | 8 ++++---- drivers/usb/host/xhci.c | 6 +++++- include/driver.h | 12 ++++++++++-- 8 files changed, 42 insertions(+), 27 deletions(-) -- 2.39.2