summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: u_ether: fix unsafe list iterationMarek Szyprowski2018-11-281-5/+6
* USB: omap_udc: fix rejection of out transfers when DMA is usedAaro Koskinen2018-11-261-0/+1
* USB: omap_udc: fix USB gadget functionality on Palm Tungsten EAaro Koskinen2018-11-261-0/+1
* USB: omap_udc: fix omap_udc_start() on 15xx machinesAaro Koskinen2018-11-261-1/+2
* USB: omap_udc: fix crashes on probe error and module removalAaro Koskinen2018-11-261-31/+19
* USB: omap_udc: use devm_request_irq()Aaro Koskinen2018-11-261-27/+10
* Revert "usb: gadget: ffs: Fix BUG when userland exits with submitted AIO tran...Shen Jing2018-11-141-18/+8
* Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-311-1/+1
|\
| * media: videobuf2-v4l2: integrate with media requestsHans Verkuil2018-08-311-1/+1
* | 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/+0
| * | 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/+0
| * | 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/+74
| | * | usb: gadget: uvc: configfs: Fix operation on big endian platformsLaurent Pinchart2018-09-251-35/+24
| | * | usb: gadget: uvc: Remove uvc_set_trace_param() functionLaurent Pinchart2018-09-251-6/+0
| | * | usb: gadget: uvc: Replace plain printk() with dev_*()Laurent Pinchart2018-09-255-42/+39
| | * | 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/+117
| | |/
* | | 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
|\ \ \