summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2015-01-15usb: gadget: at91_udc: Fix clock namesBoris Brezillon-2/+2
2015-01-14Merge tag 'fixes-for-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman-5/+6
2015-01-14Merge tag 'usb-serial-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman-15/+41
2015-01-14usb: dwc3: gadget: Stop TRB preparation after limit is reachedAmit Virdi-0/+3
2015-01-14usb: dwc3: gadget: Fix TRB preparation during SGAmit Virdi-2/+1
2015-01-13usb: phy: mv-usb: fix usb_phy build errorsArnd Bergmann-3/+2
2015-01-12usb: renesas_usbhs: add OTG ID signal sensingSergei Shtylyov-0/+20
2015-01-12usb: dwc2: gadget: report disconnection after resetMian Yousaf Kaukab-1/+4
2015-01-12usb: dwc2: gadget: force gadget initialization in dev modeGregory Herrero-0/+16
2015-01-12usb: dwc2: gadget: add vbus_draw supportGregory Herrero-0/+17
2015-01-12usb: dwc2: gadget: fix pullup handlingGregory Herrero-0/+1
2015-01-12usb: dwc2: gadget: reset fifo_map when initializing fifosGregory Herrero-0/+4
2015-01-12usb: dwc2: gadget: fix fifo allocation leakMian Yousaf Kaukab-1/+12
2015-01-12usb: dwc2: gadget: pick smallest acceptable fifoMian Yousaf Kaukab-10/+15
2015-01-12usb: dwc2: gadget: rename sent_zlp to send_zlpMian Yousaf Kaukab-6/+6
2015-01-12usb: dwc2: gadget: add vbus_session supportGregory Herrero-0/+24
2015-01-12usb: dwc2: gadget: don't block after fifo flush timeoutGregory Herrero-0/+1
2015-01-12usb: dwc2: gadget: dont warn if endpoint is not enabledMian Yousaf Kaukab-1/+1
2015-01-12usb: dwc2: gadget: fix zero length packet transfersMian Yousaf Kaukab-29/+22
2015-01-12usb: dwc2: gadget: manage ep0 state in softwareMian Yousaf Kaukab-80/+89
2015-01-12usb: dwc2: gadget: kill requests after disabling epMian Yousaf Kaukab-2/+3
2015-01-12usb: dwc2: gadget: consider all tx fifosMian Yousaf Kaukab-2/+4
2015-01-12usb: dwc2: gadget: fix debug loop limitsMian Yousaf Kaukab-4/+4
2015-01-12usb: dwc2: gadget: remove unused members from hsotg_reqMian Yousaf Kaukab-4/+0
2015-01-12usb: dwc2: gadget: configure fifos from device treeGregory Herrero-28/+73
2015-01-12usb: dwc2: gadget: check interrupts for all endpointsMian Yousaf Kaukab-2/+4
2015-01-12usb: dwc2: gadget: add bi-directional endpoint supportMian Yousaf Kaukab-119/+210
2015-01-12usb: dwc2: gadget: add device tree property to enable dmaGregory Herrero-2/+18
2015-01-12usb: dwc2: gadget: don't erase gahbcfg register when enabling dmaGregory Herrero-2/+2
2015-01-12usb: dwc2: gadget: write correct value in ahbcfg registerGregory Herrero-1/+1
2015-01-12usb: dwc2: gadget: fix error path in dwc2_gadget_initMian Yousaf Kaukab-2/+2
2015-01-12usb: dwc2: gadget: don't embed ep0 buffersMian Yousaf Kaukab-2/+21
2015-01-12usb: dwc2: gadget: don't process XferCompl on setup packetMian Yousaf Kaukab-0/+5
2015-01-12usb: dwc2: gadget: mask fifo empty irq with dmaMian Yousaf Kaukab-2/+2
2015-01-12usb: dwc2: gadget: register gadget handle to the phyGregory Herrero-0/+4
2015-01-12Merge tag 'fixes-for-v3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman-4/+21
2015-01-12usb: gadget: mv_udc_core: delete pullup operation at .udc_startPeter Chen-3/+0
2015-01-12usb: gadget: pxa27x_udc: delete pullup operation at .udc_start and .udc_stopPeter Chen-2/+0
2015-01-12usb: gadget: pxa27x_udc: delete pullup operation at .udc_start and .udc_stopPeter Chen-2/+0
2015-01-12usb: gadget: f_fs: refactor and document __ffs_ep0_read_events betterMichal Nazarewicz-11/+17
2015-01-12usb: phy: generic: add vbus supportRobert Jarzmik-1/+96
2015-01-12usb: phy: generic: migrate to gpio_descRobert Jarzmik-44/+21
2015-01-12usb: gadget: atmel_usba: Cache INT_ENB register valueBoris Brezillon-24/+30
2015-01-12usb: atmel_usba_udc: Mask status with enabled irqsBoris Brezillon-1/+5
2015-01-12usb: atmel_usba_udc: Add at91sam9g45 and at91sam9x5 errata handlingBoris Brezillon-1/+29
2015-01-12usb: atmel_usba_udc: Rework at91sam9rl errata handlingBoris Brezillon-35/+48
2015-01-12usb: phy: phy-fsl-usb: Remove some unused functionsRickard Strandqvist-35/+0
2015-01-12usb: phy: phy-mxs-usb: do not depend on speed for disconnect notifierPeter Chen-1/+3
2015-01-12usb: phy: phy-mxs-usb: add power down and disable wakeup for .shutdownPeter Chen-0/+11
2015-01-12drivers: usb: dwc2: remove 'force' parameter from kill_all_requests()Robert Baldyga-15/+8