summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-11-18usb: dwc2: Remove unnecessary kfreeJohn Youn1-1/+0
2016-11-18USB: phy: am335x-control: fix device and of_node leaksJohan Hovold1-0/+2
2016-11-18usb: gadget: f_uac2: fix error handling at afunc_bindPeter Chen1-7/+7
2016-11-08usb: gadget: f_hid add super speed supportJanusz Dziedzic1-1/+66
2016-11-08usb: gadget: mv_u3d: mv_u3d_start_queue() refactoringAlexey Khoroshilov1-13/+15
2016-11-08usb: gadget: mv_u3d: add check for dma mapping errorAlexey Khoroshilov1-0/+6
2016-11-08usb: dwc3: trace: purge dwc3_trace()Felipe Balbi6-135/+24
2016-11-08usb: dwc3: trace: add a tracepoint for ep enable/disableFelipe Balbi2-4/+57
2016-11-03usb: dwc3: pci: call _DSM for suspend/resumeFelipe Balbi2-13/+62
2016-11-03usb: dwc3: pci: add a private driver structureFelipe Balbi1-15/+34
2016-11-03usb: dwc3: gadget: always kick if num_pending_sgs > 0Felipe Balbi1-2/+1
2016-11-03usb: dwc3: gadget: stop touching HWO TRBsFelipe Balbi1-0/+3
2016-11-03usb: dwc3: gadget: always try to prepare on started_list firstFelipe Balbi1-0/+18
2016-11-03usb: dwc3: gadget: tracking per-TRB remaining bytesFelipe Balbi2-13/+8
2016-11-03usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue()Felipe Balbi2-7/+34
2016-11-03usb: dwc3: gadget: wait for End Transfer to completeBaolin Wang2-8/+49
2016-11-03usb: gadget: NCM: differentiate consumed packets from dropped packetsTorsten Polle2-5/+6
2016-11-03usb: gadget: u_ether: link socket buffers to the device for received packetsTorsten Polle1-1/+1
2016-11-03usb: gadget: NCM: link socket buffers to the device for tx packetsTorsten Polle1-0/+3
2016-11-03usb: gadget: f_fs: use complete() instead complete_all()Daniel Wagner1-1/+1
2016-11-03usb: renesas_usbhs: cleanup with list_first_entry_or_null()Masahiro Yamada1-4/+1
2016-11-03usb: dwc3: cleanup with list_first_entry_or_null()Masahiro Yamada1-4/+1
2016-11-03usb: dwc2: cleanup with list_first_entry_or_null()Masahiro Yamada1-4/+2
2016-11-03usb: Convert pr_warning to pr_warnJoe Perches10-29/+29
2016-11-03usb: gadget: composite: use kasprintf() instead of open coding itJuergen Gross1-12/+2
2016-11-03usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do soBaolin Wang3-0/+22
2016-11-03usb: dwc3: gadget: purge dwc3_stop_active_transfers()Felipe Balbi1-20/+0
2016-11-03usb: dwc3: core: add dwc3_get_properties()Felipe Balbi1-41/+49
2016-11-03usb: dwc3: core: remove unnecessary alignmentFelipe Balbi1-6/+2
2016-11-03usb: dwc3: core: introduce dwc3_core_setup_global_control()Felipe Balbi1-42/+48
2016-11-03usb: dwc3: core: introduce dwc3_core_is_valid()Felipe Balbi1-10/+22
2016-11-03usb: dwc3: Add support for device L1 exitJohn Youn2-0/+14
2016-11-03usb: dwc3: remove unused struct member dwc3->memLu Baolu2-4/+0
2016-11-03usb: dwc3: gadget: never ever kill the machineFelipe Balbi1-1/+2
2016-11-03usb: dwc3: gadget: only interrupt on short if short_not_ok is setFelipe Balbi1-2/+6
2016-11-03usb: dwc3: gadget: CSP is only valid for OUT endpointsFelipe Balbi1-1/+2
2016-11-03usb: dwc3: gadget: remove unused 'first_trb_index'Felipe Balbi2-3/+0
2016-11-03usb: dwc3: ep0: simplify dwc3_ep0_handle_feature()Felipe Balbi1-93/+164
2016-11-03usb: dwc3: host: extract dwc3_host_get_irq()Felipe Balbi1-30/+42
2016-11-03usb: dwc3: gadget: extract dwc3_gadget_get_irq()Felipe Balbi1-23/+39
2016-11-03usb: dwc3: trace: add a proper tracepoint for reg accessorsFelipe Balbi2-13/+28
2016-11-03usb: dwc3: Kconfig: allow all glues to build if COMPILE_TESTFelipe Balbi1-2/+2
2016-11-03usb: dwc3: don't compile dwc3_trace() unless CONFIG_FTRACE=yFelipe Balbi2-1/+11
2016-11-03usb: dwc3: gadget: offset Start Transfer latency for bulk EPsFelipe Balbi1-0/+29
2016-11-03usb: dwc3: trace: pretty print high-bandwidth transfers tooFelipe Balbi1-2/+23
2016-11-03usb: gadget: udc: mv: remove unnecessary & operationFelipe Balbi1-1/+0
2016-11-03usb: gadget: udc: fsl: remove unnecessary & operationFelipe Balbi1-1/+0
2016-11-03usb: ip: remove unnecessary & operationFelipe Balbi1-1/+1
2016-11-03usb: misc: usbtest: remove unnecessary & operationFelipe Balbi1-1/+1
2016-11-03usb: gadget: udc: s3c2410: remove unnecessary & operationFelipe Balbi1-2/+2