aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/dummy_hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: eliminate anonymous module_init & module_exitRandy Dunlap2022-03-181-4/+4
* usb: gadget: dummy_hcd: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-8/+9
* USB: UDC: Implement udc_async_callbacks in dummy-hcdAlan Stern2021-06-041-1/+10
* usb: gadget: dummy_hcd: fix gpf in gadget_setupAnirudh Rayabharam2021-04-221-8/+15
* USB: gadget: dummy-hcd: remove redundant initialization of variable 'value'Colin Ian King2021-03-101-1/+1
* USB: gadget: dummy-hcd: Fix errors in port-reset handlingAlan Stern2021-01-141-3/+7
* USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bugAlan Stern2020-12-301-12/+23
* USB: dummy-hcd: Fix uninitialized array use in init()Bui Quang Minh2020-12-071-1/+1
* usb: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+2
* usb: gadget: udc: Remove in_interrupt()/in_irq() from commentsAhmed S. Darwish2020-10-281-2/+4
* usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-6/+6
* usb: gadget: udc: dummy_hcd: Repair misspelled function argument 'dummy_hcd'Lee Jones2020-07-091-1/+1
* USB: Fix up terminologyGreg Kroah-Hartman2020-07-011-10/+10
* USB: dummy-hcd: use configurable endpoint naming schemeAndrey Konovalov2020-05-251-13/+13
* USB: dummy-hcd: Add missing annotation for set_link_state()Jules Irenge2020-05-251-0/+1
* usb: gadget: dummy_hcd: remove useless cast for driver.nameCorentin Labbe2020-02-191-2/+2
* USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipeinAndrey Konovalov2019-11-041-4/+4
* USB: dummy-hcd: increase max number of devices to 32Andrey Konovalov2019-11-041-1/+1
* USB: dummy-hcd: fix power budget for SuperSpeed modeJacky.Cao@sony.com2019-10-041-1/+2
* usb: introduce usb_ep_type_string() functionChunfeng Yun2019-05-031-15/+1
* USB: dummy-hcd: Fix failure to give back unlinked URBsAlan Stern2019-05-031-4/+15
* usb: gadget: udc: Use scnprintf() instead of snprintf()Jaejoong Kim2018-03-131-1/+1
* USB: dummy-hcd: Adapt dummy_udc_set_speed()Roger Quadros2017-12-111-13/+1
* USB: dummy-hcd: don't set gadget.speed in dummy_hub_control()Roger Quadros2017-12-111-2/+0
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+4
* USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman2017-11-071-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: gadget: udc: dummy_hcd: mark expected switch fall-throughsGustavo A. R. Silva2017-11-011-0/+3
* Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-10-241-26/+39
|\
| * USB: dummy-hcd: remove unsupported isochronous endpointsAlan Stern2017-10-111-18/+35
| * USB: dummy-hcd: bandwidth limits for non-bulk transfersAlan Stern2017-10-111-8/+4
* | Merge 4.14-rc5 into usb-nextGreg Kroah-Hartman2017-10-161-3/+6
|\ \
| * | USB: dummy-hcd: Fix deadlock caused by disconnect detectionAlan Stern2017-10-111-3/+6
| |/
* | Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman2017-10-091-11/+54
|\|
| * USB: dummy-hcd: Fix erroneous synchronization changeAlan Stern2017-09-281-2/+30
| * USB: dummy-hcd: fix infinite-loop resubmission bugAlan Stern2017-09-281-0/+9
| * USB: dummy-hcd: fix connection failures (wrong speed)Alan Stern2017-09-281-4/+11
| * usb: gadget: dummy: fix nonsensical comparisonsArnd Bergmann2017-09-201-5/+4
* | usb: gadget: udc: dummy_hcd: use setup_timer() helper.Allen Pais2017-10-041-6/+2
|/
* usb: gadget: dummy: fix infinite loop because of missing loop decrementColin Ian King2017-08-151-1/+1
* Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-06-201-16/+23
|\
| * usb: gadget: dummy: implement ->udc_set_speed()Felipe Balbi2017-06-131-16/+23
* | USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern2017-06-151-9/+4
* | USB: gadget: dummy_hcd: fix hub-descriptor removable fieldsJohan Hovold2017-05-171-3/+3
|/
* usb: gadget: dummy_hcd: Fix wrong power status bit clear/reset in dummy_hub_c...Yuyang Du2017-04-111-12/+8
* usb: gadget: dummy_hcd: clear usb_gadget region before registrationPeter Chen2017-03-061-0/+2
* USB: dummy-hcd: fix bug in stop_activity (handle ep0)Alan Stern2017-01-021-3/+3
* usb: gadget: udc: dummy: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
* usb: gadget: udc: dummy: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-2/+1
* usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz2016-06-211-5/+0