aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-22usb: chipidea: ehci_init_driver is intended to call one timePeter Chen1-1/+12
2015-03-18usb: chipidea: support runtime power management for otg fsm modeLi Jun1-4/+39
2015-03-18usb: chipidea: add chipidea revision informationPeter Chen1-2/+21
2015-03-18usb: chipidea: clear otg interrupt status for otg capable controllerPeter Chen1-4/+5
2015-03-18usb: chipidea: add usb as system wakeup sourcePeter Chen1-0/+10
2015-03-18usb: chipidea: add runtime power management supportPeter Chen1-6/+94
2015-01-09Revert "usb: chipidea: remove duplicate dev_set_drvdata for host_start"Peter Chen1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-26usb: chipidea: Fixed a few typos in commentsMickael Maison1-1/+1
2014-11-26usb: chipidea: fix phy handlingAntoine Tenart1-2/+2
2014-11-26usb: chipidea: remove duplicate dev_set_drvdata for host_startPeter Chen1-1/+1
2014-11-26usb: chipidea: parameter 'mode' isn't needed for hw_device_resetPeter Chen1-4/+4
2014-11-26usb: chipidea: add controller reset APIPeter Chen1-4/+28
2014-11-26usb: chipidea: add system power management supportPeter Chen1-0/+48
2014-11-26usb: chipidea: add hw_wait_phy_stable for getting stable statusPeter Chen1-8/+16
2014-11-26usb: chipidea: remove the unnecessary delay after clear portsc.phcdPeter Chen1-8/+2
2014-11-26usb: chipidea: core: Remove unneeded OOM messageFabio Estevam1-3/+1
2014-11-26usb: chipidea: using devm_request_irq to instead of request_irqPeter Chen1-4/+2
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-11-03usb: chipidea: add support to the generic PHY frameworkAntoine Tenart1-18/+65
2014-11-03usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart1-10/+10
2014-10-27usb: chipidea: Fix oops when removing the ci_hdrc moduleTorsten Fleischer1-1/+0
2014-10-20usb: chipidea: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-23usb: chipidea: enhance kernel-doc formatPeter Chen1-1/+7
2014-09-23usb: chipidea: otg initialization is only needed when the gadget is supportedPeter Chen1-1/+1
2014-09-23usb: chipidea: add TPL support for targeted hostsPeter Chen1-0/+4
2014-05-23usb: chipidea: using one inline function to cover queue work operationsPeter Chen1-4/+2
2014-05-23usb: chipidea: update TODO listPeter Chen1-4/+1
2014-04-24usb: chipidea: OTG HNP and SRP fsm implementationLi Jun1-6/+18
2014-04-24usb: chipidea: core: Add missing module owner fieldAlexander Shiyan1-0/+1
2014-04-24usb: chipidea: add proper delay for waiting correct PHY statusPeter Chen1-13/+13
2014-04-24usb: chipidea: export interrupt enable and status register read functionsLi Jun1-0/+20
2014-04-24usb: chipidea: operate on otgsc register in a general wayLi Jun1-6/+10
2014-04-24usb: chipidea: coordinate usb phy initialization for different phy typePeter Chen1-3/+34
2014-02-24usb: chipidea: Propagate the real error code on platform_get_irq() failureFabio Estevam1-1/+1