summaryrefslogtreecommitdiff
path: root/drivers/usb/fotg210
AgeCommit message (Expand)Author
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-12-15usb: fotg210-hcd: delete an incorrect bounds testDan Carpenter
2023-12-11usb: fotg210-udc: fix function kernel-doc commentsRandy Dunlap
2023-12-04usb: fotg210-hcd: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-05-28usb: fotg210: Convert to platform remove callback returning voidUwe Kleine-König
2023-02-06USB: fotg210: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman
2023-02-02usb: gadget: udc: do not clear gadget driver.busAaro Koskinen
2023-01-31usb: fotg210: fix return value check in fotg210_probe()Yang Yingliang
2023-01-25usb: fotg210: fix a Kconfig spelling mistakeRandy Dunlap
2023-01-24usb: fotg210: use devm_platform_get_and_ioremap_resource()Andy Shevchenko
2023-01-24usb: fotg210: Switch to use dev_err_probe()Andy Shevchenko
2023-01-24usb: fotg210-udc: remove redundant error loggingAndy Shevchenko
2023-01-24usb: fotg210-hcd: Don't shadow error codes in store()Andy Shevchenko
2023-01-24usb: fotg210-hcd: use sysfs_emit() to instead of scnprintf()Andy Shevchenko
2023-01-24fotg210-udc: Improve device initializationFabian Vogt
2023-01-24fotg210-udc: Introduce and use a fotg210_ack_int functionFabian Vogt
2023-01-24fotg210-udc: Add missing completion handlerFabian Vogt
2023-01-19usb: fotg210-udc: Implement VBUS sessionLinus Walleij
2023-01-19usb: fotg210-udc: Assign of_node and speed on startLinus Walleij
2023-01-19usb: fotg210: Check role register in coreLinus Walleij
2023-01-19usb: fotg210: Move clock handling to coreLinus Walleij
2023-01-19usb: fotg210: Acquire memory resource in coreLinus Walleij
2023-01-19usb: fotg210: List different variantsLinus Walleij
2023-01-06usb: fotg210-udc: fix error return code in fotg210_udc_probe()Yang Yingliang
2022-12-28usb: fotg210: fix OTG-only buildArnd Bergmann
2022-12-08usb: fotg210-udc: fix potential memory leak in fotg210_udc_probe()Yi Yang
2022-11-22usb: fotg210-udc: Remove a useless assignmentChristophe JAILLET
2022-11-22fotg210-udc: Get IRQ using platform_get_irq()Linus Walleij
2022-11-22fotg210-udc: Handle PCLKLinus Walleij
2022-11-22fotg210-udc: Support optional external PHYLinus Walleij
2022-11-22fotg210-udc: Use dev pointer in probe and dev_messagesLinus Walleij
2022-11-22usb: USB_FOTG210 should depend on ARCH_GEMINIGeert Uytterhoeven
2022-11-22usb: fotg210: Fix Kconfig for USB host modulesLinus Walleij
2022-11-11usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij
2022-11-11usb: fotg2: add Gemini-specific handlingLinus Walleij
2022-11-09usb: fotg210: Select subdriver by modeLinus Walleij
2022-11-09usb: fotg210: Compile into one moduleLinus Walleij
2022-11-09usb: fotg210: Collect pieces of dual mode controllerLinus Walleij