aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2017-06-02usb: gadget: udc: renesas_usb3: fix pm_runtime functions callingYoshihiro Shimoda1-6/+6
2017-06-02usb: gadget: f_mass_storage: Serialize wake and sleep executionThinh Nguyen1-2/+11
2017-06-02usb: gadget: Allow a non-SuperSpeed gadget to support LPMJohn Youn1-2/+6
2017-06-02usb: gadget: composite: Exclude SS Dev Cap DescJohn Youn1-22/+27
2017-06-02usb: gadget: function: f_fs: Move epfile waitqueue to ffs_data.Jerry Zhang2-9/+13
2017-06-02usb: gadget: function: f_fs: Let ffs_epfile_ioctl wait for enable.Jerry Zhang1-39/+54
2017-06-02usb: gadget: remove redundant self assignmentStefan Agner1-3/+1
2017-05-22Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman3-9/+9
2017-05-17usb: gadget: udc-xilinx: clean up a variable nameDan Carpenter1-1/+1
2017-05-17usb: gadget: udc: add null check before pointer dereferenceGustavo A. R. Silva1-2/+3
2017-05-17usb: fix the comment with regards to DocBookMauro Carvalho Chehab1-1/+1
2017-05-17usb: gadget: f_uac2: calculate wMaxPacketSize before endpoint matchSekhar Nori1-6/+6
2017-05-17usb: udc: core: Error if req->buf is either from vmalloc or stackFlorian Fainelli1-0/+9
2017-05-17USB: gadget: dummy_hcd: fix hub-descriptor removable fieldsJohan Hovold1-3/+3
2017-05-16usb: gadget: f_fs: avoid out of bounds access on comp_descWilliam Wu1-5/+5
2017-05-16usb: gadget: gserial: check if console kthread existsBogdan Mirea1-1/+1
2017-05-16USB: f_mass_storage: improve memory barriers and synchronizationAlan Stern2-202/+152
2017-05-16USB: f_mass_storage: improve async notification handlingAlan Stern2-55/+24
2017-05-04Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds25-416/+629
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-1/+1
2017-04-11Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman18-365/+576
2017-04-11usb: gadget: udc: atmel: Update Kconfig help for fifo_mode = 0Cristian Birsan1-2/+3
2017-04-11usb: gadget: udc: atmel: Use dev_err() to display EP configuration errorCristian Birsan1-4/+4
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_control()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-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-7/+16
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal1-0/+1
2017-03-30usb: gadget: Correct usb EP argument for BOT status requestManish Narani1-1/+1
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-27Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman3-6/+16
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