summaryrefslogtreecommitdiff
path: root/drivers/usb/chipidea
AgeCommit message (Expand)AuthorFilesLines
2023-05-17usb: chipidea: fix missing goto in `ci_hdrc_probe`Yinhao Hu1-1/+1
2023-04-05usb: chipidea: core: fix possible concurrent when switch roleXu Yang3-2/+13
2023-04-05usb: chipdea: core: fix return -EINVAL if request role is the same with curre...Xu Yang1-1/+4
2022-11-25usb: chipidea: fix deadlock in ci_otg_del_timerDuoming Zhou1-0/+2
2022-07-02usb: chipidea: udc: check request status before setting device addressXu Yang1-0/+3
2021-11-26USB: chipidea: fix interrupt deadlockJohan Hovold1-5/+14
2021-01-12usb: chipidea: ci_hdrc_imx: add missing put_device() call in usbmisc_get_init...Yu Kuai1-1/+5
2020-12-29usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag to imx6ulFabio Estevam1-1/+2
2020-07-22usb: chipidea: core: add wakeup support for extconPeter Chen1-0/+24
2020-01-14usb: chipidea: host: Disable port power only if previously enabledGuenter Roeck1-1/+3
2019-11-20usb: chipidea: Fix otg event handlerLoic Poulain1-3/+6
2019-11-20usb: chipidea: imx: enable OTG overcurrent in case USB subsystem is already s...Nicolas Adell1-0/+2
2019-09-06usb: chipidea: udc: don't do hardware access if gadget has stoppedPeter Chen1-8/+24
2019-06-25usb: chipidea: udc: workaround for endpoint conflict issuePeter Chen1-0/+20
2019-04-05usb: chipidea: Grab the (legacy) USB PHY by phandle firstPaul Kocialkowski1-1/+8
2019-03-23usb: chipidea: tegra: Fix missed ci_hdrc_remove_device()Dmitry Osipenko1-0/+1
2018-11-13usb: chipidea: Prevent unbalanced IRQ disableLoic Poulain1-1/+2
2018-01-02USB: chipidea: msm: fix ulpi-node lookupJohan Hovold1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-08-28usb: chipidea: usb2: check memory allocation failureChristophe JAILLET1-0/+2
2017-08-28Merge tag 'usb-ci-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman5-7/+163
2017-08-24usb: chipidea: Add support for Tegra20/30/114/124Thierry Reding2-0/+156
2017-08-24usb: chipidea: udc: Support SKB alignment quirkDmitry Osipenko1-0/+3
2017-08-10usb: chipidea: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-10usb: chipidea: otg_fsm: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-25usb: chipidea: core: do not register extcon notifier if extcon device is not ...Peter Chen1-2/+2
2017-07-22USB: chipidea: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman1-1/+0
2017-07-19usb: chipidea: msm: ci_hdrc_msm_probe() missing of_node_get()Frank Rowand1-1/+1
2017-07-19usb: chipidea: udc: compress return logic into lineGustavo A. R. Silva1-4/+1
2017-06-27Merge tag 'usb-ci-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman1-8/+21
2017-06-12Merge 4.12-rc5 into usb-nextGreg Kroah-Hartman4-13/+44
2017-06-03usb: Make use of ktime_* comparison functionsMariusz Skamra1-4/+4
2017-05-23usb: chipidea: core: check before accessing ci_role in ci_role_showMichael Thalmeier1-1/+4
2017-05-23usb: chipidea: debug: check before accessing ci_roleMichael Thalmeier1-1/+2
2017-05-18usb: chipidea: udc: fix NULL pointer dereference if udc_start failedJisheng Zhang1-2/+6
2017-05-18usb: chipidea: imx: Do not access CLKONOFF on i.MX51Andrey Smirnov1-9/+32
2017-05-18usb: chipidea: properly handle host or gadget initialization failureJisheng Zhang1-8/+21
2017-04-18Merge tag 'usb-ci-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman3-11/+78
2017-04-14usb: chipidea: core: add sysfs groupPeter Chen2-3/+63
2017-03-23usb: chipidea: use bus->sysdev for DMA configurationArnd Bergmann3-8/+8
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu1-1/+1
2017-03-15usb: chipidea: udc: update gadget state after bus resumeLi Jun2-8/+15
2017-02-03usb: chipidea: msm: Fix return value check in ci_hdrc_msm_probe()Wei Yongjun1-2/+2
2017-02-03usb: chipidea: Configure phy for appropriate modeStephen Boyd1-6/+14
2017-01-23usb: chipidea: usb2: delete the redundant setting default DMA mask codeJisheng Zhang1-4/+0
2017-01-23usb: chipidea: delete an useless header includeJisheng Zhang1-1/+0
2017-01-20usb: chipidea: Drop lock across event_notify during gadget stopStephen Boyd1-1/+1
2017-01-20usb: chipidea: msm: Be silent on probe defer errorsStephen Boyd1-1/+2
2017-01-20usb: chipidea: msm: Handle phy power statesStephen Boyd3-24/+32
2017-01-20usb: chipidea: msm: Add reset controller for PHY POR bitStephen Boyd2-2/+49