summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: composite: don't queue OS desc req if length is invalidWilliam Wu2016-05-311-8/+13
* usb: gadget: f_fs: Fix kernel panic if use_os_string not setJim Lin2016-05-311-8/+10
* usb: gadget: f_tcm: out of bound access in usbg_drop_tpgHeinrich Schuchardt2016-05-311-9/+11
* usb: gadget: avoid exposing kernel stackHeinrich Schuchardt2016-05-311-0/+1
* usb: gadget: f_fs: Fix wrong check on reserved1 of OS_DESC_EXT_COMPATJim Lin2016-05-311-1/+1
* usb: gadget: storage-common: Fix old comment about qualifier descriptorKrzysztof Opasiak2016-05-311-3/+1
* usb: gadget: uac2: Drop unused device qualifier descriptorKrzysztof Opasiak2016-05-311-12/+0
* usb: gadget: printer: Drop unused device qualifier descriptorKrzysztof Opasiak2016-05-311-8/+0
* usb: gadget: fix spinlock dead lock in gadgetfsBin Liu2016-05-311-4/+13
* usb: f_fs: off by one bug in _ffs_func_bind()Dan Carpenter2016-05-311-6/+4
* usb: gadget: Fix binding to UDC via configfs interfaceKrzysztof Opasiak2016-05-312-4/+9
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-281-11/+0
|\
| * target: make close_session optionalChristoph Hellwig2016-05-101-5/+0
| * target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-6/+0
* | Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-2013-193/+105
|\ \
| * \ Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-04-2813-193/+105
| |\ \ | | |/ | |/|
| | * usb: gadget: composite: avoid kernel oops with bad gadgetsFelipe Balbi2016-04-281-3/+19
| | * usb: gadget: pch_udc: don't free devm allocated memoryFelipe Balbi2016-04-191-13/+1
| | * usb: f_mass_storage: test whether thread is running before starting anotherMichal Nazarewicz2016-04-196-50/+15
| | * usb: gadget: f_fs: Fix EFAULT generation for async read operationsLars-Peter Clausen2016-04-191-1/+1
| | * usb: gadget: r8a66597-udc: Deinline pipe_change, save 2176 bytesDenys Vlasenko2016-04-191-1/+1
| | * usb: gadget: udc: core: add usb_gadget_{un}map_request_by_dev()Yoshihiro Shimoda2016-04-191-6/+18
| | * usb: gadget: udc: core: Fix argument of dev_err() in usb_gadget_map_request()Yoshihiro Shimoda2016-04-191-1/+1
| | * usb: gadget: pch_udc: sort IDsAndy Shevchenko2016-04-181-1/+3
| | * usb: gadged: pch_udc: get rid of redundant assignmentsAndy Shevchenko2016-04-181-14/+4
| | * usb: gadget: pch_udc: enable MSI if hardware supportsAndy Shevchenko2016-04-181-0/+2
| | * usb: gadget: pch_udc: convert to devres APIAndy Shevchenko2016-04-181-72/+26
| | * usb: gadged: pch_udc: PCI core handles power state for usAndy Shevchenko2016-04-181-27/+12
| | * usb: common: rework CONFIG_USB_COMMON logicArnd Bergmann2016-04-181-0/+1
| | * usb: gadget: udc: at91: use PTR_ERR_OR_ZERO()Felipe Balbi2016-04-141-4/+1
* | | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-201-2/+2
|\ \ \
| * | | tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-2/+2
| |/ /
* / / treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
|/ /
* | usb: gadget: f_fs: Fix use-after-freeLars-Peter Clausen2016-04-201-3/+2
* | usb: gadget: composite: Clear reserved fields of SSP Dev CapJohn Youn2016-04-181-0/+2
|/
* Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-04-094-25/+20
|\
| * usb: gadget: udc-core: remove manual dma configurationGrygorii Strashko2016-04-061-6/+0
| * usb: gadget: f_midi: unlock on errorDan Carpenter2016-04-041-1/+3
| * usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSizeFelipe F. Tonello2016-03-301-1/+3
| * usb: gadget: composite: Access SSP Dev Cap fields properlyJohn Youn2016-03-291-3/+5
| * usb: gadget: udc: atmel: don't disable enpdoints we don't ownFelipe Balbi2016-03-291-14/+0
| * usb: gadget: f_midi: added spinlock on transmit functionFelipe F. Tonello2016-03-291-0/+9
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-042-4/+4
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-03-222-106/+89
|\
| * usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger2016-03-101-40/+11
| * usb-gadget/tcm: Conversion to percpu_ida tag pre-allocationNicholas Bellinger2016-03-102-39/+60
| * target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig2016-03-101-32/+23
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-202-10/+12
|\ \
| * | usb: gadget: atmel: access the PMC using regmapAlexandre Belloni2016-02-172-10/+12
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-171-2/+1
|\ \