summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)AuthorFilesLines
2016-09-05usb: gadget: udc: renesas-usb3: clear VBOUT bit in DRD_CONYoshihiro Shimoda1-0/+2
2016-08-25usb: gadget: udc: core: don't starve DMA resourcesFelipe Balbi1-1/+1
2016-08-22usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()Dan Carpenter1-5/+2
2016-08-11usb: udc: core: fix error handlingPeter Chen1-1/+4
2016-08-11usb: gadget: fsl_qe_udc: off by one in setup_received_handle()Dan Carpenter1-1/+1
2016-06-21usb: gadget: pch_udc: reorder spin_[un]lock to avoid deadlockIago Abal1-8/+8
2016-06-21usb: gadget: bdc: fix spelling mistake: "allocted" -> "allocated"Colin Ian King1-1/+1
2016-06-21usb: gadget: mv_u3d: fix unused-but-set-variable warningsMichal Nazarewicz1-20/+3
2016-06-21usb: gadget: r8a66597: fix unused-but-set-variable warningsMichal Nazarewicz1-18/+6
2016-06-21usb: gadget: m66592: fix unused-but-set-variable warningsMichal Nazarewicz1-18/+6
2016-06-21usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz8-47/+10
2016-06-21usb: gadget: udc: atmel: Also get regmap for at91sam9x5-pmcAlexandre Belloni1-0/+2
2016-06-21usb: pxa27x_udc: remove unused function argumentArnd Bergmann1-6/+3
2016-06-21usb: gadget: add tracepoints to the gadget APIFelipe Balbi4-55/+526
2016-06-21usb: gadget: move gadget API functions to udc-coreFelipe Balbi1-0/+573
2016-06-20usb: gadget: net2280: add USB2380 supportTim Harvey3-22/+34
2016-05-31usb: gadget: Fix binding to UDC via configfs interfaceKrzysztof Opasiak1-4/+8
2016-04-19usb: gadget: pch_udc: don't free devm allocated memoryFelipe Balbi1-13/+1
2016-04-19usb: gadget: r8a66597-udc: Deinline pipe_change, save 2176 bytesDenys Vlasenko1-1/+1
2016-04-19usb: gadget: udc: core: add usb_gadget_{un}map_request_by_dev()Yoshihiro Shimoda1-6/+18
2016-04-19usb: gadget: udc: core: Fix argument of dev_err() in usb_gadget_map_request()Yoshihiro Shimoda1-1/+1
2016-04-18usb: gadget: pch_udc: sort IDsAndy Shevchenko1-1/+3
2016-04-18usb: gadged: pch_udc: get rid of redundant assignmentsAndy Shevchenko1-14/+4
2016-04-18usb: gadget: pch_udc: enable MSI if hardware supportsAndy Shevchenko1-0/+2
2016-04-18usb: gadget: pch_udc: convert to devres APIAndy Shevchenko1-72/+26
2016-04-18usb: gadged: pch_udc: PCI core handles power state for usAndy Shevchenko1-27/+12
2016-04-14usb: gadget: udc: at91: use PTR_ERR_OR_ZERO()Felipe Balbi1-4/+1
2016-04-06usb: gadget: udc-core: remove manual dma configurationGrygorii Strashko1-6/+0
2016-03-29usb: gadget: udc: atmel: don't disable enpdoints we don't ownFelipe Balbi1-14/+0
2016-03-21Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-10/+12
2016-03-18Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-2/+0
2016-03-18Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-246/+440
2016-03-17Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-10/+10
2016-03-15PCI: Add PCI_CLASS_SERIAL_USB_DEVICE definitionHeikki Krogerus4-10/+10
2016-03-04usb: udc: lpc32xx: remove USB PLL and USB OTG clock managementVladimir Zapolskiy1-59/+5
2016-03-04usb: udc: lpc32xx: remove direct access to clock controller registersVladimir Zapolskiy1-29/+0
2016-03-04usb: udc: lpc32xx: switch to clock prepare/unprepare modelVladimir Zapolskiy1-15/+15
2016-03-04usb: gadget: renesas_usb3: Use ARCH_RENESASSimon Horman1-1/+1
2016-03-04usb: gadget: bdc_udc: fix race condition in bdc_udc_exit()Alexey Khoroshilov1-0/+5
2016-03-04usb: gadget: provide interface for legacy gadgets to get UDC nameMarek Szyprowski1-0/+30
2016-03-04usb: gadget: pxa25x_udc: document endianess betterArnd Bergmann1-7/+7
2016-03-04usb: fsl: drop USB_FSL_MPH_DR_OF Kconfig symbolArnd Bergmann1-1/+0
2016-03-04usb: gadget: pxa25x_udc: use readl/writel for mmioArnd Bergmann2-22/+40
2016-03-04usb: gadget: pxa25x_udc cleanupArnd Bergmann2-203/+275
2016-03-04usb: gadget: pxa25x_udc: move register definitions from archArnd Bergmann1-6/+155
2016-03-02Merge 4.5-rc6 into usb-nextGreg Kroah-Hartman3-4/+16
2016-02-23usb: gadget: net2280: fix endpoint max packet for super speed connectionsSimon Appleby1-2/+13
2016-02-23usb: gadget: remove driver from pending list on probe errorMarek Szyprowski1-1/+2
2016-02-17usb: gadget: atmel: access the PMC using regmapAlexandre Belloni2-10/+12
2016-02-17usb: gadget: fsl_qe_udc: fix IS_ERR_VALUE usageAndrzej Hajda1-1/+1