summaryrefslogtreecommitdiff
path: root/drivers/usb/chipidea/core.c
AgeCommit message (Expand)Author
2023-08-09usb: chipidea: add workaround for chipidea PEC bugXu Yang
2023-07-27usb: chipidea/core: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-05-28usb: chipidea/core: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-20usb: chipidea: fix missing goto in `ci_hdrc_probe`Yinhao Hu
2023-03-27Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman
2023-03-23usb: chipidea: core: fix possible concurrent when switch roleXu Yang
2023-03-23usb: chipdea: core: fix return -EINVAL if request role is the same with curre...Xu Yang
2023-03-16usb: Use of_property_read_bool() for boolean propertiesRob Herring
2023-01-17usb: chipidea: core: fix possible constant 0 if use IS_ERR(ci->role_switch)Xu Yang
2022-11-09usb: chipidea: core: wrap ci_handle_power_lost() with CONFIG_PM_SLEEPXu Yang
2022-10-23usb: chipidea: core: handle suspend/resume for each roleXu Yang
2022-10-23usb: chipidea: core: add controller resume support when controller is powered...Xu Yang
2022-10-23usb: chipidea: core: handle usb role switch in a common wayXu Yang
2022-06-21usb: chipidea: udc: implement get_frameMichael Grzeschik
2021-12-17usb: chipidea: Set the DT node on the child deviceRob Herring
2021-10-22USB: chipidea: fix interrupt deadlockJohan Hovold
2021-05-27usb: chipidea: core: Fix incorrectly documented function 'ci_usb_phy_exit()'Lee Jones
2021-01-13usb: chipidea: tegra: Support host modePeter Geis
2020-07-29Merge tag 'usb-ci-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2020-07-28usb: chipidea: add query_available_role interfacePeter Chen
2020-07-20Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman
2020-07-09usb: chipidea: core: Document hw_port_test_set()'s missing 'ci' argumentLee Jones
2020-07-07usb: chipidea: core: add wakeup support for extconPeter Chen
2020-05-06usb: chipidea: Enable user-space triggered role-switchingBryan O'Donoghue
2020-05-06usb: chipidea: pull down dp for possible charger detection operationPeter Chen
2020-03-30usb: chipidea: core: show the real pointer value for registerPeter Chen
2020-03-30usb: chipidea: core: refine the description for this driverPeter Chen
2020-03-04usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus
2020-01-22usb: chipidea: handle single role for usb role classJun Li
2019-11-18usb: chipidea: core: change vbus-regulator as optionalPeter Chen
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