summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-2617-624/+968
|\
| * USB: net2280: Remove ->disconnect() callback from net2280_pullup()Alan Stern2018-10-051-3/+0Star
| * usb: gadget: udc: renesas_usb3: add support for r8a77990Yoshihiro Shimoda2018-10-051-0/+11
| * usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"Yoshihiro Shimoda2018-10-021-0/+3
| * usb: gadget: f_uac2: disable IN/OUT ep if unusedAndreas Pape2018-10-021-44/+172
| * USB: gadget core: Issue ->disconnect() callback from usb_gadget_disconnect()Alan Stern2018-10-021-3/+6
| * usb: gadget: atmel: remove pointless retrieval of DT name propertyRob Herring2018-10-021-6/+0Star
| * usb: gadget: fsl_udc_core: fixup struct_udc_setup documentationNicholas Mc Guire2018-10-021-2/+4
| * usb: gadget: fsl_udc_core: check allocation return value and cleanup on failureNicholas Mc Guire2018-10-021-4/+26
| * usb: gadget: udc: atmel: handle at91sam9rl PMCAlexandre Belloni2018-10-021-0/+2
| * usb: gadget: udc: fotg210-udc: Fix a sleep-in-atomic-context bug in fotg210_g...Jia-Ju Bai2018-10-021-1/+1
| * usb: gadget: udc: Remove unnecessary parenthesesNathan Chancellor2018-10-021-1/+1
| * usb: gadget: fix spelling mistakeis "[En]queing" -> "[En]queuing"Colin Ian King2018-10-022-2/+2
| * Merge tag 'uvcg-20180925' of git://linuxtv.org/pinchartl/media into testing/nextFelipe Balbi2018-10-027-558/+740
| |\
| | * usb: gadget: uvc: configfs: Use %u to print unsigned int valuesLaurent Pinchart2018-09-251-16/+16
| | * usb: gadget: uvc: configfs: Simplify attributes macrosLaurent Pinchart2018-09-251-110/+74Star
| | * usb: gadget: uvc: configfs: Fix operation on big endian platformsLaurent Pinchart2018-09-251-35/+24Star
| | * usb: gadget: uvc: Remove uvc_set_trace_param() functionLaurent Pinchart2018-09-251-6/+0Star
| | * usb: gadget: uvc: Replace plain printk() with dev_*()Laurent Pinchart2018-09-255-42/+39Star
| | * usb: gadget: uvc: Only halt video streaming endpoint in bulk modeLaurent Pinchart2018-09-251-1/+3
| | * usb: gadget: uvc: Factor out video USB request queueingLaurent Pinchart2018-09-251-10/+20
| | * usb: gadget: uvc: configfs: Sort frame intervals upon writingPaul Elder2018-09-241-0/+13
| | * usb: gadget: uvc: configfs: Prevent format changes after linking headerJoel Pepper2018-09-241-0/+3
| | * usb: gadget: uvc: configfs: Add bFrameIndex attributesJoel Pepper2018-09-241-0/+56
| | * usb: gadget: uvc: configfs: Add bFormatIndex attributesLaurent Pinchart2018-09-241-6/+8
| | * usb: gadget: uvc: configfs: Add interface number attributesLaurent Pinchart2018-09-243-0/+67
| | * usb: gadget: uvc: configfs: Allocate groups dynamicallyLaurent Pinchart2018-09-242-251/+338
| | * usb: gadget: uvc: configfs: Drop leaked references to config itemsLaurent Pinchart2018-09-241-0/+4
| | * usb: gadget: uvc: configfs: Add section header commentsLaurent Pinchart2018-09-181-29/+91
| | * usb: gadget: uvc: configfs: Don't wrap groups unnecessarilyLaurent Pinchart2018-09-181-185/+117Star
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-2/+2
|\ \ \
| * | | signal: Don't send siginfo to kthreads.Eric W. Biederman2018-09-111-1/+1
| * | | signal: Remove the siginfo paramater from kernel_dqueue_signalEric W. Biederman2018-09-111-1/+1
| | |/ | |/|
* | | usb: gadget: storage: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-10-171-0/+3
| |/ |/|
* | usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0Yoshihiro Shimoda2018-08-291-1/+4
* | usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]Anton Vasilyev2018-08-291-5/+10
* | USB: net2280: Fix erroneous synchronization changeAlan Stern2018-08-291-2/+14
|/
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\
| * Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-163-8/+22
| |\
| * | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* | | Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-08-1816-102/+170
|\ \ \
| * \ \ Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-07-3016-102/+170
| |\ \ \
| | * | | usb: gadget: udc: renesas_usb3: Add register of usb role switchYoshihiro Shimoda2018-07-302-1/+84
| | * | | usb: gadget: storage: Remove reference countingJaejoong Kim2018-07-262-26/+5Star
| | * | | usb: gadget: storage: Add error handling for no memoryJaejoong Kim2018-07-261-1/+3
| | * | | USB: gadget: Document that certain ep operations can be called in interrupt c...Alan Stern2018-07-261-0/+18
| | * | | usb: gadget: configfs: avoid spaces for indentationParth Y Shah2018-07-261-2/+2
| | * | | usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang2018-07-261-1/+1
| | * | | usb: gadget: uvc: Expose configuration name through video nodeKieran Bingham2018-07-261-1/+23
| | * | | usb: gadget: uvc: configfs: Move function to avoid forward declarationLaurent Pinchart2018-07-261-7/+5Star