aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2020-05-29usb: get rid of pointless access_ok() callsAl Viro1-6/+0
2020-05-15USB: gadget: fix illegal array access in binding with UDCKyungtae Kim1-0/+3
2020-05-14usb: gadget: udc: atmel: Make some symbols staticSamuel Zou1-2/+2
2020-05-14usb: raw-gadget: fix null-ptr-deref when reenabling endpointsAndrey Konovalov1-1/+0
2020-05-14usb: raw-gadget: support stalling/halting/wedging endpointsAndrey Konovalov1-2/+129
2020-05-14usb: raw-gadget: fix gadget endpoint selectionAndrey Konovalov1-64/+123
2020-05-09usb: raw-gadget: fix return value of ep read ioctlsAndrey Konovalov1-2/+6
2020-05-09usb: gadget: legacy: fix error return code in gncm_bind()Wei Yongjun1-1/+3
2020-05-09usb: gadget: legacy: fix error return code in cdc_bind()Wei Yongjun1-1/+3
2020-05-09usb: gadget: legacy: fix redundant initialization warningsMasahiro Yamada1-2/+1
2020-05-09usb: gadget: tegra-xudc: Fix idle suspend/resumeThierry Reding1-4/+4
2020-05-09usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272_plat_probe()'Christophe JAILLET1-0/+2
2020-05-09usb: gadget: audio: Fix a missing error return value in audio_bind()Christophe JAILLET1-1/+3
2020-04-20Merge tag 'fixes-for-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman2-3/+3
2020-04-17usb: raw-gadget: Fix copy_to/from_user() checksDan Carpenter1-24/+22
2020-04-17usb: raw-gadget: fix raw_event_queue_fetch lockingAndrey Konovalov1-5/+20
2020-04-17usb: gadget: udc: atmel: Fix vbus disconnect handlingCristian Birsan1-2/+2
2020-04-16usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()Udipto Goswami1-0/+4
2020-04-16usb: raw-gadget: fix raw_event_queue_fetch lockingAndrey Konovalov1-5/+20
2020-04-16usb: raw-gadget: Fix copy_to/from_user() checksDan Carpenter1-24/+22
2020-04-16usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_completeNathan Chancellor1-1/+1
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-5/+1
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2020-03-30Merge tag 'usb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds34-223/+2827
2020-03-30Merge tag 'media/v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2020-03-26usb: gadget: fsl: remove unused variable 'driver_desc'YueHaibing1-1/+0
2020-03-26usb: gadget: f_fs: Fix use after free issue as part of queue failureSriharsha Allenki1-0/+1
2020-03-21completion: Use simple wait queuesThomas Gleixner1-1/+1
2020-03-21usb: gadget: Use completion interface instead of open coding itThomas Gleixner1-2/+2
2020-03-19usb: gadget: tegra-xudc: Support multiple device modesNagarjuna Kristam1-57/+160
2020-03-19usb: gadget: tegra-xudc: Use phy_set_mode() to set/unset device modeNagarjuna Kristam1-5/+7
2020-03-19usb: gadget: tegra-xudc: Add usb-phy supportNagarjuna Kristam1-3/+45
2020-03-19usb: gadget: tegra-xudc: Remove usb-role-switch supportNagarjuna Kristam2-54/+7
2020-03-16scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche2-5/+1
2020-03-16usb: get rid of 'choice' for legacy gadget driversMasahiro Yamada1-26/+22
2020-03-16Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman14-75/+2581
2020-03-15usb: gadget: aspeed: add ast2600 vhub supportTao Ren2-2/+5
2020-03-15usb: gadget: aspeed: read vhub properties from device treeTao Ren5-57/+88
2020-03-15usb: gadget: aspeed: support per-vhub usb descriptorsTao Ren2-12/+46
2020-03-15usb: gadget: f_phonet: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-15usb: gadget: composite: Inform controller driver of self-poweredThinh Nguyen1-0/+9
2020-03-15usb: gadget: amd5536udc: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni1-1/+1
2020-03-15udc: s3c-hsudc: Silence warning about supplies during deferred probeMarek Szyprowski1-1/+2
2020-03-15usb: gadget: add raw-gadget interfaceAndrey Konovalov3-0/+1090
2020-03-15usb: gadget: remove redundant assignment to variable statusColin Ian King1-2/+0
2020-03-15usb: gadget: xudc: Remove redundant platform_get_irq error messageYueHaibing1-4/+1
2020-03-15usb: gadget: add udc driver for max3420Jassi Brar3-0/+1342
2020-03-04usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus2-15/+19
2020-03-04usb: gadget: net2280: Distribute switch variables for initializationKees Cook1-3/+2