summaryrefslogtreecommitdiffstats
path: root/drivers/usb/fotg210
AgeCommit message (Expand)AuthorFilesLines
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