aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/configfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-5/+5
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: gadget: configfs: make config_item_type constBhumika Goyal1-5/+5
2017-10-11usb: gadget: configfs: Fix memory leak of interface directory dataAndrew Gabbasov1-7/+8
2017-06-13usb: gadget: configfs: use hexadecimal values and new lineStefan Agner1-3/+3
2017-06-13usb: gadget: configfs: make qw_sign attribute symmetricStefan Agner1-2/+6
2017-03-06usb: gadget: configs: plug memory leakJohn Keeping1-0/+1
2016-12-01fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz1-5/+3
2016-08-31usb: gadget: configfs: log function unbinding as debugRomain Izard1-1/+1
2016-08-25usb: gadget: configfs: log function unbinding as informationRomain Izard1-2/+3
2016-08-11usb: gadget: configfs: add mutex lock before unregister gadgetWinter Wang1-0/+2
2016-05-31usb: gadget: Fix binding to UDC via configfs interfaceKrzysztof Opasiak1-0/+1
2016-03-17Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-23/+13
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig1-23/+13
2016-03-04usb: gadget: Update config for SuperSpeedPlusJohn Youn1-0/+1
2015-12-16usb: gadget: configfs: pass UDC name via usb_gadget_driver structRuslan Bilovol1-13/+16
2015-10-13usb-gadget: use per-attribute show and store methodsChristoph Hellwig1-182/+113
2015-07-29usb: gadget: configfs: allocate and init otg descriptor by otg capabilitiesLi Jun1-9/+20
2015-07-17configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss1-1/+1
2015-04-27usb: gadget: configfs: Fix interfaces array NULL-terminationKrzysztof Opasiak1-0/+1
2015-02-23usb: gadget: configfs: don't NUL-terminate (sub)compatible idsAndrzej Pietrasiewicz1-2/+0
2014-11-03usb: gadget: udc: core: prepend udc_attach_driver with usb_Felipe Balbi1-1/+1
2014-11-03usb: gadget: configfs: add suspend/resumeAndrzej Pietrasiewicz1-0/+3
2014-09-09usb: gadget: configfs: add reset API at usb_gadget_driverPeter Chen1-0/+1
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-3/+1
2014-06-30usb: gadget: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-3/+1
2014-06-19usb: gadget: OS descriptors: provide interface directory namesAndrzej Pietrasiewicz1-2/+3
2014-06-19usb: gadget: OS descriptors configfs cleanupAndrzej Pietrasiewicz1-16/+16
2014-05-14usb: gadget: configfs: OS Extended Properties descriptors supportAndrzej Pietrasiewicz1-0/+201
2014-05-14usb: gadget: configfs: OS Extended Compatibility descriptors supportAndrzej Pietrasiewicz1-0/+190
2014-05-14usb: gadget: configfs: OS String supportAndrzej Pietrasiewicz1-1/+158
2014-05-14usb: gadget: configfs: fix typoPeter Chen1-2/+2
2014-04-21usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi1-1/+1
2013-12-19usb: gadget: configfs: include appropriate header file in configfs.cRashika Kheria1-0/+1
2013-12-12usb: gadget: configfs: allow setting function instance's nameAndrzej Pietrasiewicz1-0/+7
2013-10-01usb: gadget: configfs: add a method to unregister the gadgetAndrzej Pietrasiewicz1-0/+8
2013-10-01usb: gadget: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong1-1/+1
2013-08-27usb: gadget: configfs: keep a function if it is not successfully addedAndrzej Pietrasiewicz1-1/+3
2013-05-15usb: gadget: fix error return code in configfs_composite_bind()Wei Yongjun1-2/+6
2013-04-08usb, gadget: use appropriate warning accessorsDavid Rientjes1-2/+2
2013-04-03usb: gadget: the start of the configfs interfaceSebastian Andrzej Siewior1-0/+1003