summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/core.c
AgeCommit message (Expand)AuthorLines
2015-01-09Revert "usb: chipidea: remove duplicate dev_set_drvdata for host_start"Peter Chen-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-11-26usb: chipidea: Fixed a few typos in commentsMickael Maison-1/+1
2014-11-26usb: chipidea: fix phy handlingAntoine Tenart-2/+2
2014-11-26usb: chipidea: remove duplicate dev_set_drvdata for host_startPeter Chen-1/+1
2014-11-26usb: chipidea: parameter 'mode' isn't needed for hw_device_resetPeter Chen-4/+4
2014-11-26usb: chipidea: add controller reset APIPeter Chen-4/+28
2014-11-26usb: chipidea: add system power management supportPeter Chen-0/+48
2014-11-26usb: chipidea: add hw_wait_phy_stable for getting stable statusPeter Chen-8/+16
2014-11-26usb: chipidea: remove the unnecessary delay after clear portsc.phcdPeter Chen-8/+2
2014-11-26usb: chipidea: core: Remove unneeded OOM messageFabio Estevam-3/+1
2014-11-26usb: chipidea: using devm_request_irq to instead of request_irqPeter Chen-4/+2
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-1/+0
2014-11-03usb: chipidea: add support to the generic PHY frameworkAntoine Tenart-18/+65
2014-11-03usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart-10/+10
2014-10-27usb: chipidea: Fix oops when removing the ci_hdrc moduleTorsten Fleischer-1/+0
2014-10-20usb: chipidea: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-09-23usb: chipidea: enhance kernel-doc formatPeter Chen-1/+7
2014-09-23usb: chipidea: otg initialization is only needed when the gadget is supportedPeter Chen-1/+1
2014-09-23usb: chipidea: add TPL support for targeted hostsPeter Chen-0/+4
2014-05-23usb: chipidea: using one inline function to cover queue work operationsPeter Chen-4/+2
2014-05-23usb: chipidea: update TODO listPeter Chen-4/+1
2014-04-24usb: chipidea: OTG HNP and SRP fsm implementationLi Jun-6/+18
2014-04-24usb: chipidea: core: Add missing module owner fieldAlexander Shiyan-0/+1
2014-04-24usb: chipidea: add proper delay for waiting correct PHY statusPeter Chen-13/+13
2014-04-24usb: chipidea: export interrupt enable and status register read functionsLi Jun-0/+20
2014-04-24usb: chipidea: operate on otgsc register in a general wayLi Jun-6/+10
2014-04-24usb: chipidea: coordinate usb phy initialization for different phy typePeter Chen-3/+34
2014-02-24usb: chipidea: Propagate the real error code on platform_get_irq() failureFabio Estevam-1/+1
2014-02-24usb: chipidea: udc: add maximum-speed = full-speed optionMichael Grzeschik-0/+11
2014-02-24usb: chipidea: use dev_get_platdata()Jingoo Han-2/+2
2014-02-24usb: chipidea: refine PHY operationPeter Chen-44/+26
2014-01-13usb: chipidea: put hw_phymode_configure before ci_usb_phy_initChris Ruehl-2/+2
2014-01-13usb: chipidea: Fix Internal error: : 808 [#1] ARM related to STS flagChris Ruehl-3/+5
2014-01-13usb: chipidea: add freescale imx28 special write register methodPeter Chen-0/+2
2014-01-07usb: chipidea: mark register map as "const" and convert to u8Marc Kleine-Budde-40/+40
2014-01-07usb: chipidea: move malloced regmap directly into struct hw_bankMarc Kleine-Budde-8/+0
2013-12-24Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman-0/+4
2013-12-09usb: chipidea: fix nobody cared IRQ when booting with host rolePeter Chen-0/+4
2013-12-08usb: chipidea: Reallocate regmap only if lpm is detectedChris Ruehl-1/+2
2013-10-30usb: chipidea: only get vbus regulator for non-peripheral modePeter Chen-12/+15
2013-09-30usb: chipidea: add ci_hdrc_enter_lpm APIPeter Chen-0/+24
2013-09-30usb: chipidea: move PHY operation to corePeter Chen-6/+51
2013-09-29Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman-0/+1
2013-09-25usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalPeter Chen-0/+1
2013-09-25usb: chipidea: move platform related things to ci_get_platdataPeter Chen-10/+9
2013-08-14usb: chipidea: add wait vbus lower than OTGSC_BSV before role startsPeter Chen-0/+32
2013-08-14usb: chipidea: add vbus interrupt handlerPeter Chen-5/+23
2013-08-14usb: chipidea: move otg related things to otg filePeter Chen-50/+13
2013-08-14usb: chipidea: disable all interrupts and clear all interrupts statusPeter Chen-1/+10