aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-22usb: chipidea: handle single role for usb role classJun Li1-1/+3
2019-11-18usb: chipidea: core: change vbus-regulator as optionalPeter Chen1-1/+1
2019-08-28usb: chipidea: add role switch class supportLi Jun1-0/+83
2019-08-09USB: chipidea: convert platform driver to use dev_groupsGreg Kroah-Hartman1-11/+2
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-06-14usb: chipidea: Use dev_err() instead of pr_err()Fabio Estevam1-2/+3
2019-02-27usb: chipidea: Refactor USB PHY selection and keep a single PHYPaul Kocialkowski1-17/+32
2019-02-27usb: chipidea: Grab the (legacy) USB PHY by phandle firstPaul Kocialkowski1-1/+8
2018-09-20usb: chipidea: Add dynamic pinctrl selectionLoic Poulain1-0/+19
2018-05-31USB: chipidea: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-3/+1
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman1-3/+3
2017-11-07USB: chipidea: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-08-28Merge tag 'usb-ci-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman1-2/+2
2017-08-10usb: chipidea: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-25usb: chipidea: core: do not register extcon notifier if extcon device is not existedPeter Chen1-2/+2
2017-06-27Merge tag 'usb-ci-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman1-8/+21
2017-05-23usb: chipidea: core: check before accessing ci_role in ci_role_showMichael Thalmeier1-1/+4
2017-05-18usb: chipidea: properly handle host or gadget initialization failureJisheng Zhang1-8/+21
2017-04-18Merge tag 'usb-ci-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman1-3/+61
2017-04-14usb: chipidea: core: add sysfs groupPeter Chen1-3/+61
2017-03-23usb: chipidea: use bus->sysdev for DMA configurationArnd Bergmann1-3/+0
2017-02-03usb: chipidea: Configure phy for appropriate modeStephen Boyd1-6/+14
2017-01-23usb: chipidea: delete an useless header includeJisheng Zhang1-1/+0
2017-01-20usb: chipidea: msm: Handle phy power statesStephen Boyd1-2/+6
2017-01-20usb: chipidea: Consolidate extcon notifiersStephen Boyd1-33/+12
2017-01-20usb: chipidea: Add support for ULPI PHY busStephen Boyd1-6/+25
2017-01-20usb: chipidea: Add platform flag for wrapper phy managementStephen Boyd1-0/+6
2017-01-20usb: chipidea: Only read/write OTGSC from one placeStephen Boyd1-32/+0
2017-01-20usb: chipdata: Replace the extcon APIChanwoo Choi1-24/+6
2016-11-15usb: chipidea: move the lock initialization to core filePeter Chen1-0/+1
2016-02-29usb: chipidea: add system interface for ttctrl.tthaPeter Chen1-0/+3
2015-12-24usb: chipidea: removing of_find_propertySaurabh Sengar1-35/+22
2015-12-24usb: chipidea: clean up CONFIG_USB_CHIPIDEA_DEBUG referencePeter Chen1-1/+0
2015-12-24usb: chipidea: support debugfs without CONFIG_USB_CHIPIDEA_DEBUGPeter Chen1-1/+0
2015-10-22Merge tag 'usb-ci-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman1-0/+132
2015-10-22usb: chipidea: Add support for 'phy-clkgate-delay-us' propertyFabio Estevam1-0/+7
2015-10-22usb: chipidea: Use extcon framework for VBUS and ID detectIvan T. Ivanov1-0/+125
2015-09-27usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus1-1/+1
2015-09-27usb: common: of_usb_get_maximum_speed to usb_get_maximum_speedHeikki Krogerus1-1/+1
2015-08-14Merge tag 'usb-ci-v4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman1-12/+101
2015-08-14Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+15
2015-08-14usb: chipidea: add tx/rx burst size configuration interfacePeter Chen1-0/+35
2015-08-14usb: chipidea: add ahb burst configuration interfacePeter Chen1-0/+14
2015-08-14usb: chipidea: define stream mode disable for both rolesPeter Chen1-1/+12
2015-08-14usb:chipidea:Make the function hw_alloc_repmap have a return type of voidNicholas Krause1-2/+1
2015-08-14usb: chipidea: introduce ITC tuning interfacePeter Chen1-0/+16
2015-08-14usb: chipidea: introduce ci_platform_configurePeter Chen1-10/+24
2015-08-14usb: chipidea: add ttctrl.ttha control interfacePeter Chen1-0/+2
2015-07-29usb: chipidea: set usb otg capabilitiesLi Jun1-0/+15