aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-119/+119
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet1-6/+5
2011-11-21Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds11-119/+119
2011-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2011-11-17f_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-14powerpc/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-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2-0/+2
2011-10-31usb: 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/gregkh/usbLinus Torvalds83-2749/+2980
2011-10-18USB: gadget: midi: memory leak in f_midi_bind_config()Dan Carpenter1-1/+3
2011-10-18USB: gadget: midi: fix range check in f_midi_out_open()Dan Carpenter1-1/+1
2011-10-18usb: 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
2011-10-13usb: gadget: mv_udc: fix dtd dma confusionNeil Zhang1-1/+26
2011-10-13usb: gadget: mv_udc: add shutdown function for itNeil Zhang1-0/+12
2011-10-13usb: gadget: mv_udc: correct ep0 stateNeil Zhang1-2/+3
2011-10-13usb: gadget: mv_udc: rewrite fifo flushNeil Zhang1-27/+18
2011-10-13usb: gadget: mv_udc: set unused endpoint with right typeNeil Zhang1-2/+2
2011-10-13usb: gadget: mv_udc: add missing spinlock in ep enable/disableNeil Zhang1-3/+13
2011-10-13usb: gadget: mv_udc: fix bug when handle setup package.Neil Zhang1-2/+1
2011-10-13usb: gadget: mv_udc: init next dtd ptr for dqh when init ep0Neil Zhang1-0/+2
2011-10-13usb: gadget: mv_udc: ep0 needn't set toggle flagNeil Zhang1-2/+2
2011-10-13usb: gadget: mv_udc: fix a clerical errorNeil Zhang1-1/+1
2011-10-13usb: gadget: mv_udc: fix kernel panic on some platformsNeil Zhang1-0/+7
2011-10-13usb: gadget: mv_udc: add section informationNeil Zhang1-2/+2
2011-10-13usb: gadget: mv_udc: refine the driver structureNeil Zhang4-259/+132
2011-10-13usb: gadget: storage: add superspeed supportFelipe Balbi4-13/+190
2011-10-13usb: gadget: fix typo for default U1/U2 exit latenciesFelipe Balbi1-2/+2
2011-10-13usb: gadget: r8a66597: convert to new styleFelipe Balbi1-29/+8