summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | 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/+0Star
| | * | | | | | | | 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/+3Star
| | * | | | | | | | usb: renesas_usbhs: add basic USB_REQ_GET_STATUS supportKuninori Morimoto2011-12-121-0/+101
| | * | | | | | | | usb: renesas_usbhs: add basic USB_REQ_SET_FEATURE supportKuninori Morimoto2011-12-121-0/+26
| | * | | | | | | | usb: renesas_usbhs: add usbhs_pipe_is_stall()Kuninori Morimoto2011-12-122-0/+8
| | * | | | | | | | usb: renesas_usbhs: remove superfluous usbhs_lock from recip handlerKuninori Morimoto2011-12-121-7/+0Star
| | * | | | | | | | usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz2011-12-1227-40/+39Star
| | * | | | | | | | usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz2011-12-1223-30/+49
| | * | | | | | | | usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_device_xx()Kuninori Morimoto2011-12-121-11/+8Star
| | * | | | | | | | usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_endpoint_xx()Kuninori Morimoto2011-12-121-20/+17Star
| | * | | | | | | | usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_xx_queue_push()Kuninori Morimoto2011-12-121-6/+6
| | * | | | | | | | usb: gadget: renesas_usbhs: cleanup usbhsh_endpoint_xxx()Kuninori Morimoto2011-12-121-31/+28Star
| | * | | | | | | | usb: gadget: renesas_usbhs: adds spin lock area on mod_hostKuninori Morimoto2011-12-121-18/+49
| | * | | | | | | | usb: gadget: renesas_usbhs: check device0 status when allocKuninori Morimoto2011-12-121-14/+22
| | * | | | | | | | usb: gadget: renesas_usbhs: remove usbhsh_request listKuninori Morimoto2011-12-121-66/+3Star
| | * | | | | | | | usb: gadget: renesas_usbhs: usbhs_set_device_config() care upphub/hubportKuninori Morimoto2011-12-121-3/+24
| | * | | | | | | | usb: gadget: renesas_usbhs: cleanup usbhs_endpoint_disable()Kuninori Morimoto2011-12-121-2/+1Star
| | * | | | | | | | usb: gadget: renesas_usbhs: modify function name of usbhs_set_device_xx()Kuninori Morimoto2011-12-123-4/+4
| | * | | | | | | | usb: gadget: renesas_usbhs: usbhsh_ureq_alloc/free() care urb->hcprivKuninori Morimoto2011-12-121-9/+3Star
| | * | | | | | | | usb: gadget: renesas_usbhs: cleanup complicated ureq alloc/freeKuninori Morimoto2011-12-121-51/+56
| | * | | | | | | | usb: gadget: renesas_usbhs: drop dependency for mod_gadgetKuninori Morimoto2011-12-121-1/+0Star
| | * | | | | | | | usb: gadget: mass_storage: support multi-luns with different logic block sizeYuping Luo2011-12-122-44/+76
| | * | | | | | | | usb: gadget: renesas_usbhs: unified callback functionKuninori Morimoto2011-12-123-4/+4
| | * | | | | | | | usb: gadget: renesas_usbhs: add platform power control functionKuninori Morimoto2011-12-121-0/+7
| | * | | | | | | | usb: gadget: renesas_usbhs: tidyup the unit of detection_delayKuninori Morimoto2011-12-121-1/+2
| | * | | | | | | | usb: gadget: renesas_usbhs: tidyup mod_host request variable nameKuninori Morimoto2011-12-121-18/+18
| | * | | | | | | | usb: gadget: renesas_usbhs: tidyup usbhs_sys_clock_ctrl() was local functionKuninori Morimoto2011-12-122-2/+1Star
| | * | | | | | | | usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl()Kuninori Morimoto2011-12-124-14/+4Star
| | * | | | | | | | usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl()Kuninori Morimoto2011-12-124-14/+4Star
| | * | | | | | | | USB: ci13xxx_udc: handle controllers with less than 16 EPsMarc Kleine-Budde2011-12-122-3/+15
| | * | | | | | | | USB: ci13xxx_udc: make suspend and resume in gadget driver optionalMarc Kleine-Budde2011-12-121-7/+4Star
| | |/ / / / / / /
| * | | | | | | | Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2011-12-1311-102/+69Star
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | usb: musb: omap2430: fix compile warningFelipe Balbi2011-12-121-3/+0Star
| | * | | | | | | usb: musb: fix pm_runtime calls while atomicVikram Pandita2011-12-122-1/+15
| | * | | | | | | usb: musb: drop ARCH dependencyFelipe Balbi2011-12-121-2/+0Star
| | * | | | | | | usb: musb: headers cleanupFelipe Balbi2011-12-125-13/+0Star
| | * | | | | | | usb: musb: allow building USB_MUSB_TUSB6010 as a moduleArnd Bergmann2011-12-123-2/+4
| | * | | | | | | usb: musb: use a Kconfig choice to pick the right DMA methodArnd Bergmann2011-12-122-45/+38Star
| | * | | | | | | usb: musb: omap2+: save and restore OTG_INTERFSELHema HK2011-12-122-0/+7