aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/renesas_usbhs
AgeCommit message (Expand)Author
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-12Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
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: renesas_usbhs: add hcd->has_tt for low/full speedKuninori Morimoto
2011-12-12usb: renesas_usbhs: typofix: irq_dtch control DTCHEKuninori Morimoto
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
2011-12-12usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_endpoint_xx()Kuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_xx_queue_push()Kuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: cleanup usbhsh_endpoint_xxx()Kuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: adds spin lock area on mod_hostKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: check device0 status when allocKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: remove usbhsh_request listKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: usbhs_set_device_config() care upphub/hubportKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: cleanup usbhs_endpoint_disable()Kuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: modify function name of usbhs_set_device_xx()Kuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: usbhsh_ureq_alloc/free() care urb->hcprivKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: cleanup complicated ureq alloc/freeKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: unified callback functionKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: add platform power control functionKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: tidyup the unit of detection_delayKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: tidyup mod_host request variable nameKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: tidyup usbhs_sys_clock_ctrl() was local functionKuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl()Kuninori Morimoto
2011-12-12usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl()Kuninori Morimoto
2011-12-09usb: gadget: renesas_usbhs: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer
2011-11-29usb: renesas_usbhs: fixup driver speedKuninori Morimoto
2011-11-29usb: renesas_usbhs: fixup gadget.dev.driver when udc_stop.Kuninori Morimoto
2011-11-29usb: renesas_usbhs: fixup signal the driver that cable was disconnectedKuninori Morimoto
2011-11-29usb: renesas_usbhs: fixup device_register timingKuninori Morimoto
2011-11-28usb: convert drivers/usb/* to use module_platform_driver()Axel Lin
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul
2011-11-17USB-renesas: move to dma_transfer_directionVinod Koul
2011-11-14usb: gadget: renesas_usbhs: bugfix: set DATA0 when usbhsh_endpoint_alloc()Kuninori Morimoto
2011-11-14usb: gadget: renesas_usbhs: bugfix: disable irq when device stopKuninori Morimoto
2011-11-14usb: gadget: renesas_usbhs: bugfix: care pipe directionKuninori Morimoto