summaryrefslogtreecommitdiff
path: root/drivers/usb/chipidea/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge tag 'usb-ci-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2017-04-181-3/+61
|\
| * usb: chipidea: core: add sysfs groupPeter Chen2017-04-141-3/+61
* | usb: chipidea: use bus->sysdev for DMA configurationArnd Bergmann2017-03-231-3/+0
|/
* usb: chipidea: Configure phy for appropriate modeStephen Boyd2017-02-031-6/+14
* usb: chipidea: delete an useless header includeJisheng Zhang2017-01-231-1/+0
* usb: chipidea: msm: Handle phy power statesStephen Boyd2017-01-201-2/+6
* usb: chipidea: Consolidate extcon notifiersStephen Boyd2017-01-201-33/+12
* usb: chipidea: Add support for ULPI PHY busStephen Boyd2017-01-201-6/+25
* usb: chipidea: Add platform flag for wrapper phy managementStephen Boyd2017-01-201-0/+6
* usb: chipidea: Only read/write OTGSC from one placeStephen Boyd2017-01-201-32/+0
* usb: chipdata: Replace the extcon APIChanwoo Choi2017-01-201-24/+6
* usb: chipidea: move the lock initialization to core filePeter Chen2016-11-151-0/+1
* usb: chipidea: add system interface for ttctrl.tthaPeter Chen2016-02-291-0/+3
* usb: chipidea: removing of_find_propertySaurabh Sengar2015-12-241-35/+22
* usb: chipidea: clean up CONFIG_USB_CHIPIDEA_DEBUG referencePeter Chen2015-12-241-1/+0
* usb: chipidea: support debugfs without CONFIG_USB_CHIPIDEA_DEBUGPeter Chen2015-12-241-1/+0
* Merge tag 'usb-ci-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2015-10-221-0/+132
|\
| * usb: chipidea: Add support for 'phy-clkgate-delay-us' propertyFabio Estevam2015-10-221-0/+7
| * usb: chipidea: Use extcon framework for VBUS and ID detectIvan T. Ivanov2015-10-221-0/+125
* | usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus2015-09-271-1/+1