summaryrefslogtreecommitdiff
path: root/drivers/usb/fotg210/fotg210-udc.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-11usb: fotg210-udc: fix function kernel-doc commentsRandy Dunlap1-3/+3
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-24usb: fotg210: Switch to use dev_err_probe()Andy Shevchenko1-1/+1
2023-01-24usb: fotg210-udc: remove redundant error loggingAndy Shevchenko1-4/+2
2023-01-24fotg210-udc: Improve device initializationFabian Vogt1-0/+15
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 Walleij1-0/+17
2023-01-19usb: fotg210-udc: Assign of_node and speed on startLinus Walleij1-0/+5
2023-01-19usb: fotg210: Move clock handling to coreLinus Walleij1-27/+3
2023-01-19usb: fotg210: Acquire memory resource in coreLinus Walleij1-13/+3
2023-01-06usb: fotg210-udc: fix error return code in fotg210_udc_probe()Yang Yingliang1-0/+2
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 Walleij1-2/+28
2022-11-22fotg210-udc: Support optional external PHYLinus Walleij1-0/+72
2022-11-22fotg210-udc: Use dev pointer in probe and dev_messagesLinus Walleij1-6/+7
2022-11-11usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij1-6/+6
2022-11-09usb: fotg210: Compile into one moduleLinus Walleij1-16/+3
2022-11-09usb: fotg210: Collect pieces of dual mode controllerLinus Walleij1-0/+1224