summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas1-2/+0
2016-02-15usb: add HAS_IOMEM dependency to USB_PXA27XVegard Nossum1-0/+1
2016-02-15usb: add HAS_IOMEM dependency to USB_PXA25XVegard Nossum1-0/+1
2016-02-15usb: Add HAS_IOMEM dependency to USB_M66592Vegard Nossum1-0/+1
2016-02-15usb: add HAS_IOMEM dependency to USB_NET2272Vegard Nossum1-0/+1
2016-01-23wrappers for ->i_mutex accessAl Viro1-6/+6
2016-01-16Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2015-12-27Merge tag 'usb-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman7-64/+2046
2015-12-23usb: gadget: renesas_usb3: add support for Renesas USB3.0 peripheral controllerYoshihiro Shimoda3-0/+1987
2015-12-23QE: Move QE from arch/powerpc to drivers/socZhao Qiang1-1/+1
2015-12-22usb: gadget: bcm63xx_udc: use list_for_each_entry_safeGeliang Tang1-5/+2
2015-12-16usb: gadget: s3c-hsudc: remove redundant conditionGeyslan G. Bem1-1/+1
2015-12-16usb: gadget: udc-core: independent registration of gadgets and gadget driversRuslan Bilovol1-9/+32
2015-12-16usb: gadget: udc-core: remove unused usb_udc_attach_driver()Ruslan Bilovol1-26/+0
2015-12-16usb: gadget: bind UDC by name passed via usb_gadget_driver structureRuslan Bilovol1-5/+19
2015-12-15usb: gadget: lpc32xxx_udc: clean up and sort include directives outVladimir Zapolskiy1-24/+11
2015-12-14Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman1-0/+3
2015-12-02usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar1-2/+1
2015-11-19usb: gadget: pxa27x: fix suspend callbackFelipe Balbi1-0/+3
2015-11-17usb: gadget: atmel_usba_udc: Expose correct device speedDouglas Gilbert1-1/+1
2015-10-23Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman7-323/+319
2015-10-19usb: gadget: net2280: restore ep_cfg after defect7374 workaroundMian Yousaf Kaukab1-1/+1
2015-10-19usb: gadget: fix a trivial typoGeliang Tang1-1/+1
2015-10-01usb: gadget: at91_udc: mention proper dependencySudip Mukherjee1-1/+1
2015-10-01usb: gadget: amd5536udc: NULL comparisonSudip Mukherjee1-4/+4
2015-10-01usb: gadget: amd5536udc: remove forward declaration of udc_basic_initSudip Mukherjee1-28/+27
2015-10-01usb: gadget: amd5536udc: remove forward declaration of udc_pci_*Sudip Mukherjee1-2/+0