summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-07-08usb: gadget: add SS descriptors to Ethernet gadgetPaul Zimmerman6-11/+324
2011-07-08usb: gadget: r8a66597-udc: add support for TEST_MODEYoshihiro Shimoda1-1/+22
2011-07-08usb: gadget: m66592-udc: add support for TEST_MODEYoshihiro Shimoda1-1/+22
2011-07-08usb: gadget: r8a66597-udc: Make BUSWAIT configurable through platform dataYoshihiro Shimoda1-1/+5
2011-07-08usb: gadget: r8a66597-udc: fix cannot connect after rmmod gadget driverYoshihiro Shimoda1-7/+3
2011-07-08usb: update email address in r8a66597-udc and m66592-udcYoshihiro Shimoda4-4/+4
2011-07-08usb: musb: restore INDEX register in resume pathAjay Kumar Gupta1-0/+1
2011-07-05usb: gadget: fix up depenciesSebastian Andrzej Siewior1-0/+2
2011-07-05usb: gadget: fusb300_udc: fix compile warningsSebastian Andrzej Siewior1-15/+7
2011-07-05usb: gadget: ci13xx_udc.c: fix compile warningSebastian Andrzej Siewior1-2/+10
2011-07-05usb: gadget: net2272: fix compile warningsFelipe Balbi1-4/+4
2011-07-05usb: gadget: langwell_udc: fix compile warningsFelipe Balbi1-6/+6
2011-07-05usb: gadget: fusb300_udc: drop dead codeFelipe Balbi1-68/+1
2011-07-02Realtek cr: Add autosuspend function.edwin_rong2-12/+369
2011-07-02Realtek cr: Remove unused Macrosedwin_rong1-9/+0
2011-07-02Realtek cr: clean up unnecessary whitespaces.edwin_rong1-54/+56
2011-07-02USB: s3c2410_udc: fix custom UDC command handlingViliam Mateicka1-1/+1
2011-07-02usb: gadget: Compilation warning fixTatyana Brokhman1-1/+1
2011-07-02USB: OTG: Use work_queue in set_vbus for TWL6030 transcieverMoiz Sonasath1-6/+24
2011-07-02USB: Gadget: Webcam: Return correct result of bindJassi Brar1-1/+1
2011-07-02USB: gadget: fix req length in sourcesink_setup()Bob Liu1-0/+2
2011-07-02usb: renesas_usbhs: use dma handlerKuninori Morimoto1-2/+2
2011-07-02usb: renesas_usbhs: put obtained dma channel info to debug messageKuninori Morimoto1-1/+1
2011-07-02drivers/usb/atm: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-2/+2
2011-07-02wusb: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-4/+3
2011-07-02usb/class: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-4/+3
2011-07-02usb: musb: no need to access platform_deviceFelipe Balbi1-4/+2
2011-07-02usb: gadget: udc-core: wire up sysfs filesSebastian Andrzej Siewior1-5/+4
2011-07-02usb: gadget: dummy_hcd: convert to new-style udc-probeSebastian Andrzej Siewior1-35/+15
2011-07-02usb: musb: convert musb to new style bindSebastian Andrzej Siewior2-81/+17
2011-07-02usb: gadget: udc-core: add "new-style" registration interfaceSebastian Andrzej Siewior1-4/+71
2011-07-02usb: gadget: dummy_hcd: move selection of speed into ->pullup()Sebastian Andrzej Siewior1-25/+35
2011-07-02usb: gadget: dummy_hcd: init is_otg in init_dummy_udc_hw()Sebastian Andrzej Siewior1-7/+4
2011-07-02usb: gadget: dummy_hcd: move ep initialisation HW setupSebastian Andrzej Siewior1-23/+33
2011-07-02usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior6-17/+20
2011-07-02usb: gadget: allow multiple gadgets to be builtFelipe Balbi3-237/+66
2011-07-02usb: musb: choose correct fifo_modeFelipe Balbi1-3/+8
2011-07-02usb: musb: drop a gigantic amount of ifdeferryFelipe Balbi14-305/+10
2011-07-02usb: musb: be careful when using different fifo_modesFelipe Balbi1-2/+20
2011-07-02usb: gadget: dummy_hcd: move common bits of suspend/resume into one functionSebastian Andrzej Siewior1-19/+18
2011-07-02usb: gadget: remove net2280_set_fifo_mode()Sebastian Andrzej Siewior2-66/+0
2011-07-02usb: gadget: dummy_hcd: use less checks for USB_SPEED_SUPERSebastian Andrzej Siewior1-16/+14
2011-07-02usb: gadget: dummy_hcd: use gadget_to_dummy_hcd() where possibleSebastian Andrzej Siewior1-8/+3
2011-07-02usb: gadget: dummy_hcd: set gadget.is_otg before calling bind()Sebastian Andrzej Siewior1-7/+8
2011-07-02usb: gadget: dummy_hcd: use dummy_pullup() instead of open codingSebastian Andrzej Siewior1-27/+7
2011-07-02usb: gadget: chips: remove ifdef trickeryFelipe Balbi1-149/+33
2011-07-02usb: gadget: ci13xx_udc: fix usb_ep_enable() callFelipe Balbi1-2/+5
2011-07-02usb: gadget: s3c2410_udc: use platform ids insteadSebastian Andrzej Siewior1-20/+9
2011-07-02usb: gadget: add platform module alias where it is missingSebastian Andrzej Siewior5-1/+5
2011-07-02usb: gadget: net2272: cleanup pci_register_driver() error pathSebastian Andrzej Siewior1-5/+26