From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Youn Subject: [PATCH v2 0/4] usb: dwc2: Add AHB burst configuration Date: Wed, 16 Nov 2016 15:47:13 -0800 Message-ID: Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: John Youn , Felipe Balbi , linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Mark Rutland Cc: Christian Lamparter , Stefan Wahren List-Id: devicetree@vger.kernel.org This series adds a binding for AHB burst, reads it in, and configures the controller for the specified burst type. Tested on HAPS platform with DWC_hsotg IP version 3.30a. v2: * Don't remove the bcm2835 ahbcfg param and document why. John Youn (4): usb: dwc2: Document the AHB burst value for bcm2835 usb: dwc2: Add binding for AHB burst usb: dwc2: Use the ahb_burst param usb: dwc2: pci: Add AHB burst property for HAPS Documentation/devicetree/bindings/usb/dwc2.txt | 2 + drivers/usb/dwc2/core.h | 9 ++++ drivers/usb/dwc2/gadget.c | 2 +- drivers/usb/dwc2/hcd.c | 8 ++- drivers/usb/dwc2/params.c | 73 ++++++++++++++++++++++---- drivers/usb/dwc2/pci.c | 1 + 6 files changed, 79 insertions(+), 16 deletions(-) -- 2.10.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html