summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * usb: gadget: renesas_usbhs: modify pipe sequence settingsKuninori Morimoto2011-10-134-7/+14
| * usb: gadget: renesas_usbhs: disable auto paket start on usbhs_pkt_push()Kuninori Morimoto2011-10-132-2/+1
| * usb: gadget: renesas_usbhs: move done callback to struct usbhs_pktKuninori Morimoto2011-10-135-33/+32
| * usb: gadget: renesas_usbhs: add usbhs_pipe_name()Kuninori Morimoto2011-10-132-1/+7
| * usb: gadget: renesas_usbhs: add device select support in usbhs_pipe_config_up...Kuninori Morimoto2011-10-133-5/+18
| * usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done functionKuninori Morimoto2011-10-134-5/+7
| * usb: gadget: renesas_usbhs: add usbhs_dcp_dir_for_host()Kuninori Morimoto2011-10-133-1/+12
| * usb: gadget: renesas_usbhs: remove unneeded parameter from usbhs_mod_is_host()Kuninori Morimoto2011-10-133-4/+4
| * usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.cKuninori Morimoto2011-10-134-30/+33
| * usb: gadget: renesas_usbhs: move usbhsp_type() to usbhs_pipe_type()Kuninori Morimoto2011-10-132-18/+20
| * usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()Kuninori Morimoto2011-10-135-19/+18
| * usb: gadget: renesas_usbhs: add bus control functionsKuninori Morimoto2011-10-132-1/+43
| * usb: gadget: renesas_usbhs: change usbhsc_bus_ctrl() to usbsc_set_buswait()Kuninori Morimoto2011-10-131-10/+5
| * usb: gadget: renesas_usbhs: tidyup INTENB0 methodKuninori Morimoto2011-10-131-1/+10
| * usb: gadget: renesas_usbhs: struct usbhs_pipe hold handlerKuninori Morimoto2011-10-134-13/+16
| * usb: gadget: renesas_usbhs: each pipe hold maxpacket sizeKuninori Morimoto2011-10-132-21/+10
| * usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_mallocKuninori Morimoto2011-10-133-38/+45
| * usb: gadget: renesas_usbhs: move USBHSF_PKT_xxx to pipe.cKuninori Morimoto2011-10-132-15/+16
| * usb: gadget: renesas_usbhs: add suspend/resume supportKuninori Morimoto2011-10-131-5/+64
| * usb: gadget: storage: add superspeed supportFelipe Balbi2011-10-134-13/+190
| * usb: gadget: fix typo for default U1/U2 exit latenciesFelipe Balbi2011-10-131-2/+2
| * usb: gadget: r8a66597: convert to new styleFelipe Balbi2011-10-131-29/+8
| * usb: gadget: renesas: convert to new styleFelipe Balbi2011-10-131-52/+9
| * usb: gadget: net2280: convert to new styleFelipe Balbi2011-10-131-53/+17
| * usb: gadget: net2272: convert to new styleFelipe Balbi2011-10-131-53/+19
| * usb: gadget: langwell: convert to new styleFelipe Balbi2011-10-132-48/+21
| * usb: gadget: langwell: don't use the_controller when it's not neededFelipe Balbi2011-10-131-8/+8
| * usb: gadget: at91_udc: change french comments to englishRobert Schwebel2011-10-131-8/+8
| * usb: gadget: pxa25x: is_vbus_present is goneArnd Bergmann2011-10-131-7/+1
| * usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDCPaul Zimmerman2011-10-132-18/+18
| * USB: gadget: f_midi: allow a dynamic number of input and output portsDaniel Mack2011-10-132-108/+191
| * USB: gadget: midi: refactor the device codeDaniel Mack2011-10-132-1197/+80
| * USB: gadget: midi: add midi function driverDaniel Mack2011-10-131-0/+923
| * usb gadget: fix langwell_udc.c build errorRandy Dunlap2011-10-131-14/+14
| * usb: gadget: r8a66597-udc: add support for SUDMACYoshihiro Shimoda2011-10-132-20/+370
| * usb: gadget: r8a66597-udc: use dev_*() instead of printk()Yoshihiro Shimoda2011-10-132-40/+60
| * usb: gadget: r8a66597-udc: add function for external controllerYoshihiro Shimoda2011-10-131-15/+19
| * usb: gadget: r8a66597-udc: change prototype of r8a66597_write_fifoYoshihiro Shimoda2011-10-132-4/+4
| * USB: ftdi_sio: add PID for Sony Ericsson UrbanHakan Kvist2011-10-042-2/+6
| * usb: Add module.h to various dwc3 driversPaul Gortmaker2011-10-042-0/+2
| * usb: dwc3: convert structures into bitshiftsFelipe Balbi2011-10-043-137/+48
| * usb: dwc3: gadget: allow clock gating to workFelipe Balbi2011-10-042-0/+14
| * usb: dwc3: core: cache GHWPARAMS* registersFelipe Balbi2011-10-041-0/+17
| * usb: dwc3: add struct dwc3_hwparamsFelipe Balbi2011-10-041-0/+26
| * usb: dwc3: gadget: implement streams supportFelipe Balbi2011-10-042-4/+36
| * usb: dwc3: gadget: add support for BurstsFelipe Balbi2011-10-041-0/+1
| * usb: dwc3: gadget: fix DMA offset calculationPaul Zimmerman2011-10-041-1/+1
| * usb: dwc3: gadget: make DWC3_EP_WEDGE do the right thingPaul Zimmerman2011-10-041-1/+5
| * usb: dwc3: gadget: driver should not wait for RxFIFO to drainPaul Zimmerman2011-10-041-19/+0
| * usb: dwc3: gadget: fix DEPSTARTCFG for non-EP0 EPsPaul Zimmerman2011-10-043-1/+12