summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)AuthorFilesLines
2015-09-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2015-08-15usb: gadget: atmel: remove useless includeAlexandre Belloni1-1/+0
2015-08-15Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman29-159/+738
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada1-1/+1
2015-08-06usb: gadget: remove gadget_chips.hRobert Baldyga1-55/+0
2015-08-06usb: gadget: goku_udc: add goku_match_ep() functionRobert Baldyga1-0/+30
2015-08-06usb: gadget: net2280: add net2280_match_ep() functionRobert Baldyga1-0/+28
2015-08-06usb: gadget: move find_ep() from epautoconf to udc-coreRobert Baldyga1-0/+21
2015-08-06usb: gadget: move ep_matches() from epautoconf to udc-coreRobert Baldyga1-0/+69
2015-08-04usb: gadget: epautoconf: remove pxa quirk from ep_matches()Robert Baldyga1-6/+3
2015-08-04usb: gadget: atmel_usba_udc: add ep capabilities supportRobert Baldyga1-0/+11
2015-08-04usb: gadget: udc-xilinx: add ep capabilities supportRobert Baldyga1-0/+9
2015-08-04usb: gadget: s3c2410_udc: add ep capabilities supportRobert Baldyga1-0/+10
2015-08-04usb: gadget: s3c-hsudc: add ep capabilities supportRobert Baldyga1-0/+15
2015-08-04usb: gadget: r8a66597-udc: add ep capabilities supportRobert Baldyga1-0/+10
2015-08-04usb: gadget: pxa27x_udc: add ep capabilities supportRobert Baldyga1-15/+25
2015-08-04usb: gadget: pxa25x_udc: add ep capabilities supportRobert Baldyga1-0/+32
2015-08-04usb: gadget: pch_udc: add ep capabilities supportRobert Baldyga1-2/+12
2015-08-04usb: gadget: omap_udc: add ep capabilities supportRobert Baldyga1-0/+22
2015-08-04usb: gadget: net2280: add ep capabilities supportRobert Baldyga1-12/+55
2015-08-04usb: gadget: net2272: add ep capabilities supportRobert Baldyga1-0/+11
2015-08-04usb: gadget: mv_udc_core: add ep capabilities supportRobert Baldyga1-0/+9
2015-08-04usb: gadget: mv_u3d_core: add ep capabilities supportRobert Baldyga1-0/+9
2015-08-04usb: gadget: m66592-udc: add ep capabilities supportRobert Baldyga1-0/+11
2015-08-04usb: gadget: lpc32xx_udc: add ep capabilities supportRobert Baldyga1-0/+32
2015-08-04usb: gadget: gr_udc: add ep capabilities supportRobert Baldyga1-0/+11
2015-08-04usb: gadget: goku_udc: add ep capabilities supportRobert Baldyga1-0/+8
2015-08-04usb: gadget: fusb300_udc: add ep capabilities supportRobert Baldyga1-0/+11
2015-08-04usb: gadget: fsl_udc_core: add ep capabilities supportRobert Baldyga1-0/+13
2015-08-04usb: gadget: fsl_qe_udc: add ep capabilities supportRobert Baldyga1-0/+11
2015-08-04usb: gadget: fotg210-udc: add ep capabilities supportRobert Baldyga1-0/+11
2015-08-04usb: gadget: dummy-hcd: add ep capabilities supportRobert Baldyga1-15/+80
2015-08-04usb: gadget: bdc: add ep capabilities supportRobert Baldyga1-0/+9
2015-08-04usb: gadget: bcm63xx_udc: add ep capabilities supportRobert Baldyga1-4/+25
2015-08-04usb: gadget: at91_udc: add ep capabilities supportRobert Baldyga1-9/+29
2015-08-04usb: gadget: amd5536udc: add ep capabilities supportRobert Baldyga1-10/+78
2015-08-03usb: udc: core: add device_del() call to error pathwayAlan Stern1-0/+1
2015-08-03usb: gadget: udc: fix spin_lock in pch_udcPengyu Ma1-18/+18
2015-07-31usb: gadget: atmel_usba_udc: add missing ret value checkRobert Baldyga1-0/+4
2015-07-30usb: gadget: m66592-udc: forever loop in set_feature()Dan Carpenter1-1/+1
2015-07-30usb: gadget: fotg210-udc: remove duplicate conditionsDan Carpenter1-14/+4
2015-07-30usb: gadget: add 'quirk_stall_not_supp' to usb_gadgetRobert Baldyga1-0/+1
2015-07-30usb: gadget: add 'quirk_altset_not_supp' to usb_gadgetRobert Baldyga2-0/+2
2015-07-29usb: pass flags parameter to gpiod_get functionsUwe Kleine-König1-1/+1
2015-07-29usb: udc: Convert use of __constant_cpu_to_leXX to cpu_to_leXXVaishali Thakkar2-3/+3
2015-07-27usb: gadget: bdc: fix a driver crash on disconnectAl Cooper1-1/+1
2015-07-20usb: gadget: udc: core: Fix argument of dma_map_single for IOMMUYoshihiro Shimoda1-6/+8
2015-07-20usb: gadget: mv_udc_core: fix phy_regs I/O memory leakAlexey Khoroshilov1-1/+1
2015-07-06usb: gadget: udc: fix free_irq() after request_irq() failedTakeshi Yoshimura1-2/+1
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman1-1/+1