summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Revert "usb: gadget: uvc: limit isoc_sg to super speed gadgets"Greg Kroah-Hartman2022-10-262-10/+8
* usb: gadget: uvc: limit isoc_sg to super speed gadgetsMichael Grzeschik2022-10-252-8/+10
* usb: bdc: change state when port disconnectedJustin Chen2022-10-221-0/+1
* usb: gadget: aspeed: Fix probe regressionJoel Stanley2022-10-221-0/+1
* usb: gadget: uvc: fix sg handling during video encodeJeff Vanhoof2022-10-221-2/+2
* usb: gadget: uvc: fix sg handling in error caseDan Vacura2022-10-222-7/+19
* usb: gadget: uvc: fix dropped frame after missed isocDan Vacura2022-10-221-1/+2
* Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-0719-144/+544
|\
| * usb: gadget: uvc: don't put item still in useMichael Grzeschik2022-09-301-1/+0
| * usb: gadget: uvc: Fix argument to sizeof() in uvc_register_video()Nathan Chancellor2022-09-301-1/+1
| * USB: omap_udc: Fix spelling mistake: "tranceiver_ctrl" -> "transceiver_ctrl"Colin Ian King2022-09-301-1/+1
| * usb: gadget: uvc: add v4l2 try_format api callMichael Grzeschik2022-09-221-0/+110
| * usb: gadget: uvc: add v4l2 enumeration api callsMichael Grzeschik2022-09-223-0/+208
| * usb: gadget: add _init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-222-4/+4
| * usb: gadget: function: fix dangling pnp_string in f_printer.cAlbert Briscoe2022-09-221-6/+6
| * usb: gadget: uvc: increase worker prio to WQ_HIGHPRIMichael Grzeschik2022-09-094-3/+13
| * USB/ARM: Switch S3C2410 UDC to GPIO descriptorsLinus Walleij2022-09-072-46/+35
| * usb: gadget: f_fs: stricter integer overflow checksDan Carpenter2022-09-071-2/+2
| * usb: gadget: udc: at91: switch to using fwnode_gpiod_get_index()Dmitry Torokhov2022-09-051-3/+5
| * Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman2022-09-053-14/+34
| |\
| * | usb: gadget: function: rndis: limit # of RNDIS instances to 1000Sergey Shtylyov2022-08-311-1/+1
| * | usb: gadget: f_ncm: noop - remove INIT_NDP{16,32}_OPTS macrosMaciej Żenczykowski2022-08-311-32/+28
| * | usb: gadget: at91_udc: Fix comments typoShaomin Deng2022-08-311-1/+1
| * | usb: gadget: net2272: Remove the initialization of statics to 0Shaomin Deng2022-08-311-2/+2
| * | usb: gadget: tegra: Reduce pad powerJim Lin2022-08-191-1/+5
| * | usb: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-195-10/+10
| * | USB: gadget: f_mass_storage: get rid of DEVICE_ATTR() usageGreg Kroah-Hartman2022-08-191-3/+8
| * | usb: gadget: udc: renesas_usb3: Add support for RZ/V2MPhil Edworthy2022-08-191-27/+104
| * | usb: gadget: rndis: use %u instead of %d to print u32 valuesRay Hung2022-08-181-1/+1
* | | usb: gadget: Replace runtime->status->state reference to runtime->stateTakashi Iwai2022-09-271-2/+2
| |/ |/|
* | Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"Greg Kroah-Hartman2022-09-021-8/+8
* | usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OSKrishna Kurapati2022-08-301-2/+4
* | USB: gadget: Fix obscure lockdep violation for udc_mutexAlan Stern2022-08-301-10/+16
* | usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta2022-08-301-8/+8
* | usb: gadget: f_uac2: fix superspeed transferJing Leng2022-08-191-2/+14
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2022-08-041-2/+2
|\
| * usb:udc: remove reference to AVR32 architecture in Atmel USBA KconfigHans-Christian Noren Egtvedt2022-08-031-2/+2
* | USB: gadget: Fix use-after-free Read in usb_udc_uevent()Alan Stern2022-07-271-5/+6
* | USB: gadget: f_acm: use CDC definesJohan Hovold2022-07-251-15/+5
* | Merge 5.19-rc7 into usb-nextGreg Kroah-Hartman2022-07-181-2/+4
|\|
| * usb: gadget: uvc: fix changing interface name via configfsMichael Grzeschik2022-07-081-2/+4
* | usb: aspeed-vhub: Fix refcount leak bug in ast_vhub_init_desc()Liang He2022-07-141-1/+3
* | usb: gadget: f_mass_storage: forced_eject attributeMaxim Devaev2022-07-143-0/+42
* | usb: gadget: udc: amd5536 depends on HAS_DMARandy Dunlap2022-07-141-1/+1
* | gadgetfs: ep_io - wait until IRQ finishesJozef Martiniak2022-07-081-0/+1
* | usb: gadget: udc: atmel: convert to platform driverMichael Walle2022-07-081-4/+4
* | usb: gadget: udc: atmel: check rc of devm_gpiod_get_optional()Michael Walle2022-07-081-0/+2
* | USB: gadget: udc: tracing: Do not open code __string() with __dynamic_array()Steven Rostedt (Google)2022-07-081-4/+4
* | usb: gadget: f_mass_storage: Make CD-ROM emulation works with Windows OSNeal Liu2022-06-291-5/+6
* | usb: gadget: aspeed_udc: fix handling of tx_len == 0Dan Carpenter2022-06-291-3/+6