ar71xx: reorganize 4.1 patch directory layout
[oweals/openwrt.git] / target / linux / brcm2708 / patches-3.18 / 0046-fiq_fsm-Implement-hack-for-Split-Interrupt-transacti.patch
old mode 100755 (executable)
new mode 100644 (file)
index 4d7a95d..680eb59
@@ -19,11 +19,9 @@ Original idea by Hans Petter Selasky @ FreeBSD.org.
  drivers/usb/host/dwc_otg/dwc_otg_hcd.c | 32 ++++++++++++++++++++++++++------
  1 file changed, 26 insertions(+), 6 deletions(-)
 
-diff --git a/drivers/usb/host/dwc_otg/dwc_otg_hcd.c b/drivers/usb/host/dwc_otg/dwc_otg_hcd.c
-index 130096b..68d4f3b 100644
 --- a/drivers/usb/host/dwc_otg/dwc_otg_hcd.c
 +++ b/drivers/usb/host/dwc_otg/dwc_otg_hcd.c
-@@ -1055,10 +1055,11 @@ int dwc_otg_hcd_init(dwc_otg_hcd_t * hcd, dwc_otg_core_if_t * core_if)
+@@ -1055,10 +1055,11 @@ int dwc_otg_hcd_init(dwc_otg_hcd_t * hcd
                        for (i=0; i < hcd->core_if->core_params->host_channels; i++) {
                                dwc_otg_cleanup_fiq_channel(hcd, i);
                        }
@@ -37,7 +35,7 @@ index 130096b..68d4f3b 100644
                }
        }
  
-@@ -1789,6 +1790,20 @@ int fiq_fsm_queue_split_transaction(dwc_otg_hcd_t *hcd, dwc_otg_qh_t *qh)
+@@ -1789,6 +1790,20 @@ int fiq_fsm_queue_split_transaction(dwc_
        st->hcintmsk_copy.b.chhltd = 1;
        st->hcintmsk_copy.b.ahberr = 1;
  
@@ -58,7 +56,7 @@ index 130096b..68d4f3b 100644
        DWC_WRITE_REG32(&hc_regs->hcdma, st->hcdma_copy.d32);
        DWC_WRITE_REG32(&hc_regs->hctsiz, st->hctsiz_copy.d32);
        DWC_WRITE_REG32(&hc_regs->hcsplt, st->hcsplt_copy.d32);
-@@ -1842,6 +1857,9 @@ int fiq_fsm_queue_split_transaction(dwc_otg_hcd_t *hcd, dwc_otg_qh_t *qh)
+@@ -1842,6 +1857,9 @@ int fiq_fsm_queue_split_transaction(dwc_
                        }
                }
        }
@@ -68,7 +66,7 @@ index 130096b..68d4f3b 100644
        fiq_print(FIQDBG_INT, hcd->fiq_state, "FSMQ %01d %01d", hc->hc_num, start_immediate);
        fiq_print(FIQDBG_INT, hcd->fiq_state, "%08d", hfnum.b.frrem);
        //fiq_print(FIQDBG_INT, hcd->fiq_state, "H:%02dP:%02d", hub_addr, port_addr);
-@@ -1873,11 +1891,13 @@ int fiq_fsm_queue_split_transaction(dwc_otg_hcd_t *hcd, dwc_otg_qh_t *qh)
+@@ -1873,11 +1891,13 @@ int fiq_fsm_queue_split_transaction(dwc_
                        }
                        break;
                case UE_INTERRUPT:
@@ -86,6 +84,3 @@ index 130096b..68d4f3b 100644
                default:
                        break;
        }
--- 
-1.8.3.2
-