summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2011-12-21usb: dwc3: gadget: add support for SG listsFelipe Balbi
2011-12-21usb: dwc3: gadget: don't force 'LST' alwaysFelipe Balbi
2011-12-21usb: dwc3: gadget: don't return anything on prepare trbsFelipe Balbi
2011-12-21usb: dwc3: gadget: re-factor dwc3_prepare_trbs()Felipe Balbi
2011-12-21usb: renesas: pipe: convert a long if into a XOR operationFelipe Balbi
2011-12-21usb: gadget: remove useless depends on KconfigFelipe Contreras
2011-12-21usb: gadget: s3c-hsudc: remove the_controller globalHeiko Stübner
2011-12-21usb: gadget: s3c-hsudc: use release_mem_region instead of release_resourceHeiko Stübner
2011-12-21usb: gadget: s3c-hsudc: Add regulator handlingHeiko Stübner
2011-12-21usb: gadget: s3c-hsudc: use udc_start and udc_stop functionsHeiko Stübner
2011-12-21usb: gadget: s3c-hsudc: move device registration to probeHeiko Stübner
2011-12-21usb: gadget: s3c-hsudc: add missing otg_put_transceiver in probeHeiko Stübner
2011-12-21usb: gadget: s3c-hsudc: add __devinit to probe functionHeiko Stübner
2011-12-21usb: gadget: s3c-hsudc: move platform_data struct to global headerHeiko Stübner
2011-12-20USB: EHCI: Add Marvell Host Controller driverNeil Zhang
2011-12-20USB: OTG: add Marvell usb OTG driver supportNeil Zhang
2011-12-20usb: gadget: mv_udc: drop ARCH dependencyNeil Zhang
2011-12-20usb: gadget: mv_udc: fix bug in ep_dequeueNeil Zhang
2011-12-19usb: gadget: mv_udc: rewrite queue_dtd according to specNeil Zhang
2011-12-19usb: gadget: mv_udc: fix readl errorNeil Zhang
2011-12-15usb: renesas_usbhs: silence a gcc warningDan Carpenter
2011-12-15usb: renesas_usbhs: tidyup for smatch warningsKuninori Morimoto
2011-12-13usb: renesas_usbhs: show error reason on usbhsh_urb_enqueu()Kuninori Morimoto
2011-12-13usb: renesas_usbhs: add force packet remove methodKuninori Morimoto
2011-12-13usb: renesas_usbhs: care usb_hcd_giveback_urb() statusKuninori Morimoto
2011-12-13usb: renesas_usbhs: add usbhsh_is_running()Kuninori Morimoto
2011-12-13usb: renesas_usbhs: disable attch irq after device attachedKuninori Morimoto
2011-12-13usb: renesas_usbhs: care pipe sequenceKuninori Morimoto
2011-12-13usb: renesas_usbhs: add usbhs_pipe_attach() methodKuninori Morimoto
2011-12-13usb: renesas_usbhs: add usbhsh_endpoint_detach_all() for error caseKuninori Morimoto
2011-12-13usb: renesas_usbhs: modify device attach methodKuninori Morimoto
2011-12-12usb: renesas_usbhs: pop packet when urb dequeuedKuninori Morimoto
2011-12-12usb: renesas_usbhs: add lost error value when enqueueKuninori Morimoto
2011-12-12usb: gadget: mv_udc: replace some debug infoNeil Zhang
2011-12-12usb: gadget: mv_udc: refine suspend/resume functionNeil Zhang
2011-12-12usb: gadget: mv_udc: refine the clock relative codeNeil Zhang
2011-12-12usb: gadget: mv_udc: disable ISR when stoppedNeil Zhang
2011-12-12usb: gadget: mv_udc: add otg relative codeNeil Zhang
2011-12-12usb: gadget: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer
2011-12-12usb: renesas_usbhs: remove the_controller_linkKuninori Morimoto
2011-12-12usb: renesas_usbhs: add test-mode supportKuninori Morimoto
2011-12-12usb: renesas_usbhs: call usbhsg_queue_pop() when pipe disable.Kuninori Morimoto
2011-12-12usb: renesas_usbhs: send packet in necessary timing.Kuninori Morimoto
2011-12-12usb: renesas_usbhs: add basic USB_REQ_GET_STATUS supportKuninori Morimoto
2011-12-12usb: renesas_usbhs: add basic USB_REQ_SET_FEATURE supportKuninori Morimoto
2011-12-12usb: renesas_usbhs: add usbhs_pipe_is_stall()Kuninori Morimoto
2011-12-12usb: renesas_usbhs: remove superfluous usbhs_lock from recip handlerKuninori Morimoto
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz
2011-12-12usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_device_xx()Kuninori Morimoto