summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2018-07-26USB: gadget: Document that certain ep operations can be called in interrupt c...Alan Stern1-0/+18
2018-07-26usb: gadget: configfs: avoid spaces for indentationParth Y Shah1-2/+2
2018-07-26usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang1-1/+1
2018-07-26usb: gadget: uvc: Expose configuration name through video nodeKieran Bingham1-1/+23
2018-07-26usb: gadget: uvc: configfs: Move function to avoid forward declarationLaurent Pinchart1-7/+5
2018-07-26usb: gadget: tcm: fix spelling mistake: "Manufactor" -> "Manufacturer"Colin Ian King1-1/+1
2018-07-26usb: gadget: uvc: Move trace parameter to function moduleLaurent Pinchart3-8/+2
2018-07-26usb: gadget: uvc: Minimize #include in headersLaurent Pinchart7-18/+25
2018-07-26usb: gadget: uvc: Move userspace API definition to public headerLaurent Pinchart1-40/+5
2018-07-06usb/gadget: aspeed-vhub: add USB_LIBCOMPOSITE dependencyArnd Bergmann1-0/+1
2018-06-19usb: gadget: composite: fix delayed_status race condition when set_interfaceChunfeng Yun1-0/+3
2018-06-18usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfersVincent Pelletier1-8/+18
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2-2/+3
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook2-4/+4
2018-06-07Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-3/+2
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-06-06Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds29-204/+3815
2018-05-31USB: gadget: udc: s3c2410_udc: no need to check return value of debugfs_creat...Greg Kroah-Hartman1-13/+4
2018-05-31USB: gadget: udc: renesas_usb3: no need to check return value of debugfs_crea...Greg Kroah-Hartman1-15/+3
2018-05-31USB: gadget: udc: pxa27x_udc: no need to check return value of debugfs_create...Greg Kroah-Hartman2-40/+6
2018-05-31USB: gadget: udc: gr_udc: no need to check return value of debugfs_create fun...Greg Kroah-Hartman2-6/+2
2018-05-31USB: gadget: udc: bcm63xx_udc: no need to check return value of debugfs_creat...Greg Kroah-Hartman1-32/+5
2018-05-31USB: udc: atmel_usba_udc: no need to check return value of debugfs_create fun...Greg Kroah-Hartman2-64/+11
2018-05-24usb: gadget: function: printer: avoid wrong list handling in printer_write()Yoshihiro Shimoda1-3/+3
2018-05-24Merge tag 'usb-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman22-34/+3784
2018-05-21usb: gadget: udc: renesas_usb3: fix double phy_put()Yoshihiro Shimoda1-2/+0
2018-05-21usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnectingYoshihiro Shimoda1-0/+7
2018-05-21usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns errorYoshihiro Shimoda1-3/+5
2018-05-21usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udcYoshihiro Shimoda1-8/+8
2018-05-21usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udcYoshihiro Shimoda1-1/+1
2018-05-21usb: gadget: udc: renesas_usb3: should remove debugfsYoshihiro Shimoda1-1/+7
2018-05-21usb: gadget: f_phonet: fix pn_net_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-05-21usb: gadget: fsl: Introduce FSL_USB2_PHY_UTMI_DUAL for usb gadgetNikhil Badola1-0/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig4-61/+6
2018-05-15usb: gadget: udc: atmel: Fix indentingRomain Izard1-9/+9
2018-05-15usb: gadget: udc: atmel: Remove obsolete includeRomain Izard1-1/+0
2018-05-15usb: gadget: udc: atmel: GPIO inversion is handled by gpiodRomain Izard2-3/+1
2018-05-15USB: rndis: Fix for handling garbled messagesMichel Pollet1-0/+3
2018-05-15usb: gadget: composite: fill bcdUSB as 0x0320 for SuperSpeed or higher speedsChunfeng Yun1-1/+1
2018-05-15usb: gadget: f_ecm: fix host mac address for multiple instancesLukasz Nowak1-1/+2
2018-05-15USB: Gadget Ethernet: Re-enable Jumbo frames.John Greb1-0/+4
2018-05-15usb: gadget: f_fs: Add compat_ioctl to epfilesJerry Zhang1-0/+11
2018-05-15usb: gadget: f_midi: Use refcount when freeing f_midi_optsJerry Zhang1-6/+20
2018-05-15usb/gadget: Add driver for Aspeed SoC virtual hubBenjamin Herrenschmidt10-0/+3700
2018-05-15usb/gadget: Constify usb_gadget_get_string "table" argumentBenjamin Herrenschmidt1-1/+1
2018-05-08Merge 4.17-rc4 into usb-nextGreg Kroah-Hartman1-1/+1
2018-04-25usb: gadget: f_phonet: fix pn_net_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-04-23usb: gadget: udc: core: Document the relation between usb_ep_queue() and comp...Alan Stern1-0/+6