summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2011-12-13usb: renesas_usbhs: modify device attach methodKuninori Morimoto1-28/+69
2011-12-12usb: renesas_usbhs: pop packet when urb dequeuedKuninori Morimoto1-2/+7
2011-12-12usb: renesas_usbhs: add lost error value when enqueueKuninori Morimoto1-1/+3
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: renesas_usbhs: remove the_controller_linkKuninori Morimoto1-15/+0
2011-12-12usb: renesas_usbhs: add test-mode supportKuninori Morimoto3-1/+28
2011-12-12usb: renesas_usbhs: call usbhsg_queue_pop() when pipe disable.Kuninori Morimoto1-2/+4
2011-12-12usb: renesas_usbhs: send packet in necessary timing.Kuninori Morimoto1-5/+3
2011-12-12usb: renesas_usbhs: add basic USB_REQ_GET_STATUS supportKuninori Morimoto1-0/+101
2011-12-12usb: renesas_usbhs: add basic USB_REQ_SET_FEATURE supportKuninori Morimoto1-0/+26
2011-12-12usb: renesas_usbhs: add usbhs_pipe_is_stall()Kuninori Morimoto2-0/+8
2011-12-12usb: renesas_usbhs: remove superfluous usbhs_lock from recip handlerKuninori Morimoto1-7/+0
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz27-40/+39
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz23-30/+49
2011-12-12usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_device_xx()Kuninori Morimoto1-11/+8
2011-12-12usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_endpoint_xx()Kuninori Morimoto1-20/+17
2011-12-12usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_xx_queue_push()Kuninori Morimoto1-6/+6
2011-12-12usb: gadget: renesas_usbhs: cleanup usbhsh_endpoint_xxx()Kuninori Morimoto1-31/+28
2011-12-12usb: gadget: renesas_usbhs: adds spin lock area on mod_hostKuninori Morimoto1-18/+49
2011-12-12usb: gadget: renesas_usbhs: check device0 status when allocKuninori Morimoto1-14/+22
2011-12-12usb: gadget: renesas_usbhs: remove usbhsh_request listKuninori Morimoto1-66/+3
2011-12-12usb: gadget: renesas_usbhs: usbhs_set_device_config() care upphub/hubportKuninori Morimoto1-3/+24
2011-12-12usb: gadget: renesas_usbhs: cleanup usbhs_endpoint_disable()Kuninori Morimoto1-2/+1
2011-12-12usb: gadget: renesas_usbhs: modify function name of usbhs_set_device_xx()Kuninori Morimoto3-4/+4
2011-12-12usb: gadget: renesas_usbhs: usbhsh_ureq_alloc/free() care urb->hcprivKuninori Morimoto1-9/+3
2011-12-12usb: gadget: renesas_usbhs: cleanup complicated ureq alloc/freeKuninori Morimoto1-51/+56
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: gadget: renesas_usbhs: unified callback functionKuninori Morimoto3-4/+4
2011-12-12usb: gadget: renesas_usbhs: add platform power control functionKuninori Morimoto1-0/+7
2011-12-12usb: gadget: renesas_usbhs: tidyup the unit of detection_delayKuninori Morimoto1-1/+2
2011-12-12usb: gadget: renesas_usbhs: tidyup mod_host request variable nameKuninori Morimoto1-18/+18
2011-12-12usb: gadget: renesas_usbhs: tidyup usbhs_sys_clock_ctrl() was local functionKuninori Morimoto2-2/+1
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl()Kuninori Morimoto4-14/+4
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl()Kuninori Morimoto4-14/+4
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-12-01Merge branch 'for-usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2-7/+5
2011-12-01usb: ftdi_sio: add PID for Propox ISPcable IIIMarcin Koƛcielnicki2-0/+2
2011-12-01Revert "xHCI: reset-on-resume quirk for NEC uPD720200"Sarah Sharp1-6/+1
2011-12-01xHCI: fix bug in xhci_clear_command_ring()Andiry Xu1-1/+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