aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/configfs.c
AgeCommit message (Expand)Author
2017-12-14usb: gadget: configs: plug memory leakJohn Keeping
2017-10-18usb: gadget: configfs: Fix memory leak of interface directory dataAndrew Gabbasov
2016-08-31usb: gadget: configfs: log function unbinding as debugRomain Izard
2016-08-25usb: gadget: configfs: log function unbinding as informationRomain Izard
2016-08-11usb: gadget: configfs: add mutex lock before unregister gadgetWinter Wang
2016-05-31usb: gadget: Fix binding to UDC via configfs interfaceKrzysztof Opasiak
2016-03-17Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig
2016-03-04usb: gadget: Update config for SuperSpeedPlusJohn Youn
2015-12-16usb: gadget: configfs: pass UDC name via usb_gadget_driver structRuslan Bilovol
2015-10-13usb-gadget: use per-attribute show and store methodsChristoph Hellwig
2015-07-29usb: gadget: configfs: allocate and init otg descriptor by otg capabilitiesLi Jun
2015-07-17configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss
2015-04-27usb: gadget: configfs: Fix interfaces array NULL-terminationKrzysztof Opasiak
2015-02-23usb: gadget: configfs: don't NUL-terminate (sub)compatible idsAndrzej Pietrasiewicz
2014-11-03usb: gadget: udc: core: prepend udc_attach_driver with usb_Felipe Balbi
2014-11-03usb: gadget: configfs: add suspend/resumeAndrzej Pietrasiewicz
2014-09-09usb: gadget: configfs: add reset API at usb_gadget_driverPeter Chen
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2014-06-30usb: gadget: Use kmemdup instead of kmalloc + memcpyBenoit Taine
2014-06-19usb: gadget: OS descriptors: provide interface directory namesAndrzej Pietrasiewicz
2014-06-19usb: gadget: OS descriptors configfs cleanupAndrzej Pietrasiewicz
2014-05-14usb: gadget: configfs: OS Extended Properties descriptors supportAndrzej Pietrasiewicz
2014-05-14usb: gadget: configfs: OS Extended Compatibility descriptors supportAndrzej Pietrasiewicz
2014-05-14usb: gadget: configfs: OS String supportAndrzej Pietrasiewicz
2014-05-14usb: gadget: configfs: fix typoPeter Chen
2014-04-21usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi
2013-12-19usb: gadget: configfs: include appropriate header file in configfs.cRashika Kheria
2013-12-12usb: gadget: configfs: allow setting function instance's nameAndrzej Pietrasiewicz
2013-10-01usb: gadget: configfs: add a method to unregister the gadgetAndrzej Pietrasiewicz
2013-10-01usb: gadget: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong
2013-08-27usb: gadget: configfs: keep a function if it is not successfully addedAndrzej Pietrasiewicz
2013-05-15usb: gadget: fix error return code in configfs_composite_bind()Wei Yongjun
2013-04-08usb, gadget: use appropriate warning accessorsDavid Rientjes
2013-04-03usb: gadget: the start of the configfs interfaceSebastian Andrzej Siewior