Loading drivers/usb/dwc3/debug_ipc.c +0 −6 Original line number Diff line number Diff line Loading @@ -140,9 +140,6 @@ void dwc3_dbg_print_reg(struct dwc3 *dwc, const char *name, int reg) void dwc3_dbg_dma_unmap(struct dwc3 *dwc, u8 ep_num, struct dwc3_request *req) { if (ep_num < 2) return; ipc_log_string(dwc->dwc_dma_ipc_log_ctxt, "%02X-%-3.3s %-25.25s 0x%pK 0x%lx %u 0x%lx %d", ep_num >> 1, ep_num & 1 ? "IN":"OUT", "UNMAP", &req->request, Loading @@ -152,9 +149,6 @@ void dwc3_dbg_dma_unmap(struct dwc3 *dwc, u8 ep_num, struct dwc3_request *req) void dwc3_dbg_dma_map(struct dwc3 *dwc, u8 ep_num, struct dwc3_request *req) { if (ep_num < 2) return; ipc_log_string(dwc->dwc_dma_ipc_log_ctxt, "%02X-%-3.3s %-25.25s 0x%pK 0x%lx %u 0x%lx", ep_num >> 1, ep_num & 1 ? "IN":"OUT", "MAP", &req->request, req->request.dma, Loading drivers/usb/dwc3/ep0.c +3 −0 Original line number Diff line number Diff line Loading @@ -1027,6 +1027,7 @@ static void __dwc3_ep0_do_control_data(struct dwc3 *dwc, true); req->trb = &dwc->ep0_trb[dep->trb_enqueue - 1]; dbg_ep_map(dep->number, req); /* Now prepare one extra TRB to align transfer size */ dwc3_ep0_prepare_one_trb(dep, dwc->bounce_addr, Loading @@ -1049,6 +1050,7 @@ static void __dwc3_ep0_do_control_data(struct dwc3 *dwc, true); req->trb = &dwc->ep0_trb[dep->trb_enqueue - 1]; dbg_ep_map(dep->number, req); /* Now prepare one extra TRB to align transfer size */ dwc3_ep0_prepare_one_trb(dep, dwc->bounce_addr, Loading @@ -1066,6 +1068,7 @@ static void __dwc3_ep0_do_control_data(struct dwc3 *dwc, false); req->trb = &dwc->ep0_trb[dep->trb_enqueue]; dbg_ep_map(dep->number, req); ret = dwc3_ep0_start_trans(dep); } Loading Loading
drivers/usb/dwc3/debug_ipc.c +0 −6 Original line number Diff line number Diff line Loading @@ -140,9 +140,6 @@ void dwc3_dbg_print_reg(struct dwc3 *dwc, const char *name, int reg) void dwc3_dbg_dma_unmap(struct dwc3 *dwc, u8 ep_num, struct dwc3_request *req) { if (ep_num < 2) return; ipc_log_string(dwc->dwc_dma_ipc_log_ctxt, "%02X-%-3.3s %-25.25s 0x%pK 0x%lx %u 0x%lx %d", ep_num >> 1, ep_num & 1 ? "IN":"OUT", "UNMAP", &req->request, Loading @@ -152,9 +149,6 @@ void dwc3_dbg_dma_unmap(struct dwc3 *dwc, u8 ep_num, struct dwc3_request *req) void dwc3_dbg_dma_map(struct dwc3 *dwc, u8 ep_num, struct dwc3_request *req) { if (ep_num < 2) return; ipc_log_string(dwc->dwc_dma_ipc_log_ctxt, "%02X-%-3.3s %-25.25s 0x%pK 0x%lx %u 0x%lx", ep_num >> 1, ep_num & 1 ? "IN":"OUT", "MAP", &req->request, req->request.dma, Loading
drivers/usb/dwc3/ep0.c +3 −0 Original line number Diff line number Diff line Loading @@ -1027,6 +1027,7 @@ static void __dwc3_ep0_do_control_data(struct dwc3 *dwc, true); req->trb = &dwc->ep0_trb[dep->trb_enqueue - 1]; dbg_ep_map(dep->number, req); /* Now prepare one extra TRB to align transfer size */ dwc3_ep0_prepare_one_trb(dep, dwc->bounce_addr, Loading @@ -1049,6 +1050,7 @@ static void __dwc3_ep0_do_control_data(struct dwc3 *dwc, true); req->trb = &dwc->ep0_trb[dep->trb_enqueue - 1]; dbg_ep_map(dep->number, req); /* Now prepare one extra TRB to align transfer size */ dwc3_ep0_prepare_one_trb(dep, dwc->bounce_addr, Loading @@ -1066,6 +1068,7 @@ static void __dwc3_ep0_do_control_data(struct dwc3 *dwc, false); req->trb = &dwc->ep0_trb[dep->trb_enqueue]; dbg_ep_map(dep->number, req); ret = dwc3_ep0_start_trans(dep); } Loading