summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2017-04-11usb: dwc3: use BIT() macro where possibleRoger Quadros3-131/+132
2017-04-11usb: gadget: f_fs: simplify ffs_dev name handlingMichal Nazarewicz2-64/+19
2017-04-11usb: dwc2: simplify optional reset handlingPhilipp Zabel1-14/+4
2017-04-11usb: phy: Remove unused configBaolin Wang2-8/+0
2017-04-11usb: gadget: dummy_hcd: Fix wrong power status bit clear/reset in dummy_hub_c...Yuyang Du1-12/+8
2017-04-11usb: mtu3: Replace the extcon APIChanwoo Choi1-13/+6
2017-04-11usb: gadget: u_ether: conditionally align transfer sizeFelipe Balbi1-2/+6
2017-04-11usb: gadget: u_ether: use better list accessorsFelipe Balbi1-10/+6
2017-04-11usb: dwc3: trace: change format for string to cmd traceFelipe Balbi1-1/+1
2017-04-11usb: gadget: reword configuration choicesRomain Izard1-2/+8
2017-04-11usb: gadget: legacy gadgets are optionalRomain Izard1-0/+1
2017-04-11usb: dwc3: gadget: Fix starting microframe for ISOCJohn Youn1-2/+5
2017-04-11usb: dwc3: exynos: change goto labels to meaningful namesShuah Khan1-11/+11
2017-04-11usb: dwc3: remove dwc3_gadget_init_hw_endpointsBryan O'Donoghue1-9/+4
2017-04-11usb: dwc3: refactor gadget endpoint count calculationBryan O'Donoghue4-43/+14
2017-04-11usb: dwc3: make macros safe to expression argumentsRoger Quadros1-13/+13
2017-04-11usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (intern...Bruno Herrera4-1/+40
2017-04-11usb: gadget: udc: remove unnecessary variable and update function prototypeGustavo A. R. Silva1-4/+1
2017-04-11usb: gadget: udc: avoid use of freed pointerGustavo A. R. Silva1-9/+8
2017-04-11usb: dwc2: Make sure we disconnect the gadget stateJohn Stultz1-0/+1
2017-04-11usb: gadget: uvc: Missing files for configfs interfacePetr Cvek1-8/+8
2017-04-10USB: serial: quatech2: drop redundant tty_buffer_request_roomJohan Hovold1-3/+1
2017-04-10USB: serial: iuu_phoenix: drop excessive sanity checksJohan Hovold1-6/+3
2017-04-08usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros3-0/+15
2017-04-08usb: xhci: refine xhci_decode_trb()Lu Baolu1-20/+20
2017-04-08usb: xhci: fix link trb decodingLu Baolu1-7/+5
2017-04-08usb: xhci: remove xhci_dbg_ctx()Lu Baolu3-181/+0
2017-04-08usb: xhci: remove xhci_debug_trb()Lu Baolu3-63/+0
2017-04-08usb: xhci: remove ring debugging codeLu Baolu4-75/+0
2017-04-08usb: xhci: remove enq_updates and deq_updates from ringLu Baolu4-16/+0
2017-04-08usb: xhci: remove error messages for failed memory allocationLu Baolu4-16/+12
2017-04-08usb: xhci: make several functions staticLu Baolu2-70/+30
2017-04-08usb: xhci: remove xhci_dbg_ep_rings()Lu Baolu2-27/+0
2017-04-08usb: xhci: add xhci_log_ring trace eventsLu Baolu3-0/+74
2017-04-08xhci: Rework how we handle unresponsive or hoptlug removed hostsMathias Nyman4-67/+80
2017-04-08xhci: Do not halt the host until both HCD have disconnected their devices.Joel Stanley1-10/+10
2017-04-08xhci: add slot and endpoint numbers to debug messages in handle_tx_eventZhengjun Xing1-25/+55
2017-04-08usb: host: xhci: fix up Control Transfer TRB decoderFelipe Balbi1-22/+37
2017-04-08usb: host: xhci: add Slot and EP Context tracersFelipe Balbi4-2/+302
2017-04-08usb: host: xhci: extract xhci_slot_state_string()Felipe Balbi2-12/+18
2017-04-08usb: host: xhci: print device slot from URB tracersFelipe Balbi1-3/+5
2017-04-08usb: xhci: Add port test modes support for usb2.Guoqing Zhang2-0/+87
2017-04-08usb: xhci: Expose xhci_start() function.Guoqing Zhang2-1/+2
2017-04-08usb: xhci: Add helper function xhci_disable_slot().Guoqing Zhang2-18/+33
2017-04-08usb: xhci: Add helper function xhci_set_power_on().Guoqing Zhang1-21/+45
2017-04-08usb: xhci: clear EINT bit in status correctlyLu Baolu1-2/+2
2017-04-08usb: xhci: plat: Enable async suspend/resumeAndrew Bresticker1-0/+2
2017-04-08usb: usbip: Remove unnecessary get_vdev()Yuyang Du1-30/+2
2017-04-08usb: misc: refactor codeGustavo A. R. Silva1-28/+21
2017-04-08usb: misc: add missing continue in switchGustavo A. R. Silva1-0/+1