summaryrefslogtreecommitdiff
path: root/drivers/usb/fotg210/fotg210-hcd.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-8/+4
2023-12-15usb: fotg210-hcd: delete an incorrect bounds testDan Carpenter1-3/+0
2023-12-04usb: fotg210-hcd: Replace snprintf() with the safer scnprintf() variantLee Jones1-8/+4
2023-02-06USB: fotg210: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-01-24usb: fotg210: Switch to use dev_err_probe()Andy Shevchenko1-5/+3
2023-01-24usb: fotg210-hcd: Don't shadow error codes in store()Andy Shevchenko1-2/+4
2023-01-24usb: fotg210-hcd: use sysfs_emit() to instead of scnprintf()Andy Shevchenko1-4/+1
2023-01-19usb: fotg210: Move clock handling to coreLinus Walleij1-31/+2
2023-01-19usb: fotg210: Acquire memory resource in coreLinus Walleij1-10/+5
2022-11-09usb: fotg210: Compile into one moduleLinus Walleij1-42/+7
2022-11-09usb: fotg210: Collect pieces of dual mode controllerLinus Walleij1-0/+5727