summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2011-10-19xHCI/USB: Make xHCI driver have a BOS descriptor.Sarah Sharp2-2/+50
2011-10-13usb: gadget: add new usb gadget for ACM and mass storageKlaus Schwarzkopf3-0/+268
2011-10-13usb: gadget: mv_udc: fix compile warningFelipe Balbi1-1/+1
2011-10-13usb: gadget: mv_udc: add clock gating supportNeil Zhang2-11/+185
2011-10-13usb: gadget: mv_udc: add test mode supportNeil Zhang2-19/+54
2011-10-13usb: gadget: mv_udc: use DMA API for status_req's dma addressNeil Zhang1-1/+8
2011-10-13usb: gadget: mv_udc: fix dtd dma confusionNeil Zhang1-1/+26
2011-10-13usb: gadget: mv_udc: add shutdown function for itNeil Zhang1-0/+12
2011-10-13usb: gadget: mv_udc: correct ep0 stateNeil Zhang1-2/+3
2011-10-13usb: gadget: mv_udc: rewrite fifo flushNeil Zhang1-27/+18
2011-10-13usb: gadget: mv_udc: set unused endpoint with right typeNeil Zhang1-2/+2
2011-10-13usb: gadget: mv_udc: add missing spinlock in ep enable/disableNeil Zhang1-3/+13
2011-10-13usb: gadget: mv_udc: fix bug when handle setup package.Neil Zhang1-2/+1
2011-10-13usb: gadget: mv_udc: init next dtd ptr for dqh when init ep0Neil Zhang1-0/+2
2011-10-13usb: gadget: mv_udc: ep0 needn't set toggle flagNeil Zhang1-2/+2
2011-10-13usb: gadget: mv_udc: fix a clerical errorNeil Zhang1-1/+1
2011-10-13usb: gadget: mv_udc: fix kernel panic on some platformsNeil Zhang1-0/+7
2011-10-13usb: gadget: mv_udc: add section informationNeil Zhang1-2/+2
2011-10-13usb: gadget: mv_udc: refine the driver structureNeil Zhang4-259/+132
2011-10-13usb: gadget: renesas_usbhs: fix compile warningFelipe Balbi1-2/+2
2011-10-13usb: gadget: renesas_usbhs: drop dependencyFelipe Balbi1-1/+0
2011-10-13usb: gadget: renesas_usbhs: fixup driver compile styleKuninori Morimoto3-4/+12
2011-10-13usb: gadget: renesas_usbhs: bugfix: don't modify platform dataKuninori Morimoto3-14/+18
2011-10-13usb: gadget: renesas_usbhs: add mod_host supportKuninori Morimoto5-2/+1349
2011-10-13usb: gadget: renesas_usbhs: usbhs_dcp_control_transfer_done() cares mod_hostKuninori Morimoto1-1/+5
2011-10-13usb: gadget: renesas_usbhs: add data/status stage handlerKuninori Morimoto2-0/+150
2011-10-13usb: gadget: renesas_usbhs: add INTSTS1 interrupt supportKuninori Morimoto3-6/+75
2011-10-13usb: gadget: renesas_usbhs: add usbhs_set_device_speed() support for hostKuninori Morimoto2-0/+67
2011-10-13usb: gadget: renesas_usbhs: make sure SOF packet sending-out controlKuninori Morimoto1-0/+7
2011-10-13usb: gadget: renesas_usbhs: support otg pin controlKuninori Morimoto1-0/+4
2011-10-13usb: gadget: renesas_usbhs: disable pipe on top of interruptKuninori Morimoto1-9/+14
2011-10-13usb: gadget: renesas_usbhs: modify pipe sequence settingsKuninori Morimoto4-7/+14
2011-10-13usb: gadget: renesas_usbhs: disable auto paket start on usbhs_pkt_push()Kuninori Morimoto2-2/+1
2011-10-13usb: gadget: renesas_usbhs: move done callback to struct usbhs_pktKuninori Morimoto5-33/+32
2011-10-13usb: gadget: renesas_usbhs: add usbhs_pipe_name()Kuninori Morimoto2-1/+7
2011-10-13usb: gadget: renesas_usbhs: add device select support in usbhs_pipe_config_up...Kuninori Morimoto3-5/+18
2011-10-13usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done functionKuninori Morimoto4-5/+7
2011-10-13usb: gadget: renesas_usbhs: add usbhs_dcp_dir_for_host()Kuninori Morimoto3-1/+12
2011-10-13usb: gadget: renesas_usbhs: remove unneeded parameter from usbhs_mod_is_host()Kuninori Morimoto3-4/+4
2011-10-13usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.cKuninori Morimoto4-30/+33
2011-10-13usb: gadget: renesas_usbhs: move usbhsp_type() to usbhs_pipe_type()Kuninori Morimoto2-18/+20
2011-10-13usb: gadget: renesas_usbhs: add usbhs_bus_get_speed()Kuninori Morimoto5-19/+18
2011-10-13usb: gadget: renesas_usbhs: add bus control functionsKuninori Morimoto2-1/+43
2011-10-13usb: gadget: renesas_usbhs: change usbhsc_bus_ctrl() to usbsc_set_buswait()Kuninori Morimoto1-10/+5
2011-10-13usb: gadget: renesas_usbhs: tidyup INTENB0 methodKuninori Morimoto1-1/+10
2011-10-13usb: gadget: renesas_usbhs: struct usbhs_pipe hold handlerKuninori Morimoto4-13/+16
2011-10-13usb: gadget: renesas_usbhs: each pipe hold maxpacket sizeKuninori Morimoto2-21/+10
2011-10-13usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_mallocKuninori Morimoto3-38/+45
2011-10-13usb: gadget: renesas_usbhs: move USBHSF_PKT_xxx to pipe.cKuninori Morimoto2-15/+16
2011-10-13usb: gadget: renesas_usbhs: add suspend/resume supportKuninori Morimoto1-5/+64