summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc/tegra-xudc.c
AgeCommit message (Expand)Author
2023-07-31Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman
2023-07-25usb: Explicitly include correct DT includesRob Herring
2023-07-25Revert "usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_in...Dan Carpenter
2023-05-28usb: gadget/tegra-xudc: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-20usb: gadget: tegra-xudc: Remove unneeded return variableJon Hunter
2023-04-20usb: gadget: tegra-xudc: Fix crash in vbus_drawJon Hunter
2023-01-25usb: gadget: tegra-xudc: Add Tegra234 supportSing-Han Chen
2023-01-17usb: gadget: xudc: Refactor update data role workWayne Chang
2022-08-19usb: gadget: tegra: Reduce pad powerJim Lin
2022-06-10usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init()Tang Bin
2022-04-21usb: gadget: tegra-xudc: clean up commentsTom Rix
2022-03-15usb: gadget: tegra-xudc: remove using list iterator after loop body as a ptrJakob Koschel
2022-01-26usb: gadget: tegra-xudc: Fix control endpoint's definitionsWayne Chang
2022-01-26usb: gadget: tegra-xudc: Do not program SPARAMWayne Chang
2021-08-13usb: gadget: tegra-xudc: fix the wrong mult value for HS isoc or intrChunfeng Yun
2021-07-21usb: gadget: Fix Unbalanced pm_runtime_enable in tegra_xudc_probeZhang Qilong
2021-05-21usb: gadget: tegra-xudc: Use dev_err_probe()Jon Hunter
2021-05-21usb: gadget: tegra-xudc: Don't print error on probe deferralJon Hunter
2021-05-21usb: gadget: tegra-xudc: Constify static structsRikard Falkeborn
2021-04-09usb: gadget: tegra-xudc: Fix possible use-after-free in tegra_xudc_remove()Yang Yingliang
2020-10-02usb: gadget: tegra-xudc: Do not print errors on probe deferralThierry Reding
2020-10-02usb: gadget: tegra-xudc: Properly align parametersThierry Reding
2020-10-02usb: gadget: tegra-xudc: Use consistent spelling and formattingThierry Reding
2020-10-02usb: gadget: tegra-xudc: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET
2020-07-29usb: gadget: tegra-xudc: convert to devm_platform_ioremap_resource_bynameChunfeng Yun
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-25Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2020-05-25usb: gadget: tegra-xudc: add port_speed_quirkNagarjuna Kristam
2020-05-25usb: gadget: tegra-xudc: Add Tegra194 supportNagarjuna Kristam
2020-05-25usb: gadget: tegra-xudc: Add vbus_draw supportNagarjuna Kristam
2020-05-09usb: gadget: tegra-xudc: Fix idle suspend/resumeThierry Reding
2020-03-19usb: gadget: tegra-xudc: Support multiple device modesNagarjuna Kristam
2020-03-19usb: gadget: tegra-xudc: Use phy_set_mode() to set/unset device modeNagarjuna Kristam
2020-03-19usb: gadget: tegra-xudc: Add usb-phy supportNagarjuna Kristam
2020-03-19usb: gadget: tegra-xudc: Remove usb-role-switch supportNagarjuna Kristam
2020-03-16Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2020-03-15usb: gadget: xudc: Remove redundant platform_get_irq error messageYueHaibing
2020-03-04usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus
2019-10-23usb: gadget: Add UDC driver for tegra XUSB device mode controllerNagarjuna Kristam