aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/dummy_hcd.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group UDC driversAndrzej Pietrasiewicz1-2764/+0
2014-05-27usb: gadget: make return of 0 explicitJulia Lawall1-3/+1
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga1-1/+1
2013-10-11usb: Remove unnecessary semicolonsJoe Perches1-3/+3
2013-09-17usb: gadget: fix a bug and a WARN_ON in dummy-hcdAlan Stern1-3/+4
2013-08-27USB: gadget: audit sysfs attribute permissionsGreg Kroah-Hartman1-4/+4
2013-05-15usb: gadget: dummy_hcd: fix error return code in init()Wei Yongjun1-1/+3
2013-05-15usb: gadget: dummy_hcd: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-03-27usb: gadget: dummy: fix sparse warningFelipe Balbi1-1/+1
2013-03-18usb: gadget: dummy_hcd: don't assign gadget.dev.release directlyFelipe Balbi1-6/+0
2013-03-18usb: gadget: dummy_hcd: don't touch gadget.dev.driverFelipe Balbi1-2/+0
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi1-1/+0
2013-03-18usb: gadget: dummy_hcd: let udc-core manage gadget->devFelipe Balbi1-9/+1
2012-12-13usb: gadget: dummy: fix enumeration with g_multiSebastian Andrzej Siewior1-4/+5
2012-10-31usb: gadget: dummy_hcd: remove global the_controller variableSebastian Andrzej Siewior1-22/+49
2012-10-31usb: gadget: dummy_hcd: add setup / cleanup of multiple HW intancesSebastian Andrzej Siewior1-25/+72
2012-10-31usb: gadget: dummy_hdc: prepare for multiple instancesSebastian Andrzej Siewior1-16/+16
2012-09-16Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman1-4/+37
2012-09-06usb: gadget: dummy_hcd: add support for USB_DT_BOS on rhSebastian Andrzej Siewior1-0/+33
2012-09-06usb: gadget: dummy_hcd: fixup error probe pathSebastian Andrzej Siewior1-4/+4
2012-08-31usb: gadget: dummy-hcd: remember to update driver pointerAlan Stern1-0/+2
2012-05-11usb: gadget: dummy_hcd: fix build when BUG is not setSasha Levin1-1/+1
2012-05-07Merge tag 'gadget-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-5/+3
2012-05-04usb: gadget: dummy_hcd: allow to free requests on disabled endpointsSebastian Andrzej Siewior1-5/+3
2012-04-19usb: gadget: dummy: do not call pullup() on udc_stop()Felipe Balbi1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-02usb: gadget: dummy_hcd: signedness bug in transfer()Dan Carpenter1-1/+1
2012-02-09usb: gadget: dummy_hcd: fix null-deref free reqSebastian Andrzej Siewior1-1/+3
2012-02-09usb: gadget: dummy_hcd: don't assign ->desc on error caseSebastian Andrzej Siewior1-1/+1
2012-01-24usb: gadget: dummy_hcd: clean up checkpatchSebastian Andrzej Siewior1-221/+211
2012-01-24usb: dummy_hcd: use usb_endpoint_type()Sebastian Andrzej Siewior1-3/+3
2012-01-24usb: gadget: dummy_hcd: complete stream supportSebastian Andrzej Siewior1-16/+181
2012-01-24usb: gadget: dummy_hcd: make alloc/free streams staticSebastian Andrzej Siewior1-2/+2
2012-01-24usb: gadget: dummy_hcd: rename dummy_udc_udpate_ep0() to dummy_udc_update_ep0()Sebastian Andrzej Siewior1-2/+2
2012-01-24usb: gadget: dummy_hcd: add sg supportSebastian Andrzej Siewior1-13/+67
2012-01-24usb: gadget: dummy_hcd: move the transfer part into its own functionSebastian Andrzej Siewior1-9/+19
2012-01-24usb: gadget: dummy_hcd: initialize max_streams earlySebastian Andrzej Siewior1-9/+3
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-7/+6
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-1/+1
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-2/+2
2011-07-01usb: gadget: dummy_hcd: convert to new-style udc-probeSebastian Andrzej Siewior1-35/+15
2011-07-01usb: gadget: dummy_hcd: move selection of speed into ->pullup()Sebastian Andrzej Siewior1-25/+35
2011-07-01usb: gadget: dummy_hcd: init is_otg in init_dummy_udc_hw()Sebastian Andrzej Siewior1-7/+4
2011-07-01usb: gadget: dummy_hcd: move ep initialisation HW setupSebastian Andrzej Siewior1-23/+33
2011-07-01usb: gadget: dummy_hcd: move common bits of suspend/resume into one functionSebastian Andrzej Siewior1-19/+18
2011-07-01usb: gadget: remove net2280_set_fifo_mode()Sebastian Andrzej Siewior1-10/+0
2011-07-01usb: gadget: dummy_hcd: use less checks for USB_SPEED_SUPERSebastian Andrzej Siewior1-16/+14
2011-07-01usb: gadget: dummy_hcd: use gadget_to_dummy_hcd() where possibleSebastian Andrzej Siewior1-8/+3
2011-07-01usb: gadget: dummy_hcd: set gadget.is_otg before calling bind()Sebastian Andrzej Siewior1-7/+8
2011-07-01usb: gadget: dummy_hcd: use dummy_pullup() instead of open codingSebastian Andrzej Siewior1-27/+7
2011-07-01usb: gadget: dummy_hcd: add 'is_high_speed' parameterTatyana Brokhman1-5/+15
2011-07-01usb: gadget: dummy_hcd: add SuperSpeed supportTatyana Brokhman1-88/+476
2011-07-01usb: gadget: dummy_hcd: use the shared_hcd infrastructureTatyana Brokhman1-237/+270
2011-06-28usb: gadget: coding style fixTatyana Brokhman1-12/+36
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-10/+21
2011-06-07USB: dummy-hcd needs the has_tt flagAlan Stern1-0/+1
2011-04-29usb/dummy_hcd: don't probe for udc if hcd failedSebastian Andrzej Siewior1-1/+20
2011-03-13USB 3.0 Hub ChangesJohn Youn1-2/+2
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp1-2/+2
2010-11-11usb: dummy_hcd code simplificationTatyana Brokhman1-116/+135
2010-10-22usb: gadget: dummy_hcd: Fix error pathRahul Ruikar1-3/+5
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-5/+5
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-3/+3
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-3/+1
2009-09-23USB: dummy-hcd: accept mismatch between wLength and transfer lengthAlan Stern1-5/+0
2009-03-24USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman1-1/+1
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2008-10-17USB: gadget: dummy_hcd: implement set_wedgeAlan Stern1-6/+27
2008-08-13USB: fix USB boot crash, ecm_do_notify(), list_add corruption. prev->next sho...David Brownell1-2/+3
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers1-1/+1
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-1/+1
2008-04-28drivers/usb annotations and fixesAl Viro1-2/+1
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-6/+6
2008-04-24USB: dummy-hcd: use dynamic allocation for platform_devicesAlan Stern1-41/+29
2008-04-24USB: gadget: dummy_hcd.c: fix nested switch statementsIngo van Lil1-8/+6
2008-04-24USB: remove dev->power.power_stateAlan Stern1-2/+0
2008-02-01USB: dummy_hcd: change the default power budgetAlan Stern1-2/+3
2008-02-01USB: dummy_hcd: don't register drivers on the platform busAlan Stern1-25/+8
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-10-12USB: fix location of statement label in dummy-hcdAlan Stern1-1/+1
2007-10-12USB: Eliminate urb->status usage!Alan Stern1-2/+1
2007-10-12USB: reorganize urb->status use in dummy-hcdAlan Stern1-29/+24
2007-10-12USB: add urb->unlinked fieldAlan Stern1-5/+3
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern1-7/+2
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern1-5/+17
2007-08-22USB: remove DEBUG definition from dummy_hcdAlan Stern1-2/+0
2007-07-12usb gadget stack: remove usb_ep_*_buffer(), part 2David Brownell1-36/+0
2007-07-12USB: Don't resume root hub if the controller is suspendedAlan Stern1-2/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-20USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell1-3/+4
2006-10-08[PATCH] misc arm pt_regs fixesAl Viro1-1/+1
2006-09-28USB: dummy-hcd: fix "warn-unused-result" messagesAlan Stern1-10/+23
2006-09-27usbcore: trim down usb_bus structureAlan Stern1-6/+2
2006-08-02USB: dummy-hcd: disable interrupts during req->completeAlan Stern1-2/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[PATCH] USB: kzalloc() conversion in drivers/usb/gadgetEric Sesterhenn1-2/+1
2006-01-04[PATCH] USB: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2006-01-04[PATCH] USB Gadget: dummy_hcd: updates to hcd->stateAlan Stern1-12/+31
2006-01-04[PATCH] USB: dummy_hcd: rename variablesAlan Stern1-25/+25
2005-11-17[PATCH] USB: fix build breakage in dummy_hcd.cGreg Kroah-Hartman1-2/+2
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-37/+39
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-37/+39
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-10-28[PATCH] USB: gadget drivers - add .owner initialisationBen Dooks1-0/+2
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern1-18/+4
2005-10-28Merge ../bleed-2.6Greg KH1-4/+4
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-18/+4
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-4/+4
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-4/+5
2005-06-27[PATCH] USB: dummy_hcd: add suspend/resume supportAlan Stern1-17/+162
2005-06-27[PATCH] USB: dummy_hcd: sparse cleanupsAlan Stern1-17/+23
2005-06-27[PATCH] USB: gadget driver updates (SETUP api change)David Brownell1-3/+0
2005-06-27[PATCH] USB dummy_hcd: Use root-hub interrupts instead of pollingAlan Stern1-0/+10
2005-06-27[PATCH] USB dummy_hcd: Centralize link state computationsAlan Stern1-92/+162
2005-06-27[PATCH] USB dummy_hcd: Use separate pdevs for HC and UDCAlan Stern1-98/+133
2005-06-27[PATCH] USB: dummy_hcd: USB_PORT_FEAT changed to USB_PORT_STATAlan Stern1-27/+23
2005-06-27[PATCH] USB dummy_hcd: Partial OTG emulationAlan Stern1-2/+28
2005-06-27[PATCH] USB HCDs: no longer need to register root hubAlan Stern1-22/+2
2005-06-27[PATCH] ohci-omap, sl811, dummy: remove hub_set_power_budgetAlan Stern1-3/+3
2005-06-20[PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_...Yani Ioannou1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1793