summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | usb: gadget: s3c-hsudc: remove the_controller globalHeiko Stübner2011-12-211-5/+3
| | * | | | | usb: gadget: s3c-hsudc: use release_mem_region instead of release_resourceHeiko Stübner2011-12-211-3/+1
| | * | | | | usb: gadget: s3c-hsudc: Add regulator handlingHeiko Stübner2011-12-211-4/+37
| | * | | | | usb: gadget: s3c-hsudc: use udc_start and udc_stop functionsHeiko Stübner2011-12-211-30/+14
| | * | | | | usb: gadget: s3c-hsudc: move device registration to probeHeiko Stübner2011-12-211-9/+8
| | * | | | | usb: gadget: s3c-hsudc: add missing otg_put_transceiver in probeHeiko Stübner2011-12-211-0/+3
| | * | | | | usb: gadget: s3c-hsudc: add __devinit to probe functionHeiko Stübner2011-12-211-1/+1
| | * | | | | usb: gadget: s3c-hsudc: move platform_data struct to global headerHeiko Stübner2011-12-211-1/+1
| | * | | | | USB: EHCI: Add Marvell Host Controller driverNeil Zhang2011-12-203-0/+405
| | * | | | | USB: OTG: add Marvell usb OTG driver supportNeil Zhang2011-12-204-0/+1135
| | * | | | | usb: gadget: mv_udc: drop ARCH dependencyNeil Zhang2011-12-204-16/+15
| | * | | | | usb: gadget: mv_udc: fix bug in ep_dequeueNeil Zhang2011-12-201-5/+24
| | * | | | | usb: gadget: mv_udc: rewrite queue_dtd according to specNeil Zhang2011-12-191-101/+38
| | * | | | | usb: gadget: mv_udc: fix readl errorNeil Zhang2011-12-191-1/+1
| | * | | | | usb: renesas_usbhs: silence a gcc warningDan Carpenter2011-12-151-1/+1
| | * | | | | usb: renesas_usbhs: tidyup for smatch warningsKuninori Morimoto2011-12-151-2/+1
| * | | | | | Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2011-12-221-0/+3
| |\ \ \ \ \ \
| | * | | | | | usb: dwc3: gadget: move us to Default State after resetFelipe Balbi2011-12-201-0/+3
| * | | | | | | Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2011-12-224-34/+21
| |\ \ \ \ \ \ \
| | * | | | | | | usb: musb: remove extern qualifier from musb_debug.h headerVladimir Zapolskiy2011-12-211-2/+2
| | * | | | | | | usb: musb: cleanup kconfigFelipe Contreras2011-12-201-6/+4
| | * | | | | | | usb: musb: trivial Kconfig cleanupsFelipe Contreras2011-12-201-1/+1
| | * | | | | | | musb: omap2430: avoid pm_runtime_disable()Felipe Contreras2011-12-201-2/+0
| | * | | | | | | usb: musb: remove a bit of indentationFelipe Contreras2011-12-201-14/+13
| | * | | | | | | usb: musb: trivial cleanupFelipe Contreras2011-12-201-7/+1
| | * | | | | | | usb: musb: fix pm_runtime mismatchFelipe Contreras2011-12-201-2/+0
| * | | | | | | | Merge branch 'for-next/xceiv' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2011-12-221-10/+10
| |\ \ \ \ \ \ \ \
| | * | | | | | | | usb: otg: trivial cleanupsFelipe Contreras2011-12-201-10/+10
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2011-12-1346-587/+1104
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | usb: renesas_usbhs: show error reason on usbhsh_urb_enqueu()Kuninori Morimoto2011-12-131-3/+11
| | * | | | | | | usb: renesas_usbhs: add force packet remove methodKuninori Morimoto2011-12-131-0/+36
| | * | | | | | | usb: renesas_usbhs: care usb_hcd_giveback_urb() statusKuninori Morimoto2011-12-131-1/+5
| | * | | | | | | usb: renesas_usbhs: add usbhsh_is_running()Kuninori Morimoto2011-12-131-0/+32
| | * | | | | | | usb: renesas_usbhs: disable attch irq after device attachedKuninori Morimoto2011-12-131-0/+14
| | * | | | | | | usb: renesas_usbhs: care pipe sequenceKuninori Morimoto2011-12-135-20/+86
| | * | | | | | | usb: renesas_usbhs: add usbhs_pipe_attach() methodKuninori Morimoto2011-12-131-124/+168
| | * | | | | | | usb: renesas_usbhs: add usbhsh_endpoint_detach_all() for error caseKuninori Morimoto2011-12-131-139/+163
| | * | | | | | | usb: renesas_usbhs: modify device attach methodKuninori Morimoto2011-12-131-28/+69
| | * | | | | | | usb: renesas_usbhs: pop packet when urb dequeuedKuninori Morimoto2011-12-121-2/+7
| | * | | | | | | usb: renesas_usbhs: add lost error value when enqueueKuninori Morimoto2011-12-121-1/+3
| | * | | | | | | usb: gadget: mv_udc: replace some debug infoNeil Zhang2011-12-121-2/+4
| | * | | | | | | usb: gadget: mv_udc: refine suspend/resume functionNeil Zhang2011-12-121-11/+36
| | * | | | | | | usb: gadget: mv_udc: refine the clock relative codeNeil Zhang2011-12-121-20/+25
| | * | | | | | | usb: gadget: mv_udc: disable ISR when stoppedNeil Zhang2011-12-122-1/+10
| | * | | | | | | usb: gadget: mv_udc: add otg relative codeNeil Zhang2011-12-122-3/+32
| | * | | | | | | usb: gadget: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-122-2/+2
| | * | | | | | | usb: renesas_usbhs: remove the_controller_linkKuninori Morimoto2011-12-121-15/+0
| | * | | | | | | usb: renesas_usbhs: add test-mode supportKuninori Morimoto2011-12-123-1/+28
| | * | | | | | | usb: renesas_usbhs: call usbhsg_queue_pop() when pipe disable.Kuninori Morimoto2011-12-121-2/+4
| | * | | | | | | usb: renesas_usbhs: send packet in necessary timing.Kuninori Morimoto2011-12-121-5/+3