summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-04-27usb: gadget: udc-core: fix wrong call orderFelipe Balbi1-1/+1
2012-04-19usb: gadget: dummy: do not call pullup() on udc_stop()Felipe Balbi1-1/+0
2012-04-18usb: musb: davinci.c: add missing unregisterJulia Lawall1-1/+2
2012-04-18usb: musb: drop __deprecated flagFelipe Balbi1-1/+1
2012-04-12USB: gadget: storage gadgets send wrong error code for unknown commandsAlan Stern2-2/+2
2012-04-12usb: otg: gpio_vbus: Add otg transceiver events and notifiersHeiko Stübner1-1/+14
2012-04-10usb: gadget: eliminate NULL pointer dereference (bugfix)Andrzej Pietrasiewicz1-1/+1
2012-04-10usb: gadget: uvc: Remove non-required locking from 'uvc_queue_next_buffer' ro...Bhupesh Sharma1-3/+1
2012-04-10usb: gadget: rndis: fix Missing req->context assignmentLukasz Majewski1-0/+1
2012-04-10usb: musb: omap: fix the error check for pm_runtime_get_syncShubhrajyoti D1-2/+3
2012-04-10usb: gadget: udc-core: fix asymmetric calls in remove_driverKishon Vijay Abraham I1-1/+1
2012-04-10usb: musb: omap: fix crash when musb glue (omap) gets initializedKishon Vijay Abraham I1-2/+2
2012-04-10usb: musb: wake the device before ulpi transfersGrazvydas Ignotas1-6/+25
2012-04-10usb: musb: fix bug in musb_cleanup_urbAjay Kumar Gupta1-1/+1
2012-04-10usb: gadget: FunctionFS: make module init & exit __init & __exitAndrzej Pietrasiewicz1-2/+2
2012-04-10usb: gadget: FunctionFS: clear FFS_FL_BOUND flag on unbind (bugfix)Andrzej Pietrasiewicz1-0/+1
2012-04-10usb: dwc3: Free event buffers arrayAnton Tikhomirov1-3/+3
2012-04-10usb: s3c-hsotg: Fix big buffers transfer in DMA modeAnton Tikhomirov1-1/+1
2012-04-10usb: s3c-hsotg: Avoid TxFIFO corruption in DMA modeAnton Tikhomirov1-1/+2
2012-04-10usb: s3c-hsotg: Fix maximum patcket size setting for EP0Anton Tikhomirov1-4/+6
2012-04-10usb: s3c-hsotg: Fix TX FIFOs allocationAnton Tikhomirov1-1/+1
2012-04-10usb: fsl_udc_core: prime status stage once data stage has primedPeter Chen1-9/+16
2012-04-10usb: musb: fix some runtime_pm issuesGrazvydas Ignotas2-2/+9
2012-04-10usb: musb: fix oops on omap2430 module unloadVladimir Zapolskiy1-8/+12
2012-04-10usb: dwc3: ep0: add a default case for SetFeature commandGerard Cauvy1-0/+3
2012-04-10usb: dwc3: ep0: increment "actual" on bounced ep0 caseFelipe Balbi1-1/+2
2012-04-10usb: dwc3: ep0: Handle requests greater than wMaxPacketSizeMoiz Sonasath1-1/+5
2012-04-10usb: gadget: udc-core: stop UDC on device-initiated disconnectFelipe Balbi1-0/+4
2012-04-05Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-77/+87
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-17/+2
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd2-17/+2
2012-04-04USB: ehci-atmel: add needed of.h header fileNicolas Ferre1-0/+1
2012-04-04USB: ohci-at91: trivial return code name changeNicolas Ferre1-4/+3
2012-04-04USB: ohci-at91: change maximum number of portsNicolas Ferre1-30/+36
2012-04-04USB: ohci-at91: rework and fix initializationNicolas Ferre1-42/+46
2012-04-04USB: ohci-at91: fix vbus_pin_active_low handlingNicolas Ferre1-2/+2
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-03-30Documentation: remove references to /etc/modprobe.confLucas De Marchi2-2/+3
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-5/+4
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds22-22/+0
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-6/+163
2012-03-28Remove all #inclusions of asm/system.hDavid Howells22-22/+0
2012-03-27f_phonet: fix skb truesize underestimationEric Dumazet1-1/+1
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-155/+142
2012-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+5
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-9/+11
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-6/+6
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet1-1/+1
2012-03-25USB: option: Ignore ZTE (Vodafone) K3570/71 net interfacesAndrew Bird (Sphere Systems)1-2/+4
2012-03-24USB: sa1111: add hcd .reset methodRussell King1-9/+11