summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: renesas_usbhs: change function call orfer in usbhsf_dma_prepare_push()Yoshihiro Shimoda2016-04-191-6/+6
* usb: gadget: udc: core: add usb_gadget_{un}map_request_by_dev()Yoshihiro Shimoda2016-04-191-6/+18
* usb: gadget: udc: core: Fix argument of dev_err() in usb_gadget_map_request()Yoshihiro Shimoda2016-04-191-1/+1
* usb: dwc3: make dwc3_debugfs_init return value be voidDu, Changbin2016-04-193-48/+23
* usb: dwc3: omap: get rid of dma_statusRoger Quadros2016-04-191-6/+0
* usb: dwc3: gadget: don't interrupt when chainedFelipe Balbi2016-04-191-1/+1
* usb: dwc3: gadget: remove newline from traceFelipe Balbi2016-04-191-1/+1
* usb: dwc3: gadget: use link TRB for all endpoint typesFelipe Balbi2016-04-191-39/+10
* usb: dwc3: gadget: move % operation to increment helpersFelipe Balbi2016-04-191-5/+7
* usb: dwc3: gadget: add trb enqueue/dequeue helpersFelipe Balbi2016-04-191-7/+21
* usb: dwc3: get rid of DWC3_TRB_MASKFelipe Balbi2016-04-192-8/+7
* usb: dwc3: switch trb enqueue/dequeue and first_trb_index to u8Felipe Balbi2016-04-181-3/+13
* usb: dwc3: core: document struct dwc3_requestFelipe Balbi2016-04-181-0/+13
* usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeueFelipe Balbi2016-04-183-23/+23
* usb: dwc3: omap: drop dma_mask configurationGrygorii Strashko2016-04-181-3/+0
* usb: dwc3: add disable receiver detection in P3 quirkRajesh Bhagat2016-04-183-0/+9
* usb: dwc3: gadget: put link to U0 before Start TransferFelipe Balbi2016-04-181-0/+16
* usb: dwc3: gadget: extract unlocked dwc3_gadget_wakeup()Felipe Balbi2016-04-181-15/+17
* usb: dwc3: gadget: clear SUSPHY bit before ep cmdsFelipe Balbi2016-04-181-0/+23
* usb: dwc3: gadget: combine return points into a single oneFelipe Balbi2016-04-181-3/+8
* usb: gadget: pch_udc: sort IDsAndy Shevchenko2016-04-181-1/+3
* usb: gadged: pch_udc: get rid of redundant assignmentsAndy Shevchenko2016-04-181-14/+4
* usb: gadget: pch_udc: enable MSI if hardware supportsAndy Shevchenko2016-04-181-0/+2
* usb: gadget: pch_udc: convert to devres APIAndy Shevchenko2016-04-181-72/+26
* usb: gadged: pch_udc: PCI core handles power state for usAndy Shevchenko2016-04-181-27/+12
* usb: common: rework CONFIG_USB_COMMON logicArnd Bergmann2016-04-182-2/+2
* usb: dwc3: gadget: pass ev_buff as cookie to irq handlerFelipe Balbi2016-04-181-16/+14
* usb: dwc3: drop ev_buffs arrayFelipe Balbi2016-04-143-12/+7
* usb: dwc3: remove num_event_buffersFelipe Balbi2016-04-143-77/+44
* usb: phy: qcom: use PTR_ERR_OR_ZERO()Felipe Balbi2016-04-141-4/+1
* usb: gadget: udc: at91: use PTR_ERR_OR_ZERO()Felipe Balbi2016-04-141-4/+1
* usb: dwc3: better name for our request management listsFelipe Balbi2016-04-144-44/+44
* usb: dwc3: increase maximum number of TRBs per endpointFelipe Balbi2016-04-141-1/+1
* usb: dwc3: gadget: always enable CSPFelipe Balbi2016-04-141-7/+9
* usb: dwc3: drop FIFO resizing logicFelipe Balbi2016-04-145-105/+0
* Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-04-0921-147/+150
|\
| * Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-04-094-0/+15
| |\
| | * USB: option: add "D-Link DWM-221 B1" device idBjørn Mork2016-04-071-0/+2
| | * USB: serial: cp210x: Adding GE Healthcare Device IDMartyn Welch2016-04-071-0/+1
| | * USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devicesJosh Boyer2016-04-072-0/+12
| * | Merge tag 'fixes-for-v4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-04-077-20/+34
| |\ \
| | * | usb: dwc3: keystone: drop dma_mask configurationGrygorii Strashko2016-04-061-5/+0
| | * | usb: gadget: udc-core: remove manual dma configurationGrygorii Strashko2016-04-061-6/+0
| | * | usb: dwc3: pci: add ID for one more Intel Broxton platformHeikki Krogerus2016-04-061-0/+2
| | * | usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()Yoshihiro Shimoda2016-04-041-1/+5
| | * | usb: dwc2: do not override forced dr_mode in gadget setupPrzemek Rudy2016-04-041-5/+18
| | * | usb: gadget: f_midi: unlock on errorDan Carpenter2016-04-041-1/+3
| | * | usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transferYoshihiro Shimoda2016-03-301-0/+1
| | * | usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()Yoshihiro Shimoda2016-03-301-1/+2
| | * | usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSizeFelipe F. Tonello2016-03-301-1/+3