summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-14/+14
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-49/+48
2026-01-27usb: gadget: tegra-xudc: Add handling for BLCG_COREPLL_PWRDNHaotien Hsu-3/+9
2026-01-23usb: bdc: fix sleep during atomicJustin Chen-2/+2
2025-12-29Merge 6.19-rc3 into usb-nextGreg Kroah-Hartman-17/+25
2025-12-23usb: gadget: lpc32xx_udc: clean up probe error labelsJohan Hovold-11/+10
2025-12-23usb: gadget: lpc32xx_udc: fix clock imbalance in error pathJohan Hovold-10/+10
2025-12-17USB: lpc32xx_udc: Fix error handling in probeMa Ke-6/+15
2025-12-17usb: gadget: aspeed-vhub: Add ast2700 supportRyan Chen-0/+31
2025-12-06Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-7/+0
2025-11-27usb: gadget: tegra-xudc: Always reinitialize data toggle when clear haltHaotien Hsu-6/+0
2025-11-24usb: gadget: renesas_usbf: Handle devm_pm_runtime_enable() errorsHaotian Zhang-1/+3
2025-11-21usb: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-1/+0
2025-10-28usb: gadget: udc: fix use-after-free in usb_gadget_state_workJimmy Hu-1/+16
2025-09-17Merge patch series "usb: gadget: Refactor function drivers to use __free() cl...Greg Kroah-Hartman-0/+3
2025-09-17usb: gadget: Store endpoint pointer in usb_requestKuen-Han Tsai-0/+3
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman-4/+4
2025-09-12usb: udc: Add trace event for usb_gadget_set_stateKuen-Han Tsai-0/+6
2025-09-06usb: gadget: tegra-xudc: Remove redundant ternary operatorsLiao Yuanhong-2/+1
2025-09-06USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernelsAlan Stern-4/+4
2025-09-06cdns2: Remove unused tracepointsSteven Rostedt-69/+0
2025-08-13usb: gadget: tegra-xudc: fix PM use count underflowRussell King (Oracle)-2/+7
2025-07-29Merge tag 'usb-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-17/+15
2025-07-25usb: gadget: udc: renesas_usb3: fix device leak at unbindJohan Hovold-0/+1
2025-07-25usb: gadget: udc: renesas_usb3: drop unused module aliasJohan Hovold-1/+0
2025-07-15usb: gadget: udc: renesas_usb3: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven-5/+3
2025-06-19usb: gadget: dummy_hcd: Use USB API functions rather than constantsChen Ni-1/+1
2025-06-19usb: gadget: net2280: Use USB API functions rather than constantsChen Ni-4/+4
2025-06-19usb: gadget: pch_udc: Use USB API functions rather than constantsChen Ni-1/+1
2025-06-19usb: gadget: udc-xilinx: Use USB API functions rather than constantsChen Ni-2/+2
2025-06-19usb: gadget: m66592-udc: Use USB API functions rather than constantsChen Ni-3/+3
2025-06-10usb: gadget: pxa25x_udc: Switch to use devm_gpio_request_one()Andy Shevchenko-3/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-6/+7
2025-05-23USB: gadget: udc: fix const issue in gadget_match_driver()Greg Kroah-Hartman-1/+1
2025-05-21usb: gadget: lpc32xx_udc: Use USB API functions rather than constantsChen Ni-1/+1
2025-05-13Merge 6.15-rc6 into usb-nextGreg Kroah-Hartman-0/+4
2025-05-01usb: gadget: tegra-xudc: ACK ST_RC after clearing CTRL_RUNWayne Chang-0/+4
2025-04-25usb: gadget: udc: renesas_usb3: remove unnecessary NULL check before phy_exit()Chen Ni-4/+2
2025-04-11usb: Remove orphaned UDC driversRob Herring (Arm)-10661/+0
2025-04-11usb: gadget: udc-xilinx: Remove the invalid commentLi Qiong-2/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-8/+8
2025-04-02Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+3
2025-03-14usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev()Chenyuan Yang-0/+3
2025-02-18usb: gadget: Switch to use hrtimer_setup()Nam Cao-4/+2
2025-02-14usb: gadget: core: flush gadget workqueue after device removalRoy Luo-1/+1
2025-02-03usb: gadget: udc: renesas_usb3: Fix compiler warningGuo Ren-1/+1
2025-01-15USB: gadget: Use str_enable_disable-like helpersKrzysztof Kozlowski-12/+19
2024-11-29Merge tag 'usb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-40/+39
2024-11-13drivers/usb/gadget: refactor min with min_tSabyrzhan Tasbolatov-2/+2