summaryrefslogtreecommitdiff
path: root/drivers/usb/chipidea/core.c
AgeCommit message (Expand)Author
2022-01-12Merge remote-tracking branch 'fscl/5.4-2.3.x-imx' into toradex_5.4-2.3.x-imx-...Denys Drozdov
2022-01-10Merge tag 'v5.4.160' into HEADDenys Drozdov
2021-11-17USB: chipidea: fix interrupt deadlockJohan Hovold
2021-01-27usb: chipidea: use seperate role sm when using extconMax Krummenacher
2021-01-27usb: chipidea: use of extcon framework to work for non OTG caseStefan Agner
2020-10-08Merge tag 'v5.4.70' into imx_5.4.yJason Liu
2020-09-11MLK-15984 usb: chipidea: wait controller resume finished for wakeup irqLi Jun
2020-07-22usb: chipidea: core: add wakeup support for extconPeter Chen
2020-02-28MLK-23349-6 usb: chipdea: don't return -EINVAL if request role is the same wi...Peter Chen
2019-12-25LF-592 usb: chipidea: handle single role for usb role classLi Jun
2019-11-25MLK-22025-1 usb: chipidea: phy enter low power mode when host suspendJun Li
2019-11-25MLK-20346 usb: chipidea: change power_lost workqueue as freezablePeter Chen
2019-11-25MLK-16532 usb: chipidea: do not call WARN_ON if controller is going to suspen...Peter Chen
2019-11-25MLK-20011-2 usb: chipidea: delete DP pullup for secondary charger detectionPeter Chen
2019-11-25MLK-14396 usb: chipidea: add mutex for concurrent runningPeter Chen
2019-11-25MLK-12344-3 usb: chipidea: update power lost handling for gadgetLi Jun
2019-11-25MLK-11340-37 usb: chipidea: add query_available_role interfacePeter Chen
2019-11-25MLK-9618-7 usb: chipidea: otg: delay turn on vbus when detecting data pulseLi Jun
2019-11-25MLK-10102-8 usb: chipidea: support role change after power lostLi Jun
2019-11-25MLK-10102-3 usb: chipidea: export hw_controller_reset APILi Jun
2019-11-25MLK-10102-2 usb: chipidea: add suspend and resume routine for role driverLi Jun
2019-11-25MLK-10085-5 usb: chipidea: Add usb charger detect notifyLi Jun
2019-08-28usb: chipidea: add role switch class supportLi Jun
2019-08-09USB: chipidea: convert platform driver to use dev_groupsGreg Kroah-Hartman
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-06-14usb: chipidea: Use dev_err() instead of pr_err()Fabio Estevam
2019-02-27usb: chipidea: Refactor USB PHY selection and keep a single PHYPaul Kocialkowski
2019-02-27usb: chipidea: Grab the (legacy) USB PHY by phandle firstPaul Kocialkowski
2018-09-20usb: chipidea: Add dynamic pinctrl selectionLoic Poulain
2018-05-31USB: chipidea: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman
2017-11-07USB: chipidea: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-08-28Merge tag 'usb-ci-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2017-08-10usb: chipidea: constify attribute_group structures.Arvind Yadav
2017-07-25usb: chipidea: core: do not register extcon notifier if extcon device is not ...Peter Chen
2017-06-27Merge tag 'usb-ci-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2017-05-23usb: chipidea: core: check before accessing ci_role in ci_role_showMichael Thalmeier
2017-05-18usb: chipidea: properly handle host or gadget initialization failureJisheng Zhang
2017-04-18Merge tag 'usb-ci-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2017-04-14usb: chipidea: core: add sysfs groupPeter Chen
2017-03-23usb: chipidea: use bus->sysdev for DMA configurationArnd Bergmann
2017-02-03usb: chipidea: Configure phy for appropriate modeStephen Boyd
2017-01-23usb: chipidea: delete an useless header includeJisheng Zhang
2017-01-20usb: chipidea: msm: Handle phy power statesStephen Boyd
2017-01-20usb: chipidea: Consolidate extcon notifiersStephen Boyd
2017-01-20usb: chipidea: Add support for ULPI PHY busStephen Boyd
2017-01-20usb: chipidea: Add platform flag for wrapper phy managementStephen Boyd
2017-01-20usb: chipidea: Only read/write OTGSC from one placeStephen Boyd
2017-01-20usb: chipdata: Replace the extcon APIChanwoo Choi