aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-22usb: musb: remove readl/writel from struct musb_platform_opsBin Liu
2018-05-22usb: musb: merge musbhsdma.h into musbhsdma.cBin Liu
2018-05-21usb: dwc2: gadget: Fix coverity issueGrigor Tovmasyan
2018-05-21usb: gadget: udc: renesas_usb3: fix double phy_put()Yoshihiro Shimoda
2018-05-21usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnectingYoshihiro Shimoda
2018-05-21usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns errorYoshihiro Shimoda
2018-05-21usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udcYoshihiro Shimoda
2018-05-21usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udcYoshihiro Shimoda
2018-05-21usb: gadget: udc: renesas_usb3: should remove debugfsYoshihiro Shimoda
2018-05-21usb: gadget: composite Allow for larger configuration descriptorsJoel Pepper
2018-05-21usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeueMayank Rana
2018-05-21usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be staticWei Yongjun
2018-05-21usb: dwc2: pci: Fix error return code in dwc2_pci_probe()Wei Yongjun
2018-05-21usb: dwc2: WA for Full speed ISOC IN in DDMA mode.Artur Petrosyan
2018-05-21usb: dwc2: dwc2_vbus_supply_init: fix error checkTomeu Vizoso
2018-05-21usb: gadget: f_phonet: fix pn_net_xmit()'s return typeLuc Van Oostenryck
2018-05-21usb: dwc2: Fix HiKey regression caused by power_down featureJohn Stultz
2018-05-21usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan
2018-05-21usb: gadget: fsl: Introduce FSL_USB2_PHY_UTMI_DUAL for usb gadgetNikhil Badola
2018-05-21usb: dwc3: dwc3_get_extcon() can be statickbuild test robot
2018-05-21usb: dwc3: gadget: init req->{direction,epnum} from alloc_request()Felipe Balbi
2018-05-21usb: dwc3: gadget: initialize transfer index from send_gadget_ep_cmd()Felipe Balbi
2018-05-21usb: dwc3: gadget: assign resource_index inside get_transfer_index()Felipe Balbi
2018-05-21usb: dwc3: gadget: always start isochronous aligned to dep->intervalFelipe Balbi
2018-05-21usb: dwc3: gadget: don't issue End Transfer if we have started reqsFelipe Balbi
2018-05-21usb: dwc3: debug: decode uFrame from event tooFelipe Balbi
2018-05-21usb: dwc3: gadget: move dwc3_calc_trbs_left() in place of prototypeFelipe Balbi
2018-05-21usb: dwc3: gadget: move set_xfer_resource() in place of prototypeFelipe Balbi
2018-05-21usb: dwc3: gadget: remove a few more dwc argumentsFelipe Balbi
2018-05-21usb: dwc3: gadget: combine modify & restore into single argumentFelipe Balbi
2018-05-21usb: dwc3: gadget: refactor dwc3_gadget_init_endpoints()Felipe Balbi
2018-05-21usb: dwc3: gadget: split dwc3_gadget_ep_cleanup_completed_requests()Felipe Balbi
2018-05-21usb: dwc3: gadget: get rid of the length variableFelipe Balbi
2018-05-21usb: dwc3: gadget: reduce scope of ret variableFelipe Balbi
2018-05-21usb: dwc3: gadget: one declaration per lineFelipe Balbi
2018-05-21usb: dwc3: gadget: simplify IOC handlingFelipe Balbi
2018-05-21usb: dwc3: gadget: simplify short packet eventFelipe Balbi
2018-05-21usb: dwc3: trace: print out event status tooFelipe Balbi
2018-05-21usb: dwc3: gadget: simplify unaligned and zlp handlingFelipe Balbi
2018-05-21usb: dwc3: gadget: remove unnecessary 'chain' variableFelipe Balbi
2018-05-21usb: dwc3: gadget: remove PENDING handling from cleanup_completedFelipe Balbi
2018-05-21usb: dwc3: gadget: split scatterlist and linear handlersFelipe Balbi
2018-05-21usb: dwc3: gadget: simplify isoc case on cleanup_completed_requestsFelipe Balbi
2018-05-21usb: dwc3: gadget: simplify queueing of isoc transfersFelipe Balbi
2018-05-21usb: dwc3: gadget: remove duplicated missed isoc handlingFelipe Balbi
2018-05-21usb: dwc3: gadget: check for Missed Isoc from event statusFelipe Balbi
2018-05-21usb: dwc3: gadget: remove unnecessary 'ioc' variableFelipe Balbi
2018-05-21usb: dwc3: gadget: make cleanup_completed_requests() return nothingFelipe Balbi
2018-05-21usb: dwc3: gadget: remove DWC3_EP_BUSY flagFelipe Balbi
2018-05-21usb: dwc3: gadget: start removing BUSY flagFelipe Balbi