aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)Author
2019-11-06USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern
2019-10-29usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva
2019-10-17USB: dummy-hcd: fix power budget for SuperSpeed modeJacky.Cao@sony.com
2019-08-25usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"Yoshihiro Shimoda
2019-07-10usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMICAlexandre Belloni
2019-07-10usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i]Young Xiao
2019-05-04usb: gadget: net2272: Fix net2272_dequeue()Guido Kiener
2019-05-04usb: gadget: net2280: Fix net2280_dequeue()Guido Kiener
2019-05-04usb: gadget: net2280: Fix overrun of OUT messagesGuido Kiener
2019-02-12usb: gadget: udc: net2272: Fix bitwise and boolean operationsGustavo A. R. Silva
2019-01-26usb: gadget: udc: renesas_usb3: add a safety connection way for forced_b_deviceYoshihiro Shimoda
2018-12-17USB: omap_udc: fix rejection of out transfers when DMA is usedAaro Koskinen
2018-12-17USB: omap_udc: fix USB gadget functionality on Palm Tungsten EAaro Koskinen
2018-12-17USB: omap_udc: fix omap_udc_start() on 15xx machinesAaro Koskinen
2018-12-17USB: omap_udc: fix crashes on probe error and module removalAaro Koskinen
2018-12-17USB: omap_udc: use devm_request_irq()Aaro Koskinen
2018-11-13usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"Yoshihiro Shimoda
2018-11-13usb: gadget: udc: atmel: handle at91sam9rl PMCAlexandre Belloni
2018-10-10usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]Anton Vasilyev
2018-09-26USB: net2280: Fix erroneous synchronization changeAlan Stern
2018-09-26usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0Yoshihiro Shimoda
2018-09-05usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in r8a6659...Jia-Ju Bai
2018-09-05usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in init_...Jia-Ju Bai
2018-08-03usb: gadget: udc: renesas_usb3: should remove debugfsYoshihiro Shimoda
2018-06-16usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnectingYoshihiro Shimoda
2018-05-25usb: gadget: udc: change comparison to bitshift when dealing with a maskWolfram Sang
2018-05-25usb: gadget: fsl_udc_core: fix ep valid checksStefan Agner
2018-05-25usb: gadget: core: Fix use-after-free of usb_requestManu Gautam
2018-04-24usb: gadget: udc: core: update usb_ep_queue() documentationFelipe Balbi
2018-03-21USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()Wei Yongjun
2018-02-03usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()Benjamin Herrenschmidt
2018-01-17USB: UDC core: fix double-free in usb_add_gadget_udc_releaseAlan Stern
2017-12-14usb: gadget: core: Fix ->udc_set_speed() speed handlingRoger Quadros
2017-12-14usb: gadget: udc: renesas_usb3: fix number of the pipesYoshihiro Shimoda
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-11USB: dummy-hcd: Fix deadlock caused by disconnect detectionAlan Stern
2017-09-28usb: gadget: udc: atmel: set vbus irqflags explicitlyNicolas Ferre
2017-09-28usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe()Yoshihiro Shimoda
2017-09-28usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT valueYoshihiro Shimoda
2017-09-28usb: gadget: udc: renesas_usb3: fix for no-data control transferYoshihiro Shimoda
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-09-20usb: gadget: udc: fix snps_udc_plat.c build errorsRandy Dunlap
2017-09-20usb: gadget: core: fix ->udc_set_speed() logicRoger Quadros
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-28Merge tag 'extcon-next-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2017-08-22Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-08-18USB: Gadget core: fix inconsistency in the interface tousb_add_gadget_udc_rel...Alan Stern