summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea
AgeCommit message (Expand)AuthorFilesLines
2023-01-17usb: chipidea: core: fix possible constant 0 if use IS_ERR(ci->role_switch)Xu Yang1-2/+2
2022-11-21Merge 6.1-rc6 into usb-nextGreg Kroah-Hartman1-0/+2
2022-11-09usb: chipidea: core: wrap ci_handle_power_lost() with CONFIG_PM_SLEEPXu Yang1-19/+19
2022-11-09usb: chipidea: ci_hdrc_imx: Fix a typo ("regualator")Jonathan Neuschäfer1-1/+1
2022-11-09usb: chipidea: fix deadlock in ci_otg_del_timerDuoming Zhou1-0/+2
2022-10-23usb: chipidea: usbmisc: add power lost check for imx7ulpLi Jun1-0/+1
2022-10-23usb: chipidea: usbmisc: add power lost check for imx7dLi Jun1-0/+20
2022-10-23usb: chipidea: usbmisc: add power lost check for imx6sxLi Jun1-0/+20
2022-10-23usb: chipidea: usbmisc: group usbmisc operations for PMLi Jun3-66/+106
2022-10-23usb: chipidea: udc: add suspend/resume support for device controllerXu Yang1-0/+32
2022-10-23usb: chipidea: host: add suspend/resume support for host controllerXu Yang1-0/+16
2022-10-23usb: chipidea: core: handle suspend/resume for each roleXu Yang2-0/+12
2022-10-23usb: chipidea: core: add controller resume support when controller is powered...Xu Yang3-20/+63
2022-10-23usb: chipidea: core: handle usb role switch in a common wayXu Yang1-35/+20
2022-09-08usb: chipidea: make configs for glue drivers visible with EXPERTLukas Bulwahn1-5/+5
2022-08-31usb: chipidea: Add support for VBUS control with PHYPiyush Mehta3-0/+15
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-2/+2
2022-07-27usb/chipidea: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-15usb: chipidea: tracing: Use the new __vstring() helperSteven Rostedt (Google)1-2/+2
2022-06-27Merge 5.19-rc4 into usb-nextGreg Kroah-Hartman1-0/+3
2022-06-24usb: chipidea: udc: check request status before setting device addressXu Yang1-0/+3
2022-06-21usb: chipidea: ci_hdrc_imx: use dev_err_probe()Alexander Stein1-16/+7
2022-06-21usb: chipidea: udc: implement get_frameMichael Grzeschik3-0/+17
2022-06-10USB: chipidea: fix typo in commentJulia Lawall1-1/+1
2022-01-31usb: udc: Fix typo in commenttangmeng1-1/+1
2022-01-12Merge tag 'usb-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-3/+3
2022-01-10Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-7/+46
2021-12-17usb: chipidea: Set the DT node on the child deviceRob Herring1-0/+1
2021-12-16usb: chipidea: tegra: Add runtime PM and OPP supportDmitry Osipenko1-7/+46
2021-11-29Merge 5.16-rc3 into usb-nextGreg Kroah-Hartman1-9/+9
2021-11-17usb: chipidea: ci_hdrc_imx: fix potential error pointer dereference in probeDan Carpenter1-9/+9
2021-11-17usb: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-3/+2
2021-10-22USB: chipidea: fix interrupt deadlockJohan Hovold1-7/+16
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman1-5/+10
2021-10-10usb: chipidea: udc: make controller hardware endpoint primedPiyush Mehta1-0/+8
2021-10-05usb: chipidea: ci_hdrc_imx: Also search for 'phys' phandleFabio Estevam1-5/+10
2021-08-21usb: chipidea: host: fix port index underflow and UBSAN complainsLi Jun1-3/+11
2021-06-21Merge tag 'v5.13-rc7' into usb-nextGreg Kroah-Hartman1-2/+14
2021-06-16usb: chipidea: imx: Fix Battery Charger 1.2 CDP detectionBreno Lima1-2/+14
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman1-0/+1
2021-05-27usb: chipidea: udc: Fix incorrectly documented function 'hw_port_is_high_spee...Lee Jones1-1/+1
2021-05-27usb: chipidea: otg: Fix formatting and missing documentation issuesLee Jones1-4/+5
2021-05-27usb: chipidea: core: Fix incorrectly documented function 'ci_usb_phy_exit()'Lee Jones1-1/+1
2021-05-27USB: chipidea: remove dentry storage for debugfs fileGreg Kroah-Hartman2-22/+14
2021-05-17usb: chipidea: udc: assign interrupt number to USB gadget structureLi Jun1-0/+1
2021-03-23usb: chipidea: tegra: Silence deferred probe errorDmitry Osipenko1-5/+3
2021-03-10usb: chipidea: tegra: fix flexible_array.cocci warningskernel test robot1-1/+1
2021-01-13usb: chipidea: tegra: Specify TX FIFO threshold in UDC SoC infoDmitry Osipenko1-5/+14
2021-01-13usb: chipidea: tegra: Support runtime PMDmitry Osipenko1-3/+10
2021-01-13usb: chipidea: tegra: Support host modePeter Geis4-8/+350