aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc
Commit message (Expand)AuthorAge
* USB: net2280: Remove ->disconnect() callback from net2280_pullup()Alan Stern2018-10-05
* usb: gadget: udc: renesas_usb3: add support for r8a77990Yoshihiro Shimoda2018-10-05
* usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"Yoshihiro Shimoda2018-10-02
* USB: gadget core: Issue ->disconnect() callback from usb_gadget_disconnect()Alan Stern2018-10-02
* usb: gadget: atmel: remove pointless retrieval of DT name propertyRob Herring2018-10-02
* usb: gadget: fsl_udc_core: fixup struct_udc_setup documentationNicholas Mc Guire2018-10-02
* usb: gadget: fsl_udc_core: check allocation return value and cleanup on failureNicholas Mc Guire2018-10-02
* usb: gadget: udc: atmel: handle at91sam9rl PMCAlexandre Belloni2018-10-02
* usb: gadget: udc: fotg210-udc: Fix a sleep-in-atomic-context bug in fotg210_g...Jia-Ju Bai2018-10-02
* usb: gadget: udc: Remove unnecessary parenthesesNathan Chancellor2018-10-02
* usb: gadget: fix spelling mistakeis "[En]queing" -> "[En]queuing"Colin Ian King2018-10-02
* usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0Yoshihiro Shimoda2018-08-29
* usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]Anton Vasilyev2018-08-29
* USB: net2280: Fix erroneous synchronization changeAlan Stern2018-08-29
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-18
|\
| * Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-16
| |\
| * | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-07
* | | Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-07-30
|\ \ \
| * | | usb: gadget: udc: renesas_usb3: Add register of usb role switchYoshihiro Shimoda2018-07-30
| * | | USB: gadget: Document that certain ep operations can be called in interrupt c...Alan Stern2018-07-26
| | |/ | |/|
* | | usb: gadget: aspeed: Workaround memory ordering issueBenjamin Herrenschmidt2018-07-17
* | | usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in r8a6659...Jia-Ju Bai2018-07-17
* | | usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in init_...Jia-Ju Bai2018-07-17
* | | usb: gadget: aspeed-vhub: Fix SETUP packets with OUT data phaseBenjamin Herrenschmidt2018-07-17
|/ /
* / usb/gadget: aspeed-vhub: add USB_LIBCOMPOSITE dependencyArnd Bergmann2018-07-06
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-12
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-06-05
|\
| * USB: gadget: udc: s3c2410_udc: no need to check return value of debugfs_creat...Greg Kroah-Hartman2018-05-31
| * USB: gadget: udc: renesas_usb3: no need to check return value of debugfs_crea...Greg Kroah-Hartman2018-05-31
| * USB: gadget: udc: pxa27x_udc: no need to check return value of debugfs_create...Greg Kroah-Hartman2018-05-31
| * USB: gadget: udc: gr_udc: no need to check return value of debugfs_create fun...Greg Kroah-Hartman2018-05-31
| * USB: gadget: udc: bcm63xx_udc: no need to check return value of debugfs_creat...Greg Kroah-Hartman2018-05-31
| * USB: udc: atmel_usba_udc: no need to check return value of debugfs_create fun...Greg Kroah-Hartman2018-05-31
| * Merge tag 'usb-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-05-24
| |\
| | * usb: gadget: udc: renesas_usb3: fix double phy_put()Yoshihiro Shimoda2018-05-21
| | * usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnectingYoshihiro Shimoda2018-05-21
| | * usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns errorYoshihiro Shimoda2018-05-21
| | * usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udcYoshihiro Shimoda2018-05-21
| | * usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udcYoshihiro Shimoda2018-05-21
| | * usb: gadget: udc: renesas_usb3: should remove debugfsYoshihiro Shimoda2018-05-21
| | * usb: gadget: fsl: Introduce FSL_USB2_PHY_UTMI_DUAL for usb gadgetNikhil Badola2018-05-21
| | * usb: gadget: udc: atmel: Fix indentingRomain Izard2018-05-15
| | * usb: gadget: udc: atmel: Remove obsolete includeRomain Izard2018-05-15
| | * usb: gadget: udc: atmel: GPIO inversion is handled by gpiodRomain Izard2018-05-15
| | * usb/gadget: Add driver for Aspeed SoC virtual hubBenjamin Herrenschmidt2018-05-15
| | * usb: gadget: udc: core: Document the relation between usb_ep_queue() and comp...Alan Stern2018-04-23
| * | usb: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-04-22
| |/
* / proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-16
|/
* usb: gadget: udc: core: update usb_ep_queue() documentationFelipe Balbi2018-03-26