summaryrefslogtreecommitdiffstats
path: root/drivers/usb/fotg210/fotg210-hcd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-8/+4
|\
| * usb: fotg210-hcd: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-041-8/+4
* | usb: fotg210-hcd: delete an incorrect bounds testDan Carpenter2023-12-151-3/+0
|/
* USB: fotg210: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
* usb: fotg210: Switch to use dev_err_probe()Andy Shevchenko2023-01-241-5/+3
* usb: fotg210-hcd: Don't shadow error codes in store()Andy Shevchenko2023-01-241-2/+4
* usb: fotg210-hcd: use sysfs_emit() to instead of scnprintf()Andy Shevchenko2023-01-241-4/+1
* usb: fotg210: Move clock handling to coreLinus Walleij2023-01-191-31/+2
* usb: fotg210: Acquire memory resource in coreLinus Walleij2023-01-191-10/+5
* usb: fotg210: Compile into one moduleLinus Walleij2022-11-091-42/+7
* usb: fotg210: Collect pieces of dual mode controllerLinus Walleij2022-11-091-0/+5727