summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/core.c
Commit message (Expand)AuthorAgeFilesLines
* usb: chipidea: core: handle power lost in workqueueXu Yang2024-01-271-20/+24
* usb: chipidea: wait controller resume finished for wakeup irqXu Yang2024-01-041-0/+7
* usb: chipidea: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-151-3/+3
* usb: chipidea: add workaround for chipidea PEC bugXu Yang2023-08-091-0/+2
* usb: chipidea/core: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-271-2/+1
* usb: chipidea/core: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* usb: chipidea: fix missing goto in `ci_hdrc_probe`Yinhao Hu2023-04-201-1/+1
* Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman2023-03-271-1/+10
|\
| * usb: chipidea: core: fix possible concurrent when switch roleXu Yang2023-03-231-1/+7
| * usb: chipdea: core: fix return -EINVAL if request role is the same with curre...Xu Yang2023-03-231-1/+4
* | usb: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-1/+1
|/
* usb: chipidea: core: fix possible constant 0 if use IS_ERR(ci->role_switch)Xu Yang2023-01-171-2/+2
* usb: chipidea: core: wrap ci_handle_power_lost() with CONFIG_PM_SLEEPXu Yang2022-11-091-19/+19
* usb: chipidea: core: handle suspend/resume for each roleXu Yang2022-10-231-0/+8
* usb: chipidea: core: add controller resume support when controller is powered...Xu Yang2022-10-231-19/+61
* usb: chipidea: core: handle usb role switch in a common wayXu Yang2022-10-231-35/+20
* usb: chipidea: udc: implement get_frameMichael Grzeschik2022-06-211-0/+2
* usb: chipidea: Set the DT node on the child deviceRob Herring2021-12-171-0/+1
* USB: chipidea: fix interrupt deadlockJohan Hovold2021-10-221-7/+16
* usb: chipidea: core: Fix incorrectly documented function 'ci_usb_phy_exit()'Lee Jones2021-05-271-1/+1
* usb: chipidea: tegra: Support host modePeter Geis2021-01-131-1/+9
* Merge tag 'usb-ci-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2020-07-291-0/+27
|\
| * usb: chipidea: add query_available_role interfacePeter Chen2020-07-281-0/+27
* | Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman2020-07-201-0/+24
|\ \
| * | usb: chipidea: core: add wakeup support for extconPeter Chen2020-07-071-0/+24
| |/
* / usb: chipidea: core: Document hw_port_test_set()'s missing 'ci' argumentLee Jones2020-07-091-0/+1
|/
* usb: chipidea: Enable user-space triggered role-switchingBryan O'Donoghue2020-05-061-0/+1
* usb: chipidea: pull down dp for possible charger detection operationPeter Chen2020-05-061-1/+4
* usb: chipidea: core: show the real pointer value for registerPeter Chen2020-03-301-1/+1
* usb: chipidea: core: refine the description for this driverPeter Chen2020-03-301-33/+7
* usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus2020-03-041-4/+6
* usb: chipidea: handle single role for usb role classJun Li2020-01-221-1/+3
* usb: chipidea: core: change vbus-regulator as optionalPeter Chen2019-11-181-1/+1
* usb: chipidea: add role switch class supportLi Jun2019-08-281-0/+83
* USB: chipidea: convert platform driver to use dev_groupsGreg Kroah-Hartman2019-08-091-11/+2
* usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-1/+0
* usb: chipidea: Use dev_err() instead of pr_err()Fabio Estevam2019-06-141-2/+3
* usb: chipidea: Refactor USB PHY selection and keep a single PHYPaul Kocialkowski2019-02-271-17/+32
* usb: chipidea: Grab the (legacy) USB PHY by phandle firstPaul Kocialkowski2019-02-271-1/+8
* usb: chipidea: Add dynamic pinctrl selectionLoic Poulain2018-09-201-0/+19
* USB: chipidea: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-3/+1
* USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman2018-01-241-3/+3
* USB: chipidea: Remove redundant license textGreg Kroah-Hartman2017-11-071-4/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* Merge tag 'usb-ci-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2017-08-281-2/+2
|\
| * usb: chipidea: core: do not register extcon notifier if extcon device is not ...Peter Chen2017-07-251-2/+2
* | usb: chipidea: constify attribute_group structures.Arvind Yadav2017-08-101-1/+1
|/
* Merge tag 'usb-ci-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2017-06-271-8/+21
|\
| * usb: chipidea: properly handle host or gadget initialization failureJisheng Zhang2017-05-181-8/+21
* | usb: chipidea: core: check before accessing ci_role in ci_role_showMichael Thalmeier2017-05-231-1/+4
|/