aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/fotg210
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-11/+7
2023-12-15usb: fotg210-hcd: delete an incorrect bounds testDan Carpenter1-3/+0
2023-12-11usb: fotg210-udc: fix function kernel-doc commentsRandy Dunlap1-3/+3
2023-12-04usb: fotg210-hcd: Replace snprintf() with the safer scnprintf() variantLee Jones1-8/+4
2023-05-28usb: fotg210: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-02-06USB: fotg210: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman1-1/+0
2023-02-02usb: gadget: udc: do not clear gadget driver.busAaro Koskinen1-1/+0
2023-01-31usb: fotg210: fix return value check in fotg210_probe()Yang Yingliang1-2/+2
2023-01-25usb: fotg210: fix a Kconfig spelling mistakeRandy Dunlap1-1/+1
2023-01-24usb: fotg210: use devm_platform_get_and_ioremap_resource()Andy Shevchenko1-5/+1
2023-01-24usb: fotg210: Switch to use dev_err_probe()Andy Shevchenko3-10/+6
2023-01-24usb: fotg210-udc: remove redundant error loggingAndy Shevchenko1-4/+2
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-24fotg210-udc: Improve device initializationFabian Vogt2-0/+17
2023-01-24fotg210-udc: Introduce and use a fotg210_ack_int functionFabian Vogt1-36/+18
2023-01-24fotg210-udc: Add missing completion handlerFabian Vogt1-0/+16
2023-01-19usb: fotg210-udc: Implement VBUS sessionLinus Walleij3-0/+48
2023-01-19usb: fotg210-udc: Assign of_node and speed on startLinus Walleij1-0/+5
2023-01-19usb: fotg210: Check role register in coreLinus Walleij1-2/+14
2023-01-19usb: fotg210: Move clock handling to coreLinus Walleij5-59/+11
2023-01-19usb: fotg210: Acquire memory resource in coreLinus Walleij6-34/+52
2023-01-19usb: fotg210: List different variantsLinus Walleij1-0/+2
2023-01-06usb: fotg210-udc: fix error return code in fotg210_udc_probe()Yang Yingliang1-0/+2
2022-12-28usb: fotg210: fix OTG-only buildArnd Bergmann1-4/+1
2022-12-08usb: fotg210-udc: fix potential memory leak in fotg210_udc_probe()Yi Yang1-6/+3
2022-11-22usb: fotg210-udc: Remove a useless assignmentChristophe JAILLET1-4/+2
2022-11-22fotg210-udc: Get IRQ using platform_get_irq()Linus Walleij1-7/+8
2022-11-22fotg210-udc: Handle PCLKLinus Walleij2-2/+29
2022-11-22fotg210-udc: Support optional external PHYLinus Walleij2-0/+74
2022-11-22fotg210-udc: Use dev pointer in probe and dev_messagesLinus Walleij1-6/+7
2022-11-22usb: USB_FOTG210 should depend on ARCH_GEMINIGeert Uytterhoeven1-0/+1
2022-11-22usb: fotg210: Fix Kconfig for USB host modulesLinus Walleij1-2/+2
2022-11-11usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij1-6/+6
2022-11-11usb: fotg2: add Gemini-specific handlingLinus Walleij2-0/+81
2022-11-09usb: fotg210: Select subdriver by modeLinus Walleij1-9/+16
2022-11-09usb: fotg210: Compile into one moduleLinus Walleij6-62/+142
2022-11-09usb: fotg210: Collect pieces of dual mode controllerLinus Walleij6-0/+7927