summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs
AgeCommit message (Expand)Author
2012-09-06usb: renesas_usbhs: fixup DMA transport data alignmentKuninori Morimoto
2012-08-10usb: renesas_usbhs: fixup resume method for autonomy modeKuninori Morimoto
2012-08-10usb: renesas_usbhs: mod_host: add missing .bus_suspend/resumeKuninori Morimoto
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-07-24Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-07-13usb: renesas_usbhs: prepare for conversion to the shdma base libraryGuennadi Liakhovetski
2012-07-09usb: renesas_usbhs: use dmaengine helper functionsKuninori Morimoto
2012-06-05renesas_usbhs: cleanup quoted includesPaul Bolle
2012-05-04usb: renesas_usbhs: gadget: add support for set_selfpoweredShimoda, Yoshihiro
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2012-02-28usb: renesas: gadget: use generic map/unmap routinesFelipe Balbi
2012-02-24usb: renesas_usbhs: bugfix: add .release function to gpriv->gadget.devKuninori Morimoto
2012-02-14usb: renesas: fix scheduling in atomic context bugGuennadi Liakhovetski
2012-02-14usb: renesas_usbhs: (cosmetic) simplify list operationsGuennadi Liakhovetski
2012-01-24usb: renesas: silence uninitialized variable report in usbhsg_recip_run_handle()Jesper Juhl
2012-01-24usb: renesas_usbhs: add support for SUDMACShimoda, Yoshihiro
2012-01-24usb: renesas_usbhs: add IRQ resource decoding for IRQF_SHAREDShimoda, Yoshihiro
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-12-22Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2011-12-21usb: renesas: pipe: convert a long if into a XOR operationFelipe Balbi
2011-12-15usb: renesas_usbhs: silence a gcc warningDan Carpenter
2011-12-15usb: renesas_usbhs: tidyup for smatch warningsKuninori Morimoto
2011-12-13Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
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-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