summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/configfs.c
AgeCommit message (Expand)Author
2021-07-07Merge tag 'v4.4.274' into toradex_vf_4.4-nextMarcel Ziswiler
2021-03-24usb: gadget: configfs: Fix KASAN use-after-freeJim Lin
2021-03-24USB: replace hardcode maximum usb string length by definitionMacpaul Lin
2021-01-12usb: gadget: configfs: Preserve function ordering after bind failureChandana Kishori Chiluveru
2021-01-12usb: gadget: enable super speed plustaehyun.cho
2020-09-27Merge tag 'v4.4.237' into toradex_vf_4.4Max Krummenacher
2020-05-20USB: gadget: fix illegal array access in binding with UDCKyungtae Kim
2020-02-24Merge tag 'v4.4.214' into toradex_vf_4.4-nextMax Krummenacher
2019-12-21usb: gadget: configfs: Fix missing spin_lock_init()Wei Yongjun
2019-11-12usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen
2019-04-03usb: gadget: configfs: add mutex lock before unregister gadgetWinter Wang
2017-12-21usb: gadget: configfs: use hexadecimal values and new lineColibri-VF_LXDE-Image_2.8b1.64-20171229Stefan Agner
2017-12-21usb: gadget: configfs: make qw_sign attribute symmetricStefan Agner
2017-12-16usb: gadget: configs: plug memory leakJohn Keeping
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