summaryrefslogtreecommitdiffstats
path: root/drivers/usb/fotg210/fotg210-udc.c
Commit message (Expand)AuthorAgeFilesLines
* usb: fotg210-udc: fix function kernel-doc commentsRandy Dunlap2023-12-111-3/+3
* Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman2023-02-061-1/+0
|\
| * usb: gadget: udc: do not clear gadget driver.busAaro Koskinen2023-02-021-1/+0
* | usb: fotg210: Switch to use dev_err_probe()Andy Shevchenko2023-01-241-1/+1
* | usb: fotg210-udc: remove redundant error loggingAndy Shevchenko2023-01-241-4/+2
* | fotg210-udc: Improve device initializationFabian Vogt2023-01-241-0/+15
* | fotg210-udc: Introduce and use a fotg210_ack_int functionFabian Vogt2023-01-241-36/+18
* | fotg210-udc: Add missing completion handlerFabian Vogt2023-01-241-0/+16
* | usb: fotg210-udc: Implement VBUS sessionLinus Walleij2023-01-191-0/+17
* | usb: fotg210-udc: Assign of_node and speed on startLinus Walleij2023-01-191-0/+5
* | usb: fotg210: Move clock handling to coreLinus Walleij2023-01-191-27/+3
* | usb: fotg210: Acquire memory resource in coreLinus Walleij2023-01-191-13/+3
|/
* usb: fotg210-udc: fix error return code in fotg210_udc_probe()Yang Yingliang2023-01-061-0/+2
* usb: fotg210-udc: fix potential memory leak in fotg210_udc_probe()Yi Yang2022-12-081-6/+3
* usb: fotg210-udc: Remove a useless assignmentChristophe JAILLET2022-11-221-4/+2
* fotg210-udc: Get IRQ using platform_get_irq()Linus Walleij2022-11-221-7/+8
* fotg210-udc: Handle PCLKLinus Walleij2022-11-221-2/+28
* fotg210-udc: Support optional external PHYLinus Walleij2022-11-221-0/+72
* fotg210-udc: Use dev pointer in probe and dev_messagesLinus Walleij2022-11-221-6/+7
* usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij2022-11-111-6/+6
* usb: fotg210: Compile into one moduleLinus Walleij2022-11-091-16/+3
* usb: fotg210: Collect pieces of dual mode controllerLinus Walleij2022-11-091-0/+1224