aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc/dummy_hcd.c
AgeCommit message (Expand)Author
2022-03-18usb: gadget: eliminate anonymous module_init & module_exitRandy Dunlap
2022-03-15usb: gadget: dummy_hcd: remove usage of list iterator past the loop bodyJakob Koschel
2021-06-04USB: UDC: Implement udc_async_callbacks in dummy-hcdAlan Stern
2021-04-22usb: gadget: dummy_hcd: fix gpf in gadget_setupAnirudh Rayabharam
2021-03-10USB: gadget: dummy-hcd: remove redundant initialization of variable 'value'Colin Ian King
2021-01-14USB: gadget: dummy-hcd: Fix errors in port-reset handlingAlan Stern
2020-12-30USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bugAlan Stern
2020-12-07USB: dummy-hcd: Fix uninitialized array use in init()Bui Quang Minh
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-10-28usb: gadget: udc: Remove in_interrupt()/in_irq() from commentsAhmed S. Darwish
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-09usb: gadget: udc: dummy_hcd: Repair misspelled function argument 'dummy_hcd'Lee Jones
2020-07-01USB: Fix up terminologyGreg Kroah-Hartman
2020-05-25USB: dummy-hcd: use configurable endpoint naming schemeAndrey Konovalov
2020-05-25USB: dummy-hcd: Add missing annotation for set_link_state()Jules Irenge
2020-02-19usb: gadget: dummy_hcd: remove useless cast for driver.nameCorentin Labbe
2019-11-04USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipeinAndrey Konovalov
2019-11-04USB: dummy-hcd: increase max number of devices to 32Andrey Konovalov
2019-10-04USB: dummy-hcd: fix power budget for SuperSpeed modeJacky.Cao@sony.com
2019-05-03usb: introduce usb_ep_type_string() functionChunfeng Yun
2019-05-03USB: dummy-hcd: Fix failure to give back unlinked URBsAlan Stern
2018-03-13usb: gadget: udc: Use scnprintf() instead of snprintf()Jaejoong Kim
2017-12-11USB: dummy-hcd: Adapt dummy_udc_set_speed()Roger Quadros
2017-12-11USB: dummy-hcd: don't set gadget.speed in dummy_hub_control()Roger Quadros
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-01usb: gadget: udc: dummy_hcd: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-24Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-10-16Merge 4.14-rc5 into usb-nextGreg Kroah-Hartman
2017-10-11USB: dummy-hcd: Fix deadlock caused by disconnect detectionAlan Stern
2017-10-11USB: dummy-hcd: remove unsupported isochronous endpointsAlan Stern
2017-10-11USB: dummy-hcd: bandwidth limits for non-bulk transfersAlan Stern
2017-10-09Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman
2017-10-04usb: gadget: udc: dummy_hcd: use setup_timer() helper.Allen Pais
2017-09-28USB: dummy-hcd: Fix erroneous synchronization changeAlan Stern
2017-09-28USB: dummy-hcd: fix infinite-loop resubmission bugAlan Stern
2017-09-28USB: dummy-hcd: fix connection failures (wrong speed)Alan Stern
2017-09-20usb: gadget: dummy: fix nonsensical comparisonsArnd Bergmann
2017-08-15usb: gadget: dummy: fix infinite loop because of missing loop decrementColin Ian King
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-06-15USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern
2017-06-13usb: gadget: dummy: implement ->udc_set_speed()Felipe Balbi
2017-05-17USB: gadget: dummy_hcd: fix hub-descriptor removable fieldsJohan Hovold
2017-04-11usb: gadget: dummy_hcd: Fix wrong power status bit clear/reset in dummy_hub_c...Yuyang Du
2017-03-06usb: gadget: dummy_hcd: clear usb_gadget region before registrationPeter Chen
2017-01-02USB: dummy-hcd: fix bug in stop_activity (handle ep0)Alan Stern
2016-11-03usb: gadget: udc: dummy: remove unnecessary & operationFelipe Balbi
2016-11-03usb: gadget: udc: dummy: make use of new usb_endpoint_maxp_mult()Felipe Balbi
2016-06-21usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz