aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/configfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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