| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 2 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 2 | -8/+8 |
| 2026-01-14 | USB: HCD: remove logic about which hcd is loaded | Greg Kroah-Hartman | 1 | -6/+0 |
| 2025-02-18 | usb: fotg210-hcd: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+1 |
| 2025-01-15 | USB: Use str_enable_disable-like helpers | Krzysztof Kozlowski | 1 | -2/+3 |
| 2024-10-14 | Merge 6.12-rc3 into usb-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2024-10-04 | usb: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-05-11 | usb: fotg210: Add missing kernel doc description | Andy Shevchenko | 1 | -0/+1 |
| 2024-05-10 | usb: fotg210: Use *-y instead of *-objs in Makefile | Andy Shevchenko | 1 | -7/+3 |
| 2024-01-18 | Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -11/+7 |
| 2023-12-15 | usb: fotg210-hcd: delete an incorrect bounds test | Dan Carpenter | 1 | -3/+0 |
| 2023-12-11 | usb: fotg210-udc: fix function kernel-doc comments | Randy Dunlap | 1 | -3/+3 |
| 2023-12-04 | usb: fotg210-hcd: Replace snprintf() with the safer scnprintf() variant | Lee Jones | 1 | -8/+4 |
| 2023-05-28 | usb: fotg210: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-02-06 | USB: fotg210: fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-02-06 | Merge 6.2-rc7 into usb-next | Greg Kroah-Hartman | 1 | -1/+0 |
| 2023-02-02 | usb: gadget: udc: do not clear gadget driver.bus | Aaro Koskinen | 1 | -1/+0 |
| 2023-01-31 | usb: fotg210: fix return value check in fotg210_probe() | Yang Yingliang | 1 | -2/+2 |
| 2023-01-25 | usb: fotg210: fix a Kconfig spelling mistake | Randy Dunlap | 1 | -1/+1 |
| 2023-01-24 | usb: fotg210: use devm_platform_get_and_ioremap_resource() | Andy Shevchenko | 1 | -5/+1 |
| 2023-01-24 | usb: fotg210: Switch to use dev_err_probe() | Andy Shevchenko | 3 | -10/+6 |
| 2023-01-24 | usb: fotg210-udc: remove redundant error logging | Andy Shevchenko | 1 | -4/+2 |
| 2023-01-24 | usb: fotg210-hcd: Don't shadow error codes in store() | Andy Shevchenko | 1 | -2/+4 |
| 2023-01-24 | usb: fotg210-hcd: use sysfs_emit() to instead of scnprintf() | Andy Shevchenko | 1 | -4/+1 |
| 2023-01-24 | fotg210-udc: Improve device initialization | Fabian Vogt | 2 | -0/+17 |
| 2023-01-24 | fotg210-udc: Introduce and use a fotg210_ack_int function | Fabian Vogt | 1 | -36/+18 |
| 2023-01-24 | fotg210-udc: Add missing completion handler | Fabian Vogt | 1 | -0/+16 |
| 2023-01-19 | usb: fotg210-udc: Implement VBUS session | Linus Walleij | 3 | -0/+48 |
| 2023-01-19 | usb: fotg210-udc: Assign of_node and speed on start | Linus Walleij | 1 | -0/+5 |
| 2023-01-19 | usb: fotg210: Check role register in core | Linus Walleij | 1 | -2/+14 |
| 2023-01-19 | usb: fotg210: Move clock handling to core | Linus Walleij | 5 | -59/+11 |
| 2023-01-19 | usb: fotg210: Acquire memory resource in core | Linus Walleij | 6 | -34/+52 |
| 2023-01-19 | usb: fotg210: List different variants | Linus Walleij | 1 | -0/+2 |
| 2023-01-06 | usb: fotg210-udc: fix error return code in fotg210_udc_probe() | Yang Yingliang | 1 | -0/+2 |
| 2022-12-28 | usb: fotg210: fix OTG-only build | Arnd Bergmann | 1 | -4/+1 |
| 2022-12-08 | usb: fotg210-udc: fix potential memory leak in fotg210_udc_probe() | Yi Yang | 1 | -6/+3 |
| 2022-11-22 | usb: fotg210-udc: Remove a useless assignment | Christophe JAILLET | 1 | -4/+2 |
| 2022-11-22 | fotg210-udc: Get IRQ using platform_get_irq() | Linus Walleij | 1 | -7/+8 |
| 2022-11-22 | fotg210-udc: Handle PCLK | Linus Walleij | 2 | -2/+29 |
| 2022-11-22 | fotg210-udc: Support optional external PHY | Linus Walleij | 2 | -0/+74 |
| 2022-11-22 | fotg210-udc: Use dev pointer in probe and dev_messages | Linus Walleij | 1 | -6/+7 |
| 2022-11-22 | usb: USB_FOTG210 should depend on ARCH_GEMINI | Geert Uytterhoeven | 1 | -0/+1 |
| 2022-11-22 | usb: fotg210: Fix Kconfig for USB host modules | Linus Walleij | 1 | -2/+2 |
| 2022-11-11 | usb: fotg210-udc: Fix ages old endianness issues | Linus Walleij | 1 | -6/+6 |
| 2022-11-11 | usb: fotg2: add Gemini-specific handling | Linus Walleij | 2 | -0/+81 |
| 2022-11-09 | usb: fotg210: Select subdriver by mode | Linus Walleij | 1 | -9/+16 |
| 2022-11-09 | usb: fotg210: Compile into one module | Linus Walleij | 6 | -62/+142 |
| 2022-11-09 | usb: fotg210: Collect pieces of dual mode controller | Linus Walleij | 6 | -0/+7927 |