summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/tegra-xudc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: tegra: Reduce pad powerJim Lin2022-08-191-1/+5
* usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init()Tang Bin2022-06-101-4/+4
* usb: gadget: tegra-xudc: clean up commentsTom Rix2022-04-211-2/+2
* usb: gadget: tegra-xudc: remove using list iterator after loop body as a ptrJakob Koschel2022-03-151-5/+7
* usb: gadget: tegra-xudc: Fix control endpoint's definitionsWayne Chang2022-01-261-2/+10
* usb: gadget: tegra-xudc: Do not program SPARAMWayne Chang2022-01-261-8/+0
* usb: gadget: tegra-xudc: fix the wrong mult value for HS isoc or intrChunfeng Yun2021-08-131-2/+2
* usb: gadget: Fix Unbalanced pm_runtime_enable in tegra_xudc_probeZhang Qilong2021-07-211-0/+1
* usb: gadget: tegra-xudc: Use dev_err_probe()Jon Hunter2021-05-211-14/+6
* usb: gadget: tegra-xudc: Don't print error on probe deferralJon Hunter2021-05-211-2/+2
* usb: gadget: tegra-xudc: Constify static structsRikard Falkeborn2021-05-211-3/+3
* usb: gadget: tegra-xudc: Fix possible use-after-free in tegra_xudc_remove()Yang Yingliang2021-04-091-1/+1
* usb: gadget: tegra-xudc: Do not print errors on probe deferralThierry Reding2020-10-021-2/+6
* usb: gadget: tegra-xudc: Properly align parametersThierry Reding2020-10-021-10/+8
* usb: gadget: tegra-xudc: Use consistent spelling and formattingThierry Reding2020-10-021-18/+18
* usb: gadget: tegra-xudc: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET2020-10-021-1/+1
* usb: gadget: tegra-xudc: convert to devm_platform_ioremap_resource_bynameChunfeng Yun2020-07-291-5/+2
* usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-1/+1
* Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2020-05-251-0/+140
|\
| * usb: gadget: tegra-xudc: add port_speed_quirkNagarjuna Kristam2020-05-251-0/+106
| * usb: gadget: tegra-xudc: Add Tegra194 supportNagarjuna Kristam2020-05-251-0/+17
| * usb: gadget: tegra-xudc: Add vbus_draw supportNagarjuna Kristam2020-05-251-0/+17
* | usb: gadget: tegra-xudc: Fix idle suspend/resumeThierry Reding2020-05-091-4/+4
|/
* usb: gadget: tegra-xudc: Support multiple device modesNagarjuna Kristam2020-03-191-57/+160
* usb: gadget: tegra-xudc: Use phy_set_mode() to set/unset device modeNagarjuna Kristam2020-03-191-5/+7
* usb: gadget: tegra-xudc: Add usb-phy supportNagarjuna Kristam2020-03-191-3/+45
* usb: gadget: tegra-xudc: Remove usb-role-switch supportNagarjuna Kristam2020-03-191-53/+7
* Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2020-03-161-4/+1
|\
| * usb: gadget: xudc: Remove redundant platform_get_irq error messageYueHaibing2020-03-151-4/+1
* | usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus2020-03-041-3/+5
|/
* usb: gadget: Add UDC driver for tegra XUSB device mode controllerNagarjuna Kristam2019-10-231-0/+3810