summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc
Commit message (Expand)AuthorAgeFilesLines
* USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern2017-06-152-17/+5
* usb: gadget: udc: renesas_usb3: Fix PN_INT_ENA disabling timingYoshihiro Shimoda2017-06-021-1/+1
* usb: gadget: udc: renesas_usb3: lock for PN_ registers accessYoshihiro Shimoda2017-06-021-3/+25
* usb: gadget: udc: renesas_usb3: fix deadlock by spinlockYoshihiro Shimoda2017-06-021-3/+0
* usb: gadget: udc: renesas_usb3: fix pm_runtime functions callingYoshihiro Shimoda2017-06-021-6/+6
* USB: gadget: dummy_hcd: fix hub-descriptor removable fieldsJohan Hovold2017-05-171-3/+3
* Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-04-1113-279/+528
|\
| * usb: gadget: udc: atmel: Update Kconfig help for fifo_mode = 0Cristian Birsan2017-04-111-2/+3
| * usb: gadget: udc: atmel: Use dev_err() to display EP configuration errorCristian Birsan2017-04-111-4/+4
| * usb: udc: allow adding and removing the same gadget deviceRoger Quadros2017-04-111-0/+1
| * usb: gadget: mv_u3d: fix error handling in mv_u3d_probe()Alexey Khoroshilov2017-04-111-6/+9
| * usb: gadget: udc: atmel: Check fifo configuration values against device treeCristian Birsan2017-04-111-2/+22
| * fsl_udc_core: add support for devices provided by fsl-mph-dr-ofMichael Grzeschik2017-04-111-0/+2
| * usb: gadget: udc: amd5536: split core and PCI layerRaviteja Garimella2017-04-115-215/+297
| * usb: gadget: udc: renesas_usb3: add support for usb role swapYoshihiro Shimoda2017-04-111-0/+56
| * usb: gadget: udc: atmel: Minor code cleanupCristian Birsan2017-04-111-10/+7
| * usb: gadget: udc: renesas_usb3: add extcon supportYoshihiro Shimoda2017-04-112-2/+42
| * usb: gadget: udc: renesas_usb3: add USB ID signal monitoringYoshihiro Shimoda2017-04-111-4/+63
| * usb: gadget: dummy_hcd: Fix wrong power status bit clear/reset in dummy_hub_c...Yuyang Du2017-04-111-12/+8
| * usb: gadget: udc: remove unnecessary variable and update function prototypeGustavo A. R. Silva2017-04-111-4/+1
| * usb: gadget: udc: avoid use of freed pointerGustavo A. R. Silva2017-04-111-9/+8
| * usb: gadget: pxa27x: Remove duplicate function prototypePetr Cvek2017-03-271-3/+0
| * usb: gadget: mv_udc: clarify a switch with an implicit fall-throughMichal Nazarewicz2017-03-271-7/+6
| * usb: gadget: udc: remove pointer dereference after freeGustavo A. R. Silva2017-03-221-1/+0
* | usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu2017-03-174-10/+10
* | usb: gadget: amd5536udc: Replace PCI pool old APIRomain Perier2017-03-162-6/+6
* | usb: gadget: pch_udc: Replace PCI pool old APIRomain Perier2017-03-161-16/+15
* | usb: gadget: net2280: Replace PCI pool old APIRomain Perier2017-03-162-7/+7
|/
* usb: gadget: udc: net2280: Fix tmp reusage in net2280 driverRaz Manor2017-03-061-12/+13
* usb: gadget: pxa27x: Test for a valid argument pointerPetr Cvek2017-03-061-2/+3
* usb: gadget: udc: atmel: fix debug outputArnd Bergmann2017-03-061-2/+2
* usb: gadget: dummy_hcd: clear usb_gadget region before registrationPeter Chen2017-03-061-0/+2
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
* scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
* Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-01-2618-64/+281
|\
| * usb: gadget: udc: fsl: Add missing complete function.Magnus Lilja2017-01-261-2/+8
| * usb: gadget: udc: constify usb_ep_ops structuresBhumika Goyal2017-01-2414-15/+15
| * usb: gadget: udc: atmel: Update endpoint allocation schemeCristian Birsan2017-01-243-33/+227
| * usb: gadget: constify usb_gadget_ops structuresBhumika Goyal2017-01-241-1/+1
| * usb: gadget: udc-core: Rescan pending list on driver unbindKrzysztof Opasiak2017-01-241-14/+31
* | Merge 4.10-rc5 into usb-nextGreg Kroah-Hartman2017-01-252-1/+3
|\ \
| * | usb: gadget: udc: atmel: remove memory leakAlexandre Belloni2017-01-122-1/+3
| |/
* | usb: gadget: constify usb_gadget_ops structuresBhumika Goyal2017-01-191-1/+1
|/
* usb: gadget: udc: core: fix return code of usb_gadget_probe_driver()Felix Hädicke2017-01-021-1/+5
* USB: dummy-hcd: fix bug in stop_activity (handle ep0)Alan Stern2017-01-021-3/+3
* usb: gadget: mv_u3d: mv_u3d_start_queue() refactoringAlexey Khoroshilov2016-11-081-13/+15
* usb: gadget: mv_u3d: add check for dma mapping errorAlexey Khoroshilov2016-11-081-0/+6
* usb: Convert pr_warning to pr_warnJoe Perches2016-11-036-8/+8
* usb: gadget: udc: mv: remove unnecessary & operationFelipe Balbi2016-11-031-1/+0
* usb: gadget: udc: fsl: remove unnecessary & operationFelipe Balbi2016-11-031-1/+0
OpenPOWER on IntegriCloud