summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
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-08-18Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-08-02scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie
2018-08-02scsi: target: rename target_alloc_sessionMike Christie
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: storage: Remove reference countingJaejoong Kim
2018-07-26usb: gadget: storage: Add error handling for no memoryJaejoong Kim
2018-07-26USB: gadget: Document that certain ep operations can be called in interrupt c...Alan Stern
2018-07-26usb: gadget: configfs: avoid spaces for indentationParth Y Shah
2018-07-26usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang
2018-07-26usb: gadget: uvc: Expose configuration name through video nodeKieran Bingham
2018-07-26usb: gadget: uvc: configfs: Move function to avoid forward declarationLaurent Pinchart
2018-07-26usb: gadget: tcm: fix spelling mistake: "Manufactor" -> "Manufacturer"Colin Ian King
2018-07-26usb: gadget: uvc: Move trace parameter to function moduleLaurent Pinchart
2018-07-26usb: gadget: uvc: Minimize #include in headersLaurent Pinchart
2018-07-26usb: gadget: uvc: Move userspace API definition to public headerLaurent Pinchart
2018-07-20usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang
2018-07-17usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'Eugeniu Rosca
2018-07-17usb: gadget: aspeed: Workaround memory ordering issueBenjamin Herrenschmidt
2018-07-17usb: gadget: u_audio: protect stream runtime fields with stream spinlockVladimir Zapolskiy
2018-07-17usb: gadget: u_audio: remove cached period bytes valueVladimir Zapolskiy
2018-07-17usb: gadget: u_audio: remove caching of stream buffer parametersVladimir Zapolskiy
2018-07-17usb: gadget: u_audio: update hw_ptr in iso_complete after data copiedJoshua Frkuska
2018-07-17usb: gadget: u_audio: fix pcm/card naming in g_audio_setup()Eugeniu Rosca
2018-07-17usb: gadget: f_uac2: fix error handling in afunc_bind (again)Eugeniu Rosca
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: Fix OS descriptors supportBenjamin Herrenschmidt
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-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox
2018-06-19usb: gadget: composite: fix delayed_status race condition when set_interfaceChunfeng Yun
2018-06-18usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfersVincent Pelletier
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
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