summaryrefslogtreecommitdiffstats
path: root/drivers/usb/fotg210
Commit message (Expand)AuthorAgeFilesLines
* usb: fotg210: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* USB: fotg210: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
* 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: fix return value check in fotg210_probe()Yang Yingliang2023-01-311-2/+2
* | usb: fotg210: fix a Kconfig spelling mistakeRandy Dunlap2023-01-251-1/+1
* | usb: fotg210: use devm_platform_get_and_ioremap_resource()Andy Shevchenko2023-01-241-5/+1
* | usb: fotg210: Switch to use dev_err_probe()Andy Shevchenko2023-01-243-10/+6
* | usb: fotg210-udc: remove redundant error loggingAndy Shevchenko2023-01-241-4/+2
* | usb: fotg210-hcd: Don't shadow error codes in store()Andy Shevchenko2023-01-241-2/+4
* | usb: fotg210-hcd: use sysfs_emit() to instead of scnprintf()Andy Shevchenko2023-01-241-4/+1
* | fotg210-udc: Improve device initializationFabian Vogt2023-01-242-0/+17
* | 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-193-0/+48
* | usb: fotg210-udc: Assign of_node and speed on startLinus Walleij2023-01-191-0/+5
* | usb: fotg210: Check role register in coreLinus Walleij2023-01-191-2/+14
* | usb: fotg210: Move clock handling to coreLinus Walleij2023-01-195-59/+11
* | usb: fotg210: Acquire memory resource in coreLinus Walleij2023-01-196-34/+52
* | usb: fotg210: List different variantsLinus Walleij2023-01-191-0/+2
|/
* usb: fotg210-udc: fix error return code in fotg210_udc_probe()Yang Yingliang2023-01-061-0/+2
* usb: fotg210: fix OTG-only buildArnd Bergmann2022-12-281-4/+1
* 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-222-2/+29
* fotg210-udc: Support optional external PHYLinus Walleij2022-11-222-0/+74
* fotg210-udc: Use dev pointer in probe and dev_messagesLinus Walleij2022-11-221-6/+7
* usb: USB_FOTG210 should depend on ARCH_GEMINIGeert Uytterhoeven2022-11-221-0/+1
* usb: fotg210: Fix Kconfig for USB host modulesLinus Walleij2022-11-221-2/+2
* usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij2022-11-111-6/+6
* usb: fotg2: add Gemini-specific handlingLinus Walleij2022-11-112-0/+81
* usb: fotg210: Select subdriver by modeLinus Walleij2022-11-091-9/+16
* usb: fotg210: Compile into one moduleLinus Walleij2022-11-096-62/+142
* usb: fotg210: Collect pieces of dual mode controllerLinus Walleij2022-11-096-0/+7927