aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)Author
2019-01-28usb: gadget: udc: net2272: Fix bitwise and boolean operationsGustavo A. R. Silva
2019-01-28usb: gadget: udc: renesas_usb3: add support for r8a774c0Fabrizio Castro
2019-01-28usb: gadget: udc: reduce indentationJulia Lawall
2019-01-28usb: gadget: aspeed: fix typoMatteo Croce
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman
2019-01-15Merge 5.0-rc2 into usb-nextGreg Kroah-Hartman
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2019-01-07usb: gadget: udc: reduce indentationJulia Lawall
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-12Merge tag 'usb-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2018-12-07USB: gadget: udc: s3c2410_udc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-03Merge 4.20-rc5 into usb-nextGreg Kroah-Hartman
2018-11-26USB: omap_udc: fix rejection of out transfers when DMA is usedAaro Koskinen
2018-11-26USB: omap_udc: fix USB gadget functionality on Palm Tungsten EAaro Koskinen
2018-11-26USB: omap_udc: fix omap_udc_start() on 15xx machinesAaro Koskinen
2018-11-26USB: omap_udc: fix crashes on probe error and module removalAaro Koskinen
2018-11-26USB: omap_udc: use devm_request_irq()Aaro Koskinen
2018-11-26usb: gadget: udc: fix spelling mistake "intrerrupt" -> "interrupt"Colin Ian King
2018-11-26usb: gadget: udc: renesas_usb3: add a safety connection way for forced_b_deviceYoshihiro Shimoda
2018-11-26usb: gadget: aspeed-vhub: constify usb_gadget_ops structureJulia Lawall
2018-11-07USB: gadget: udc: fix spelling mistake "intrerrupt" -> "interrupt"Colin Ian King
2018-10-05USB: net2280: Remove ->disconnect() callback from net2280_pullup()Alan Stern
2018-10-05usb: gadget: udc: renesas_usb3: add support for r8a77990Yoshihiro Shimoda
2018-10-02usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"Yoshihiro Shimoda
2018-10-02USB: gadget core: Issue ->disconnect() callback from usb_gadget_disconnect()Alan Stern
2018-10-02usb: gadget: atmel: remove pointless retrieval of DT name propertyRob Herring
2018-10-02usb: gadget: fsl_udc_core: fixup struct_udc_setup documentationNicholas Mc Guire
2018-10-02usb: gadget: fsl_udc_core: check allocation return value and cleanup on failureNicholas Mc Guire
2018-10-02usb: gadget: udc: atmel: handle at91sam9rl PMCAlexandre Belloni
2018-10-02usb: gadget: udc: fotg210-udc: Fix a sleep-in-atomic-context bug in fotg210_g...Jia-Ju Bai
2018-10-02usb: gadget: udc: Remove unnecessary parenthesesNathan Chancellor
2018-10-02usb: gadget: fix spelling mistakeis "[En]queing" -> "[En]queuing"Colin Ian King
2018-08-29usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0Yoshihiro Shimoda
2018-08-29usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]Anton Vasilyev
2018-08-29USB: net2280: Fix erroneous synchronization changeAlan Stern
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-07-30Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2018-07-30usb: gadget: udc: renesas_usb3: Add register of usb role switchYoshihiro Shimoda
2018-07-26USB: gadget: Document that certain ep operations can be called in interrupt c...Alan Stern
2018-07-17usb: gadget: aspeed: Workaround memory ordering issueBenjamin Herrenschmidt
2018-07-17usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in r8a6659...Jia-Ju Bai
2018-07-17usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in init_...Jia-Ju Bai
2018-07-17usb: gadget: aspeed-vhub: Fix SETUP packets with OUT data phaseBenjamin Herrenschmidt
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-07-06usb/gadget: aspeed-vhub: add USB_LIBCOMPOSITE dependencyArnd Bergmann
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-05Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-05-31USB: gadget: udc: s3c2410_udc: no need to check return value of debugfs_creat...Greg Kroah-Hartman