summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)AuthorFilesLines
2019-07-03usb: gadget: udc: renesas_usb3: remove redundant assignment to retColin Ian King1-1/+1
2019-06-18usb: gadget: net2272: remove redundant assignments to pointer 's'Colin Ian King1-5/+0
2019-06-18USB: omap_udc: Remove unneeded variableHariprasad Kelam1-2/+1
2019-06-18fotg210-udc: Remove unneeded variableHariprasad Kelam1-2/+1
2019-06-18usb: gadget: at91_udc: Remove unneeded variableHariprasad Kelam1-2/+1
2019-06-18usb: gadget: udc: renesas_usb3: Enhance role switch supportBiju Das1-7/+84
2019-06-06usb: gadget: udc: lpc32xx: fix return value check in lpc32xx_udc_probe()Wei Yongjun1-2/+2
2019-06-06usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMICAlexandre Belloni1-2/+1
2019-06-06usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i]Young Xiao1-0/+5
2019-05-03usb: gadget: atmel: tie wake lock to running clockJonas Bonn1-0/+4
2019-05-03usb: gadget: atmel: support USB suspendJonas Bonn2-6/+50
2019-05-03usb: gadget: atmel_usba_udc: simplify setting of interrupt-enabled maskJonas Bonn1-10/+19
2019-05-03usb: introduce usb_ep_type_string() functionChunfeng Yun2-20/+2
2019-05-03usb: gadget: udc: lpc32xx: rework interrupt handlingAlexandre Belloni1-19/+10
2019-05-03usb: gadget: udc: lpc32xx: add support for stotg04 phyAlexandre Belloni1-5/+27
2019-05-03usb: gadget: udc: lpc32xx: properly setup phy interruptsAlexandre Belloni1-2/+2
2019-05-03usb: gadget: udc: lpc32xx: simplify vbus handlingAlexandre Belloni1-11/+6
2019-05-03usb: gadget: udc: lpc32xx: simplify probeAlexandre Belloni1-68/+25
2019-05-03USB: UDC: net22{80,72}: remove mistaken test of req->zeroAlan Stern2-4/+2
2019-05-03USB: UDC: net2280: Remove redundant "if" conditionAlan Stern1-1/+1
2019-05-03USB: dummy-hcd: Fix failure to give back unlinked URBsAlan Stern1-4/+15
2019-03-20usb: gadget: net2272: Fix net2272_dequeue()Guido Kiener1-0/+1
2019-03-20usb: gadget: net2280: Fix net2280_dequeue()Guido Kiener1-2/+2
2019-03-20usb: gadget: net2280: Fix overrun of OUT messagesGuido Kiener1-3/+1
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2019-02-15Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman7-18/+19
2019-02-11fotg210-udc: pass struct device to DMA API functionsChristoph Hellwig1-3/+4
2019-02-11fotg210-udc: remove a bogus dma_sync_single_for_device callChristoph Hellwig1-4/+0
2019-02-11Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman1-1/+1
2019-02-07usb: gadget: fix various indentation issuesColin Ian King3-4/+4
2019-02-06udc: net2280: Fix net2280_disableGuido Kiener1-2/+2
2019-02-06USB: gadget: Improve kerneldoc for usb_ep_dequeue()Alan Stern1-4/+4
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko1-1/+0
2019-01-28usb: gadget: udc: net2272: Fix bitwise and boolean operationsGustavo A. R. Silva1-1/+1
2019-01-28usb: gadget: udc: renesas_usb3: add support for r8a774c0Fabrizio Castro1-0/+4
2019-01-28usb: gadget: udc: reduce indentationJulia Lawall1-9/+8
2019-01-28usb: gadget: aspeed: fix typoMatteo Croce1-1/+1
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2-0/+3
2019-01-15Merge 5.0-rc2 into usb-nextGreg Kroah-Hartman1-7/+6
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-7/+6
2019-01-07usb: gadget: udc: reduce indentationJulia Lawall1-9/+8
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-12Merge tag 'usb-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman3-21/+13
2018-12-07USB: gadget: udc: s3c2410_udc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-15/+2
2018-12-03Merge 4.20-rc5 into usb-nextGreg Kroah-Hartman1-57/+31
2018-11-26USB: omap_udc: fix rejection of out transfers when DMA is usedAaro Koskinen1-0/+1
2018-11-26USB: omap_udc: fix USB gadget functionality on Palm Tungsten EAaro Koskinen1-0/+1
2018-11-26USB: omap_udc: fix omap_udc_start() on 15xx machinesAaro Koskinen1-1/+2
2018-11-26USB: omap_udc: fix crashes on probe error and module removalAaro Koskinen1-31/+19
2018-11-26USB: omap_udc: use devm_request_irq()Aaro Koskinen1-27/+10