summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-273-5/+5
|\
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-032-5/+4
| |\
| * | USB: mark all struct bus_type as constGreg Kroah-Hartman2023-03-231-2/+2
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-173-3/+3
* | | Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-04-2723-206/+492
|\ \ \
| * | | usb: gadget: udc: core: Prevent redundant calls to pullupBadhri Jagan Sridharan2023-04-201-0/+3
| * | | usb: gadget: udc: core: Invoke usb_gadget_connect only when startedBadhri Jagan Sridharan2023-04-201-44/+104
| * | | usb: Add explicit of.h of_platform.h includeRob Herring2023-04-201-1/+1
| * | | usb: gadget: tegra-xudc: Remove unneeded return variableJon Hunter2023-04-201-3/+2
| * | | usb: gadget: tegra-xudc: Fix crash in vbus_drawJon Hunter2023-04-201-1/+1
| * | | Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman2023-04-102-2/+2
| |\ \ \
| * | | | usb: gadget: f_ecm: Add suspend/resume and remote wakeup supportElson Roy Serrao2023-03-293-0/+89
| * | | | usb: gadget: Handle function suspend feature selectorElson Roy Serrao2023-03-291-5/+60
| * | | | usb: gadget: Add function wakeup supportElson Roy Serrao2023-03-291-0/+40
| * | | | usb: gadget: Properly configure the device for remote wakeupElson Roy Serrao2023-03-294-0/+53
| * | | | usb: gadget: ffs: remove ENTER() macroLinyu Yuan2023-03-293-105/+0
| * | | | usb: gadget: uvc: Make bmControls attr read/writeDaniel Scally2023-03-291-2/+119
| * | | | Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman2023-03-272-5/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove...Zheng Wang2023-03-231-0/+1
| * | | | usb: gadget: udc: remove unused usbf_ep_dma_reg_clrset functionTom Rix2023-03-231-11/+0
| * | | | usb: gadget: aspeed: Rectify a bit a random header inclusionAndy Shevchenko2023-03-165-5/+0
| * | | | usb: gadget: max3420_udc: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-161-1/+1
| * | | | usb: gadget: renesas_usb3: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-161-1/+1
| * | | | usb: gadget: rzv2m_usb3drd: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-161-1/+1
| * | | | usb: Use of_property_present() for testing DT property presenceRob Herring2023-03-161-1/+1
| * | | | usb: gadget: f_fs: Fix incorrect version checking of OS descsYuta Hayama2023-03-091-2/+5
| * | | | usb: gadget: udc: replace kzalloc with devm_kzalloc in mv_udc_probeKang Chen2023-03-091-1/+1
| * | | | usb: gadget: udc: add return value check of kzalloc in mv_udc_probeKang Chen2023-03-091-0/+4
| * | | | usb: gadget: composite: Draw 100mA current if not configuredPrashanth K2023-03-091-0/+4
| * | | | usb: gadget: udc: renesas_usb3: remove R-Car H3 ES1.* handlingWolfram Sang2023-03-091-22/+1
| | |_|/ | |/| |
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-04-261-33/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge patch series "target: TMF and recovery fixes"Martin K. Petersen2023-03-241-2/+2
| |\ \ \
| | * | | scsi: target: Pass in cmd counter to use during cmd setupMike Christie2023-03-241-2/+2
| | |/ /
| * | | scsi: usb: gadget: f_tcm: Remove default fabric ops calloutsDmitry Bogdanov2023-03-161-31/+0
| |/ /
* | | usb: gadgetfs: Fix ep_read_iter to handle ITER_UBUFSandeep Dhavale2023-04-051-1/+1
* | | usb: gadget: f_fs: Fix ffs_epfile_read_iter to handle ITER_UBUFSandeep Dhavale2023-04-051-1/+1
| |/ |/|
* | usb: gadget: Use correct endianness of the wLength field for WebUSBAndy Shevchenko2023-03-161-4/+3
* | usb: gadget: u_audio: don't let userspace block driver unbindAlvin Šipraga2023-03-091-1/+1
|/
* Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-2425-327/+5484
|\
| * usb: gadget: u_ether: Don't warn in gether_setup_name_default()Jon Hunter2023-02-151-2/+0
| * usb: gadget: u_ether: Convert prints to device printsJon Hunter2023-02-151-35/+1
| * usb: gadget: u_serial: Add null pointer check in gserial_resumePrashanth K2023-02-141-4/+19
| * usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() failsYang Yingliang2023-02-141-16/+16
| * Merge 6.2-rc8 into usb-nextGreg Kroah-Hartman2023-02-141-0/+4
| |\
| * | usb: gadget: configfs: Fix set but not used variable warningDaniel Scally2023-02-091-3/+1
| * | usb: gadget: uvc: Use custom strings if availableDaniel Scally2023-02-071-5/+13
| * | usb: gadget: uvc: Allow linking function to string descsDaniel Scally2023-02-072-0/+68
| * | usb: gadget: uvc: Pick up custom string descriptor IDsDaniel Scally2023-02-071-0/+9
| * | usb: gadget: uvc: Allow linking XUs to string descriptorsDaniel Scally2023-02-072-0/+53
| * | usb: gadget: configfs: Attach arbitrary strings to cdevDaniel Scally2023-02-071-16/+77