aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs
AgeCommit message (Expand)Author
2014-11-12usb: renesas_usbhs: expand USB-DMAC channels for R-Car Gen2Yoshihiro Shimoda
2014-11-12usb: renesas_usbhs: add a new macro for extending DnFIFOsYoshihiro Shimoda
2014-11-12usb: renesas_usbhs: standardize d{0,1}fifo controlYoshihiro Shimoda
2014-11-12usb: renesas_usbhs: change d{0,1}fifo to dfifo arrayYoshihiro Shimoda
2014-11-05usb: renesas_usbhs: fix usbhs_pipe_clear() for DCP PIPEYoshihiro Shimoda
2014-11-05usb: renesas_usbhs: fix the timing of dcp_control_transfer_doneYoshihiro Shimoda
2014-11-05usb: renesas_usbhs: gadget: fix the behavior of pullupTakeshi Kihara
2014-11-05usb: renesas_usbhs: gadget: fix NULL pointer dereference in ep_disable()Kazuya Mizuguchi
2014-11-03usb: renesas_usbhs: common: remove duplicate check on resourceVarka Bhadram
2014-11-03usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi
2014-11-03usb: renesas_usbhs: delete unnecessary 'out of memory' messagesPeter Chen
2014-11-03usb: renesas_usbhs: add support for generic PHYYoshihiro Shimoda
2014-11-03usb: renesas_usbhs: clean up rcar2.c to support a generic PHYYoshihiro Shimoda
2014-11-03usb: renesas_usbhs: rename phy to usb_phy in usbhs_privYoshihiro Shimoda
2014-09-25usb: gadget: Refactor request completionMichal Sojka
2014-09-23usb: renesas_usbhs: fix driver dependenciesBartlomiej Zolnierkiewicz
2014-09-16Merge tag 'v3.17-rc5' into nextFelipe Balbi
2014-09-05usb: renesas_usbhs: Add device tree support for R-Car H2 and M2Yoshihiro Shimoda
2014-09-03usb: renesas_usbhs: fix the usb_pkt_pop()Yoshihiro Shimoda
2014-09-03usb: renesas_usbhs: fix the condition of is_done in usbhsf_dma_push_doneYoshihiro Shimoda
2014-09-03usb: renesas_usbhs: protect mod->irq_{bemp,brdy}sts by spin lockYoshihiro Shimoda
2014-09-03usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handleYoshihiro Shimoda
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2014-07-16usb: renesas_usbhs: add R-Car Gen. 2 init and power controlUlrich Hecht
2014-07-10usb: renesas_usbhs: gadget: fix re-enabling pipe without re-connectingYoshihiro Shimoda
2014-07-10usb: renesas_usbhs: fix usbhs_pipe_malloc() to re-enable a pipe.Yoshihiro Shimoda
2014-06-19usb: renesas: gadget: fixup: complete STATUS stage after receivingKuninori Morimoto
2014-01-03Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga
2013-12-12usb: renesas_usbhs: fifo: request DMAEngine onceKuninori Morimoto
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-08-27usb: renesas_usbhs: use platform_{get,set}_drvdata()Libo Chen
2013-07-30usb: renesas: use dev_get_platdata()Jingoo Han
2013-07-29usb: renesas_usbhs: tidyup original usbhsx_for_each_xxx macroKuninori Morimoto
2013-07-15usb: renesas_usbhs: gadget: remove extra check on udc_stopKuninori Morimoto
2013-04-09USB: regroup all depends on USB within an if USB blockFlorian Fainelli
2013-04-02usb: renesas_usbhs: fixup sparse errors for common.cKuninori Morimoto
2013-03-18usb: renesas: remove unused DMA_ADDR_INVALIDFelipe Balbi
2013-03-18usb: renesas: gadget: don't assign gadget.dev.release directlyFelipe Balbi
2013-03-18usb: renesas: gadget: don't touch gadget.dev.driverFelipe Balbi
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi
2013-03-18usb: renesas_usbhs: gadget: let udc-core manage gadget->devFelipe Balbi
2013-02-21Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-02-08drivers/usb: add missing GENERIC_HARDIRQS dependenciesHeiko Carstens
2013-01-25Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2013-01-24usb: gadget: constify all struct usb_gadget_opsFelipe Balbi
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding
2012-12-13usb: renesas_usbhs: mod_host: fixup usbhsh_ureq_free() timingKuninori Morimoto
2012-12-13usb: renesas_usbhs: gadget: usbhsg_ep_disable() care pipe settingsKuninori Morimoto