summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea
AgeCommit message (Expand)AuthorFilesLines
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: usbmisc_imx: Read MX53_USB_OTG_PHY_CTRL_1_OFFSET directlyFabio Estevam1-2/+1
2014-11-26usb: chipidea: usbmisc_imx: Move the reading of USB_PHY_CTRLFabio Estevam1-2/+1
2014-11-26usb: chipidea: ci_hdrc_imx.c: Remove unneeded OOM messageFabio Estevam1-3/+1
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-25Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman8-59/+105
2014-11-10usb: chipidea: gadget: use udc-core's reset notifierPeter Chen1-6/+2
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman4-4/+0
2014-11-03usb: chipidea: otg_fsm: delete unnecessary 'out of memory' messagesPeter Chen1-8/+2
2014-11-03usb: chipidea: host: add portpower overrideMichael Grzeschik1-21/+46
2014-11-03usb: chipidea: add support to the generic PHY frameworkAntoine Tenart4-21/+78
2014-11-03usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart8-36/+28
2014-11-03usb: rename phy to usb_phy in OTGAntoine Tenart1-1/+1
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart2-7/+7
2014-11-03usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi1-4/+2
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 Sang4-4/+0
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart1-1/+1
2014-09-25usb: gadget: Refactor request completionMichal Sojka1-3/+3
2014-09-23usb: chipidea: enhance kernel-doc formatPeter Chen2-5/+17
2014-09-23usb: chipidea: otg initialization is only needed when the gadget is supportedPeter Chen1-1/+1
2014-09-23chipidea: usbmisc_imx: Add USB support for VF610 SoCsStefan Agner3-11/+50
2014-09-23usb: chipidea: add TPL support for targeted hostsPeter Chen2-0/+5
2014-09-10usb: chipidea: msm: Initialize PHY on reset eventIvan T. Ivanov1-0/+1
2014-09-10usb: chipidea: msm: Use USB PHY API to control PHY stateIvan T. Ivanov1-5/+1
2014-08-04Merge tag 'usb-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+5
2014-07-22usb: chipidea: debug: fix sparse non static symbol warningsWei Yongjun1-2/+2
2014-07-22usb: ci_hdrc_imx: Return -EINVAL for missing USB PHYMarkus Pargmann1-0/+3
2014-07-17usb: chipidea: udc: Disable auto ZLP generation on ep0Abbas Raza1-2/+2
2014-07-01usb: chipidea: udc: delete td from req's td list at ep_dequeuePeter Chen1-0/+7
2014-05-23usb: chipidea: udc: update gadget states according to ch9Peter Chen1-2/+8
2014-05-23usb: chipidea: msm: Initialize offset of the capability registersIvan T. Ivanov1-0/+1
2014-05-23usb: chipidea: msm: Add device tree supportIvan T. Ivanov1-1/+22
2014-05-23chipidea: usbmisc_imx: Allow USB OTG to work on mx51Fabio Estevam1-0/+10
2014-05-23usb: chipidea: using one inline function to cover queue work operationsPeter Chen3-50/+30
2014-05-23usb: chipidea: udc: delete useless codePeter Chen1-1/+0
2014-05-23usb: chipidea: update TODO listPeter Chen1-4/+1
2014-04-24usb: chipidea: debug: add debug file for OTG variablesLi Jun1-0/+84
2014-04-24usb: chipidea: add sys inputs for OTG fsm inputLi Jun3-0/+181
2014-04-24usb: chipidea: OTG HNP and SRP fsm implementationLi Jun5-8/+294
2014-04-24usb: chipidea: OTG fsm timers initializationLi Jun3-0/+241
2014-04-24usb: chipidea: add OTG fsm operation functions implementationLi Jun4-0/+233
2014-04-24usb: chipidea: udc: driver update for OTG HNPLi Jun1-1/+10
2014-04-24usb: chipidea: host: init otg port numberLi Jun1-2/+9
2014-04-24usb: chipidea: host: vbus control change for OTG HNPLi Jun1-3/+7
2014-04-24usb: chipidea: usb OTG fsm initialization.Li Jun5-0/+114
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