summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2017-04-11usb: udc: allow adding and removing the same gadget deviceRoger Quadros1-0/+1
2017-04-11usb: gadget: mv_u3d: fix error handling in mv_u3d_probe()Alexey Khoroshilov1-6/+9
2017-04-11usb: gadget: udc: atmel: Check fifo configuration values against device treeCristian Birsan1-2/+22
2017-04-11fsl_udc_core: add support for devices provided by fsl-mph-dr-ofMichael Grzeschik1-0/+2
2017-04-11usb: gadget: udc: amd5536: split core and PCI layerRaviteja Garimella5-215/+297
2017-04-11usb: gadget: udc: renesas_usb3: add support for usb role swapYoshihiro Shimoda1-0/+56
2017-04-11usb: gadget: udc: atmel: Minor code cleanupCristian Birsan1-10/+7
2017-04-11usb: gadget: udc: renesas_usb3: add extcon supportYoshihiro Shimoda2-2/+42
2017-04-11usb: gadget: udc: renesas_usb3: add USB ID signal monitoringYoshihiro Shimoda1-4/+63
2017-04-11usb: gadget: f_fs: simplify ffs_dev name handlingMichal Nazarewicz2-64/+19
2017-04-11usb: gadget: dummy_hcd: Fix wrong power status bit clear/reset in dummy_hub_c...Yuyang Du1-12/+8
2017-04-11usb: gadget: u_ether: conditionally align transfer sizeFelipe Balbi1-2/+6
2017-04-11usb: gadget: u_ether: use better list accessorsFelipe Balbi1-10/+6
2017-04-11usb: gadget: reword configuration choicesRomain Izard1-2/+8
2017-04-11usb: gadget: legacy gadgets are optionalRomain Izard1-0/+1
2017-04-11usb: gadget: udc: remove unnecessary variable and update function prototypeGustavo A. R. Silva1-4/+1
2017-04-11usb: gadget: udc: avoid use of freed pointerGustavo A. R. Silva1-9/+8
2017-04-11usb: gadget: uvc: Missing files for configfs interfacePetr Cvek1-8/+8
2017-03-27usb: gadget: pxa27x: Remove duplicate function prototypePetr Cvek1-3/+0
2017-03-27usb: gadget: mv_udc: clarify a switch with an implicit fall-throughMichal Nazarewicz1-7/+6
2017-03-22usb: gadget: f_hid: fix: Don't access hidg->req without spinlock heldKrzysztof Opasiak1-4/+4
2017-03-22usb: gadget: udc: remove pointer dereference after freeGustavo A. R. Silva1-1/+0
2017-03-22usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeedRoger Quadros1-0/+8
2017-03-22usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerIntervalRoger Quadros1-1/+1
2017-03-22usb: gadget: acm: fix endianness in notificationsOliver Neukum1-1/+3
2017-03-11Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-27/+38
2017-03-10scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-2/+1
2017-03-06usb: gadget: udc: net2280: Fix tmp reusage in net2280 driverRaz Manor1-12/+13
2017-03-06usb: gadget: pxa27x: Test for a valid argument pointerPetr Cvek1-2/+3
2017-03-06Revert "usb: gadget: f_fs: Fix ExtCompat descriptor validation"Janusz Dziedzic1-1/+1
2017-03-06USB: gadgetfs: Fix a potential memory leak in 'dev_config()'Christophe JAILLET1-1/+3
2017-03-06usb: gadget: udc: atmel: fix debug outputArnd Bergmann1-2/+2
2017-03-06usb: gadget: configs: plug memory leakJohn Keeping1-0/+1
2017-03-06usb: gadget: dummy_hcd: clear usb_gadget region before registrationPeter Chen1-0/+2
2017-03-06Revert "usb: gadget: uvc: Add missing call for additional setup data"Roger Quadros1-7/+0
2017-03-06usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi1-2/+13
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-28lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-28scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-02-28scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-02-22Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds29-165/+545
2017-02-21Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2017-02-06Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman1-1/+12
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman29-164/+544
2017-01-26usb: gadget: udc: fsl: Add missing complete function.Magnus Lilja1-2/+8
2017-01-25usb: gadget: f_fs: Assorted buffer overflow checks.Vincent Pelletier1-1/+12
2017-01-25Merge 4.10-rc5 into usb-nextGreg Kroah-Hartman4-8/+10
2017-01-24usb: gadget: f_hid: fix: Move IN request allocation to set_alt()Krzysztof Opasiak1-22/+67
2017-01-24usb: gadget: udc: constify usb_ep_ops structuresBhumika Goyal14-15/+15