summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea
AgeCommit message (Expand)AuthorLines
2022-09-08usb: chipidea: make configs for glue drivers visible with EXPERTLukas Bulwahn-5/+5
2022-08-31usb: chipidea: Add support for VBUS control with PHYPiyush Mehta-0/+15
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-2/+2
2022-07-27usb/chipidea: fix repeated words in commentsJilin Yuan-1/+1
2022-07-15usb: chipidea: tracing: Use the new __vstring() helperSteven Rostedt (Google)-2/+2
2022-06-27Merge 5.19-rc4 into usb-nextGreg Kroah-Hartman-0/+3
2022-06-24usb: chipidea: udc: check request status before setting device addressXu Yang-0/+3
2022-06-21usb: chipidea: ci_hdrc_imx: use dev_err_probe()Alexander Stein-16/+7
2022-06-21usb: chipidea: udc: implement get_frameMichael Grzeschik-0/+17
2022-06-10USB: chipidea: fix typo in commentJulia Lawall-1/+1
2022-01-31usb: udc: Fix typo in commenttangmeng-1/+1
2022-01-12Merge tag 'usb-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-3/+3
2022-01-10Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-7/+46
2021-12-17usb: chipidea: Set the DT node on the child deviceRob Herring-0/+1
2021-12-16usb: chipidea: tegra: Add runtime PM and OPP supportDmitry Osipenko-7/+46
2021-11-29Merge 5.16-rc3 into usb-nextGreg Kroah-Hartman-9/+9
2021-11-17usb: chipidea: ci_hdrc_imx: fix potential error pointer dereference in probeDan Carpenter-9/+9
2021-11-17usb: Remove redundant 'flush_workqueue()' callsChristophe JAILLET-3/+2
2021-10-22USB: chipidea: fix interrupt deadlockJohan Hovold-7/+16
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman-5/+10
2021-10-10usb: chipidea: udc: make controller hardware endpoint primedPiyush Mehta-0/+8
2021-10-05usb: chipidea: ci_hdrc_imx: Also search for 'phys' phandleFabio Estevam-5/+10
2021-08-21usb: chipidea: host: fix port index underflow and UBSAN complainsLi Jun-3/+11
2021-06-21Merge tag 'v5.13-rc7' into usb-nextGreg Kroah-Hartman-2/+14
2021-06-16usb: chipidea: imx: Fix Battery Charger 1.2 CDP detectionBreno Lima-2/+14
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman-0/+1
2021-05-27usb: chipidea: udc: Fix incorrectly documented function 'hw_port_is_high_spee...Lee Jones-1/+1
2021-05-27usb: chipidea: otg: Fix formatting and missing documentation issuesLee Jones-4/+5
2021-05-27usb: chipidea: core: Fix incorrectly documented function 'ci_usb_phy_exit()'Lee Jones-1/+1
2021-05-27USB: chipidea: remove dentry storage for debugfs fileGreg Kroah-Hartman-22/+14
2021-05-17usb: chipidea: udc: assign interrupt number to USB gadget structureLi Jun-0/+1
2021-03-23usb: chipidea: tegra: Silence deferred probe errorDmitry Osipenko-5/+3
2021-03-10usb: chipidea: tegra: fix flexible_array.cocci warningskernel test robot-1/+1
2021-01-13usb: chipidea: tegra: Specify TX FIFO threshold in UDC SoC infoDmitry Osipenko-5/+14
2021-01-13usb: chipidea: tegra: Support runtime PMDmitry Osipenko-3/+10
2021-01-13usb: chipidea: tegra: Support host modePeter Geis-8/+350
2021-01-13usb: chipidea: tegra: Rename UDC to USBDmitry Osipenko-40/+40
2021-01-13usb: chipidea: tegra: Remove MODULE_ALIASDmitry Osipenko-1/+0
2020-12-28usb: chipidea: ci_hdrc_imx: add missing put_device() call in usbmisc_get_init...Yu Kuai-1/+5
2020-12-10Merge tag 'usb-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman-15/+129
2020-12-10usb: chipidea: ci_hdrc_imx: Use of_device_get_match_data()Fabio Estevam-6/+1
2020-12-10usb: chipidea: usbmisc_imx: Use of_device_get_match_data()Fabio Estevam-6/+1
2020-12-10usb: chipidea: trace: fix the endian issuePeter Chen-2/+2
2020-12-10usb: chipidea: add tracepoint support for udcPeter Chen-3/+127
2020-12-07usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag to imx6ulFabio Estevam-1/+2
2020-09-03usb: chipidea: ci_hdrc_imx: restore pinctrlPeter Chen-1/+7
2020-08-23usb: chipidea: imx: add two samsung picophy parameters tuning implementationPeter Chen-0/+28
2020-07-29Merge tag 'usb-ci-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-4/+37
2020-07-28usb: chipidea: imx: get available runtime dr mode for wakeup settingPeter Chen-2/+7
2020-07-28usb: chipidea: add query_available_role interfacePeter Chen-0/+27