summaryrefslogtreecommitdiff
path: root/drivers/usb/renesas_usbhs
AgeCommit message (Expand)Author
2011-10-19usb: renesas_usbhs: fixup inconsistent return from usbhs_pkt_push()Kuninori Morimoto
2011-10-18usb: renesas_usbhs: tidyup for smatch warningsKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: fix compile warningFelipe Balbi
2011-10-13usb: gadget: renesas_usbhs: drop dependencyFelipe Balbi
2011-10-13usb: gadget: renesas_usbhs: fixup driver compile styleKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: bugfix: don't modify platform dataKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add mod_host supportKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: usbhs_dcp_control_transfer_done() cares mod_hostKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add data/status stage handlerKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add INTSTS1 interrupt supportKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add usbhs_set_device_speed() support for hostKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: make sure SOF packet sending-out controlKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: support otg pin controlKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: disable pipe on top of interruptKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: modify pipe sequence settingsKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: disable auto paket start on usbhs_pkt_push()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: move done callback to struct usbhs_pktKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add usbhs_pipe_name()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add device select support in usbhs_pipe_config_up...Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done functionKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add usbhs_dcp_dir_for_host()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: remove unneeded parameter from usbhs_mod_is_host()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.cKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: move usbhsp_type() to usbhs_pipe_type()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add bus control functionsKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: change usbhsc_bus_ctrl() to usbsc_set_buswait()Kuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: tidyup INTENB0 methodKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: struct usbhs_pipe hold handlerKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: each pipe hold maxpacket sizeKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_mallocKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: move USBHSF_PKT_xxx to pipe.cKuninori Morimoto
2011-10-13usb: gadget: renesas_usbhs: add suspend/resume supportKuninori Morimoto
2011-10-13usb: gadget: renesas: convert to new styleFelipe Balbi
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang
2011-08-22usb: renesas_usbhs: use usb_endpoint_maxp()kuninori.morimoto.gx@renesas.com
2011-08-08usb: renesas_usbhs: fixup usbhsg_for_each_uep 1st posKuninori Morimoto
2011-08-08usb: renesas_usbhs: fix DMA build by including dma-mapping.hKuninori Morimoto
2011-07-26USB / Renesas: Fix build issue related to struct scatterlistRafael J. Wysocki
2011-07-08usb: renesas_usbhs: support multi driverKuninori Morimoto
2011-07-08usb: renesas_usbhs: inaccessible pipe is not an errorKuninori Morimoto
2011-07-08usb: renesas_usbhs: care buff alignment when dma handlerKuninori Morimoto
2011-07-08usb: renesas_usbhs: compile/config are rescuedKuninori Morimoto
2011-07-08usb: renesas_usbhs: fixup comment-outKuninori Morimoto
2011-07-01usb: renesas_usbhs: use dma handlerKuninori Morimoto
2011-07-01usb: renesas_usbhs: put obtained dma channel info to debug messageKuninori Morimoto
2011-07-01usb: gadget: allow multiple gadgets to be builtFelipe Balbi
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior
2011-06-14usb: renesas_usbhs: fixup connection failKuninori Morimoto
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman