summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/configfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-17USB: gadget: Add ID numbers to configfs-gadget driver namesChanh Nguyen1-2/+10
2022-11-03usb: gadget: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman1-0/+2
2022-04-26USB: gadget: Rename usb_gadget_probe_driver()Alan Stern1-1/+1
2022-04-21usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind()Vijayavardhan Vennapusa1-0/+2
2022-03-15usb: gadget: configfs: remove using list iterator after loop body as a ptrJakob Koschel1-10/+14
2021-11-23usb: gadget: configfs: use to_usb_function_instance() in cfg (un)link funcLinyu Yuan1-6/+4
2021-11-23usb: gadget: configfs: use to_config_usb_cfg() in os_desc_link()Linyu Yuan1-3/+1
2021-11-23usb: gadget: configfs: remove os_desc_attr_release()Linyu Yuan1-16/+0
2021-11-23usb: gadget: configfs: simplify os_desc_item_to_gadget_info() helperLinyu Yuan1-5/+4
2021-10-22usb: gadget: configfs: change config attributes file operationLinyu Yuan1-5/+10
2021-10-22usb: gadget: configfs: add cfg_to_gadget_info() helperLinyu Yuan1-4/+7
2021-08-05usb: gadget: Fix inconsistent indentWei Ming Chen1-4/+4
2021-07-12usb: gadget: configfs: Check USB configuration before addingWesley Cheng1-0/+4
2021-03-17usb: gadget: configfs: Fix KASAN use-after-freeJim Lin1-4/+10
2021-01-11Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman1-6/+13
2021-01-07usb: gadget: configfs: Add a specific configFS reset callbackWesley Cheng1-1/+23
2021-01-07usb: gadget: enable super speed plustaehyun.cho1-2/+2
2021-01-04usb: gadget: configfs: Preserve function ordering after bind failureChandana Kishori Chiluveru1-2/+2
2021-01-04usb: gadget: configfs: Fix use-after-free issue with udc_nameEddie Hung1-2/+9
2020-06-18USB: replace hardcode maximum usb string length by definitionMacpaul Lin1-1/+1
2020-05-25Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-13/+1
2020-05-15USB: gadget: fix illegal array access in binding with UDCKyungtae Kim1-0/+3
2020-05-05usb: gadget: add "usb_validate_langid" functionTao Ren1-13/+1
2020-01-15usb: gadget: configfs: Add max_speed settingThinh Nguyen1-0/+43
2019-11-20usb: gadget: configfs: Fix missing spin_lock_init()Wei Yongjun1-0/+1
2019-10-27usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen1-5/+105
2018-07-26usb: gadget: configfs: avoid spaces for indentationParth Y Shah1-2/+2
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