summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2011-07-09usb: gadget: m66592-udc: add pullup functionYoshihiro Shimoda
2011-07-09usb: gadget: m66592-udc: add function for external controllerYoshihiro Shimoda
2011-07-09usb: gadget: r8a66597-udc: add pullup functionYoshihiro Shimoda
2011-07-08usb: gadget: zero: add superspeed supportAmit Blay
2011-07-08usb: gadget: add SS descriptors to Ethernet gadgetPaul Zimmerman
2011-07-08usb: gadget: r8a66597-udc: add support for TEST_MODEYoshihiro Shimoda
2011-07-08usb: gadget: m66592-udc: add support for TEST_MODEYoshihiro Shimoda
2011-07-08usb: gadget: r8a66597-udc: Make BUSWAIT configurable through platform dataYoshihiro Shimoda
2011-07-08usb: gadget: r8a66597-udc: fix cannot connect after rmmod gadget driverYoshihiro Shimoda
2011-07-08usb: update email address in r8a66597-udc and m66592-udcYoshihiro Shimoda
2011-07-05usb: gadget: fix up depenciesSebastian Andrzej Siewior
2011-07-05usb: gadget: fusb300_udc: fix compile warningsSebastian Andrzej Siewior
2011-07-05usb: gadget: ci13xx_udc.c: fix compile warningSebastian Andrzej Siewior
2011-07-05usb: gadget: net2272: fix compile warningsFelipe Balbi
2011-07-05usb: gadget: langwell_udc: fix compile warningsFelipe Balbi
2011-07-05usb: gadget: fusb300_udc: drop dead codeFelipe Balbi
2011-07-01USB: s3c2410_udc: fix custom UDC command handlingViliam Mateicka
2011-07-01usb: gadget: Compilation warning fixTatyana Brokhman
2011-07-01USB: Gadget: Webcam: Return correct result of bindJassi Brar
2011-07-01USB: gadget: fix req length in sourcesink_setup()Bob Liu
2011-07-01usb: gadget: udc-core: wire up sysfs filesSebastian Andrzej Siewior
2011-07-01usb: gadget: dummy_hcd: convert to new-style udc-probeSebastian Andrzej Siewior
2011-07-01usb: gadget: udc-core: add "new-style" registration interfaceSebastian Andrzej Siewior
2011-07-01usb: gadget: dummy_hcd: move selection of speed into ->pullup()Sebastian Andrzej Siewior
2011-07-01usb: gadget: dummy_hcd: init is_otg in init_dummy_udc_hw()Sebastian Andrzej Siewior
2011-07-01usb: gadget: dummy_hcd: move ep initialisation HW setupSebastian Andrzej Siewior
2011-07-01usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior
2011-07-01usb: gadget: allow multiple gadgets to be builtFelipe Balbi
2011-07-01usb: gadget: dummy_hcd: move common bits of suspend/resume into one functionSebastian Andrzej Siewior
2011-07-01usb: gadget: remove net2280_set_fifo_mode()Sebastian Andrzej Siewior
2011-07-01usb: gadget: dummy_hcd: use less checks for USB_SPEED_SUPERSebastian Andrzej Siewior
2011-07-01usb: gadget: dummy_hcd: use gadget_to_dummy_hcd() where possibleSebastian Andrzej Siewior
2011-07-01usb: gadget: dummy_hcd: set gadget.is_otg before calling bind()Sebastian Andrzej Siewior
2011-07-01usb: gadget: dummy_hcd: use dummy_pullup() instead of open codingSebastian Andrzej Siewior
2011-07-01usb: gadget: chips: remove ifdef trickeryFelipe Balbi
2011-07-01usb: gadget: ci13xx_udc: fix usb_ep_enable() callFelipe Balbi
2011-07-01usb: gadget: s3c2410_udc: use platform ids insteadSebastian Andrzej Siewior
2011-07-01usb: gadget: add platform module alias where it is missingSebastian Andrzej Siewior
2011-07-01usb: gadget: net2272: cleanup pci_register_driver() error pathSebastian Andrzej Siewior
2011-07-01usb: gadget: dummy_hcd: add 'is_high_speed' parameterTatyana Brokhman
2011-07-01usb: gadget: dummy_hcd: add SuperSpeed supportTatyana Brokhman
2011-07-01usb: gadget: dummy_hcd: use the shared_hcd infrastructureTatyana Brokhman
2011-07-01usb: gadget: add SuperSpeed support to the Gadget FrameworkTatyana Brokhman
2011-07-01usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman
2011-06-28usb: gadget: add streams support to the gadget frameworkTatyana Brokhman
2011-06-28usb: gadget: coding style fixTatyana Brokhman
2011-06-28usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman
2011-06-28usb: gadget: configure endpoint according to gadget speedTatyana Brokhman
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior