aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/chipidea (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-26Merge tag 'usb-ci-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman11-176/+545
2020-05-07usb: chipidea: msm: Ensure proper controller reset using role switch APIBryan O'Donoghue1-1/+1
2020-05-06usb: chipidea: Enable user-space triggered role-switchingBryan O'Donoghue1-0/+1
2020-05-06usb: chipidea: udc: add software sg list supportPeter Chen3-32/+133
2020-05-06usb: chipidea: usbmisc_imx: using different ops for imx7d and imx7ulpPeter Chen1-5/+84
2020-05-06usb: chipidea: pull down dp for possible charger detection operationPeter Chen1-1/+4
2020-05-06usb: chipidea: introduce imx7d USB charger detectionJun Li3-1/+259
2020-05-06usb: chipidea: introduce CI_HDRC_CONTROLLER_VBUS_EVENT glue layer usePeter Chen1-1/+6
2020-04-29usb: chipidea: usb2: remove unneeded semicolonJason Yan1-1/+1
2020-04-08usb: chipidea: allow disabling glue drivers if EMBEDDEDMichał Mirosław2-18/+31
2020-04-08usb: chipidea: usb2: absorb zevio glue driverMichał Mirosław3-68/+6
2020-04-08usb: chipidea: usb2: make clock optionalMichał Mirosław1-9/+9
2020-04-08usb: chipidea: usb2: fix formattingMichał Mirosław1-2/+2
2020-04-08usb: chipidea: usb2: constify zynq_pdataMichał Mirosław1-1/+1
2020-03-30Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+5
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki1-7/+5
2020-03-30usb: chipidea: core: show the real pointer value for registerPeter Chen1-1/+1
2020-03-30usb: chipidea: core: refine the description for this driverPeter Chen1-33/+7
2020-03-30usb: chipidea: udc: fix the kernel doc for udc.hPeter Chen1-4/+1
2020-03-23Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman1-3/+4
2020-03-17usb: chipidea: udc: fix sleeping function called from invalid contextPeter Chen1-3/+4
2020-03-16USB: chipidea: Use the correct style for SPDX License IdentifierNishad Kamdar6-6/+6
2020-03-16usb: chipidea: otg: handling vbus disconnect event occurred during system suspendPeter Chen1-0/+7
2020-03-16usb: chipidea: udc: using structure ci_hdrc device for runtime PMPeter Chen1-8/+5
2020-03-04usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus1-4/+6
2020-02-14drivers: usb: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-7/+5
2020-01-22usb: chipidea: add inline for ci_hdrc_host_driver_init if host is not definedJun Li1-1/+1
2020-01-22usb: chipidea: handle single role for usb role classJun Li2-1/+13
2020-01-13Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman1-1/+3
2020-01-09usb: chipidea: tegra: Add USB_TEGRA_PHY to driver's dependenciesDmitry Osipenko1-0/+1
2020-01-09usb: chipidea: tegra: Stop managing PHY's powerDmitry Osipenko1-9/+0
2019-12-30usb: chipidea: host: Disable port power only if previously enabledGuenter Roeck1-1/+3
2019-11-18usb: chipidea: imx: pinctrl for HSIC is optionalPeter Chen1-28/+35
2019-11-18usb: chipidea: imx: refine the error handling for hsicPeter Chen1-6/+9
2019-11-18usb: chipidea: imx: change hsic power regulator as optionalPeter Chen1-1/+2
2019-11-18usb: chipidea: imx: check data->usbmisc_data against NULL before accessLi Jun1-7/+9
2019-11-18usb: chipidea: core: change vbus-regulator as optionalPeter Chen1-1/+1
2019-11-18usb: chipidea: imx: enable vbus and id wakeup only for OTG eventsLi Jun3-8/+33
2019-11-18usb: chipidea: udc: protect usb interrupt enableJun Li1-8/+10
2019-11-18usb: chipidea: udc: add new API ci_hdrc_gadget_connectPeter Chen1-31/+32
2019-11-14usb: chipidea: debug: create debugfs directory under usb rootChunfeng Yun1-1/+1
2019-11-04usb: Spelling s/disconnet/disconnect/Geert Uytterhoeven1-1/+1
2019-10-04usb: chipidea: tegra: clean up tegra_udc flag codePeter Geis1-17/+5
2019-09-05Merge tag 'usb-ci-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman4-4/+100
2019-09-03usb: chipidea: msm: Use device-managed registration APIChuhong Yuan1-6/+3
2019-09-03usb: chipidea: msm: Use device-managed registration APIChuhong Yuan1-6/+3
2019-09-02Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman1-8/+24
2019-08-28usb: chipidea: add role switch class supportLi Jun4-4/+100
2019-08-21usb: chipidea: udc: don't do hardware access if gadget has stoppedPeter Chen1-8/+24
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman1-7/+12