summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | usb: common: of_usb_get_maximum_speed to usb_get_maximum_speedHeikki Krogerus2015-09-271-1/+1
|/
* Merge tag 'usb-ci-v4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2015-08-141-12/+101
|\
| * usb: chipidea: add tx/rx burst size configuration interfacePeter Chen2015-08-141-0/+35
| * usb: chipidea: add ahb burst configuration interfacePeter Chen2015-08-141-0/+14
| * usb: chipidea: define stream mode disable for both rolesPeter Chen2015-08-141-1/+12
| * usb:chipidea:Make the function hw_alloc_repmap have a return type of voidNicholas Krause2015-08-141-2/+1
| * usb: chipidea: introduce ITC tuning interfacePeter Chen2015-08-141-0/+16
| * usb: chipidea: introduce ci_platform_configurePeter Chen2015-08-141-10/+24
| * usb: chipidea: add ttctrl.ttha control interfacePeter Chen2015-08-141-0/+2
* | Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-08-141-0/+15
|\ \ | |/ |/|
| * usb: chipidea: set usb otg capabilitiesLi Jun2015-07-291-0/+15
* | usb: chipidea: ehci_init_driver is intended to call one timePeter Chen2015-07-221-1/+12
|/
* usb: chipidea: support runtime power management for otg fsm modeLi Jun2015-03-181-4/+39
* usb: chipidea: add chipidea revision informationPeter Chen2015-03-181-2/+21
* usb: chipidea: clear otg interrupt status for otg capable controllerPeter Chen2015-03-181-4/+5
* usb: chipidea: add usb as system wakeup sourcePeter Chen2015-03-181-0/+10
* usb: chipidea: add runtime power management supportPeter Chen2015-03-181-6/+94
* Revert "usb: chipidea: remove duplicate dev_set_drvdata for host_start"Peter Chen2015-01-091-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
| |\
OpenPOWER on IntegriCloud