summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2011-12-12usb: gadget: mv_udc: replace some debug infoNeil Zhang1-2/+4
2011-12-12usb: gadget: mv_udc: refine suspend/resume functionNeil Zhang1-11/+36
2011-12-12usb: gadget: mv_udc: refine the clock relative codeNeil Zhang1-20/+25
2011-12-12usb: gadget: mv_udc: disable ISR when stoppedNeil Zhang2-1/+10
2011-12-12usb: gadget: mv_udc: add otg relative codeNeil Zhang2-3/+32
2011-12-12usb: gadget: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2-2/+2
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz25-38/+37
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz20-27/+46
2011-12-12usb: gadget: renesas_usbhs: drop dependency for mod_gadgetKuninori Morimoto1-1/+0
2011-12-12usb: gadget: mass_storage: support multi-luns with different logic block sizeYuping Luo2-44/+76
2011-12-12USB: ci13xxx_udc: handle controllers with less than 16 EPsMarc Kleine-Budde2-3/+15
2011-12-12USB: ci13xxx_udc: make suspend and resume in gadget driver optionalMarc Kleine-Budde1-7/+4
2011-11-29usb: gadget: fsl_udc: fix dequeuing a request in progressLi Yang2-36/+42
2011-11-29usb: fsl_mxc_udc.c: Remove compile-time dependency of MX35 SoC typeFabio Estevam1-2/+0
2011-11-29usb: fsl_mxc_udc.c: Fix build issue by including missing header fileFabio Estevam1-0/+1
2011-11-29USB: fsl_udc_core: use usb_endpoint_xfer_isoc to judge ISO XFERPeter Chen1-2/+2
2011-11-29usb: udc: Fix gadget driver's speed check in various UDC driversMichal Nazarewicz8-13/+8
2011-11-29usb: gadget: fix g_serial regressionRobert Jarzmik1-2/+2
2011-11-22Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds11-119/+119
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2011-11-18f_phonet: fix page offset of first received fragmentRĂ©mi Denis-Courmont1-1/+1
2011-11-16powerpc/fsl_udc_core: Fix dumb typoAl Viro1-1/+1
2011-11-15USB: pch_udc: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-2/+2
2011-11-15USB: pch_udc: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2-4/+11
2011-11-15powerpc/usb: fix type cast for address of ioremap to compatible with 64-bitShaohui Xie1-2/+1
2011-11-14USB: ci13xxx_msm: add module licenseMarc Kleine-Budde1-0/+2
2011-11-14USB: ci13xxx_udc: fix debug trace codeMarc Kleine-Budde1-3/+3
2011-11-14USB: ci13xxx_udc: fix deadlock during rmmodMarc Kleine-Budde1-1/+2
2011-11-14USB: ci13xxx_udc: fix logic to mark request dma addresses as invalidMichael Grzeschik1-4/+8
2011-11-14USB: gadgetfs: gadgetfs_disconnect: fix inconsistent lock stateMarc Kleine-Budde1-2/+3
2011-11-14usb: gadget: fix MIDI gadget jack allocationDaniel Mack1-73/+65
2011-11-14usb: gadget: storage: check for valid USB_BULK_RESET_REQUEST wLengthPaul Zimmerman2-2/+3
2011-11-14usb: gadget: storage: check for valid USB_BULK_GET_MAX_LUN_REQUESTPaul Zimmerman2-2/+3
2011-11-14usb: gadget: fsl_udc_core: fix compile error.Alexander Aring1-1/+1
2011-11-14usb: gadget: r8a66597-udc: fix flush fifo handlingYoshihiro Shimoda1-0/+2
2011-11-14usb: gadget: r8a66597-udc: fix for udc-newstyleYoshihiro Shimoda1-19/+9
2011-11-14usb: gadget: core: allow everybody to read sysfs attributesFelipe Balbi1-2/+2
2011-11-14usb: gadget: core: fix bug when removing gadget driversFelipe Balbi1-2/+2
2011-11-14usb: gadget: udc-core: fix bug on soft_connect and srp interfacesFelipe Balbi1-1/+1
2011-11-01usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2-0/+2
2011-11-01usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker8-0/+8
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds83-2749/+2980
2011-10-19USB: gadget: midi: memory leak in f_midi_bind_config()Dan Carpenter1-1/+3
2011-10-19USB: gadget: midi: fix range check in f_midi_out_open()Dan Carpenter1-1/+1
2011-10-19usb: gadget: file_storage: fix race on unloadingYauheni Kaliuta1-9/+9
2011-10-13usb: gadget: add new usb gadget for ACM and mass storageKlaus Schwarzkopf3-0/+268
2011-10-13usb: gadget: mv_udc: fix compile warningFelipe Balbi1-1/+1
2011-10-13usb: gadget: mv_udc: add clock gating supportNeil Zhang2-11/+185
2011-10-13usb: gadget: mv_udc: add test mode supportNeil Zhang2-19/+54
2011-10-13usb: gadget: mv_udc: use DMA API for status_req's dma addressNeil Zhang1-1/+8