summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2015-09-011-1/+1
|\
| * treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-1/+1
* | usb: gadget: atmel: remove useless includeAlexandre Belloni2015-08-141-1/+0
* | Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-08-1429-159/+738
|\ \
| * | usb: gadget: remove gadget_chips.hRobert Baldyga2015-08-061-55/+0
| * | usb: gadget: goku_udc: add goku_match_ep() functionRobert Baldyga2015-08-061-0/+30
| * | usb: gadget: net2280: add net2280_match_ep() functionRobert Baldyga2015-08-061-0/+28
| * | usb: gadget: move find_ep() from epautoconf to udc-coreRobert Baldyga2015-08-061-0/+21
| * | usb: gadget: move ep_matches() from epautoconf to udc-coreRobert Baldyga2015-08-061-0/+69
| * | usb: gadget: epautoconf: remove pxa quirk from ep_matches()Robert Baldyga2015-08-041-6/+3
| * | usb: gadget: atmel_usba_udc: add ep capabilities supportRobert Baldyga2015-08-041-0/+11
| * | usb: gadget: udc-xilinx: add ep capabilities supportRobert Baldyga2015-08-041-0/+9
| * | usb: gadget: s3c2410_udc: add ep capabilities supportRobert Baldyga2015-08-041-0/+10
| * | usb: gadget: s3c-hsudc: add ep capabilities supportRobert Baldyga2015-08-041-0/+15
| * | usb: gadget: r8a66597-udc: add ep capabilities supportRobert Baldyga2015-08-041-0/+10
| * | usb: gadget: pxa27x_udc: add ep capabilities supportRobert Baldyga2015-08-041-15/+25
| * | usb: gadget: pxa25x_udc: add ep capabilities supportRobert Baldyga2015-08-041-0/+32
| * | usb: gadget: pch_udc: add ep capabilities supportRobert Baldyga2015-08-041-2/+12
| * | usb: gadget: omap_udc: add ep capabilities supportRobert Baldyga2015-08-041-0/+22
| * | usb: gadget: net2280: add ep capabilities supportRobert Baldyga2015-08-041-12/+55
| * | usb: gadget: net2272: add ep capabilities supportRobert Baldyga2015-08-041-0/+11
| * | usb: gadget: mv_udc_core: add ep capabilities supportRobert Baldyga2015-08-041-0/+9
| * | usb: gadget: mv_u3d_core: add ep capabilities supportRobert Baldyga2015-08-041-0/+9
| * | usb: gadget: m66592-udc: add ep capabilities supportRobert Baldyga2015-08-041-0/+11
| * | usb: gadget: lpc32xx_udc: add ep capabilities supportRobert Baldyga2015-08-041-0/+32
| * | usb: gadget: gr_udc: add ep capabilities supportRobert Baldyga2015-08-041-0/+11
| * | usb: gadget: goku_udc: add ep capabilities supportRobert Baldyga2015-08-041-0/+8
| * | usb: gadget: fusb300_udc: add ep capabilities supportRobert Baldyga2015-08-041-0/+11
| * | usb: gadget: fsl_udc_core: add ep capabilities supportRobert Baldyga2015-08-041-0/+13
| * | usb: gadget: fsl_qe_udc: add ep capabilities supportRobert Baldyga2015-08-041-0/+11
| * | usb: gadget: fotg210-udc: add ep capabilities supportRobert Baldyga2015-08-041-0/+11
| * | usb: gadget: dummy-hcd: add ep capabilities supportRobert Baldyga2015-08-041-15/+80
| * | usb: gadget: bdc: add ep capabilities supportRobert Baldyga2015-08-041-0/+9
| * | usb: gadget: bcm63xx_udc: add ep capabilities supportRobert Baldyga2015-08-041-4/+25
| * | usb: gadget: at91_udc: add ep capabilities supportRobert Baldyga2015-08-041-9/+29
| * | usb: gadget: amd5536udc: add ep capabilities supportRobert Baldyga2015-08-041-10/+78
| * | usb: gadget: udc: fix spin_lock in pch_udcPengyu Ma2015-08-031-18/+18
| * | usb: gadget: atmel_usba_udc: add missing ret value checkRobert Baldyga2015-07-311-0/+4
| * | usb: gadget: m66592-udc: forever loop in set_feature()Dan Carpenter2015-07-301-1/+1
| * | usb: gadget: fotg210-udc: remove duplicate conditionsDan Carpenter2015-07-301-14/+4
| * | usb: gadget: add 'quirk_stall_not_supp' to usb_gadgetRobert Baldyga2015-07-301-0/+1
| * | usb: gadget: add 'quirk_altset_not_supp' to usb_gadgetRobert Baldyga2015-07-302-0/+2
| * | usb: pass flags parameter to gpiod_get functionsUwe Kleine-König2015-07-291-1/+1
| * | usb: udc: Convert use of __constant_cpu_to_leXX to cpu_to_leXXVaishali Thakkar2015-07-292-3/+3
| |/
* | usb: udc: core: add device_del() call to error pathwayAlan Stern2015-08-031-0/+1
* | usb: gadget: bdc: fix a driver crash on disconnectAl Cooper2015-07-271-1/+1
|/
* usb: gadget: udc: core: Fix argument of dma_map_single for IOMMUYoshihiro Shimoda2015-07-201-6/+8
* usb: gadget: mv_udc_core: fix phy_regs I/O memory leakAlexey Khoroshilov2015-07-201-1/+1
* usb: gadget: udc: fix free_irq() after request_irq() failedTakeshi Yoshimura2015-07-061-2/+1
* Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-081-1/+1
|\