aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
AgeCommit message (Expand)Author
2019-08-02usb: dwc3: move synchronize_irq() out of the spinlock protected blockMarek Szyprowski
2019-05-30usb: dwc3: Fix default lpm_nyet_threshold valueThinh Nguyen
2019-04-12usb: dwc3: gadget: Fix OTG events when gadget driver isn't loadedRoger Quadros
2019-03-16usb: dwc3: gadget: Fix the uninitialized link_state when udc startsZeng Tao
2019-03-16usb: dwc3: gadget: synchronize_irq dwc irq in suspendBo He
2019-03-01usb: dwc3: gadget: Handle 0 xfer length for OUT EPTejas Joglekar
2019-03-01usb: dwc3: gadget: Disable CSP for stream OUT epTejas Joglekar
2019-03-01usb: dwc3: trace: add missing break statement to make compiler happyAndy Shevchenko
2019-03-01usb: dwc3: Correct the logic for checking TRB full in __dwc3_prepare_one_trb()Anurag Kumar Vulisha
2018-12-15Revert "usb: dwc3: gadget: skip Set/Clear Halt when invalid"Felipe Balbi
2018-12-15usb: dwc3: core: Clean up ULPI deviceAndy Shevchenko
2018-12-15usb: dwc3: gadget: Properly check last unaligned/zero chain TRBThinh Nguyen
2018-12-15usb: dwc3: gadget: fix ISOC TRB type on unaligned transfersFelipe Balbi
2018-09-26usb: dwc3: change stream event enable bit back to 13Erich E. Hoover
2018-07-17usb: dwc3: gadget: remove redundant variable maxpacketColin Ian King
2018-06-19usb: dwc3: qcom: mark PM functions as __maybe_unusedArnd Bergmann
2018-06-19usb: dwc3: Fix error return code in dwc3_qcom_probe()Wei Yongjun
2018-06-18usb: dwc3: Only call clk_bulk_get() on devicetree instantiated devicesHans de Goede
2018-06-18usb: dwc3: of-simple: fix use-after-free on removeJohan Hovold
2018-06-18usb: dwc3: pci: add support for Intel IceLakeHeikki Krogerus
2018-05-31USB: dwc3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-05-31usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driverDouglas Anderson
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: 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