summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/core.c
Commit message (Expand)AuthorAgeFilesLines
* usb: chipidea: Fix oops when removing the ci_hdrc moduleTorsten Fleischer2014-10-271-1/+0Star
* usb: chipidea: enhance kernel-doc formatPeter Chen2014-09-241-1/+7
* usb: chipidea: otg initialization is only needed when the gadget is supportedPeter Chen2014-09-241-1/+1
* usb: chipidea: add TPL support for targeted hostsPeter Chen2014-09-241-0/+4
* usb: chipidea: using one inline function to cover queue work operationsPeter Chen2014-05-231-4/+2Star
* usb: chipidea: update TODO listPeter Chen2014-05-231-4/+1Star
* usb: chipidea: OTG HNP and SRP fsm implementationLi Jun2014-04-241-6/+18
* usb: chipidea: core: Add missing module owner fieldAlexander Shiyan2014-04-241-0/+1
* usb: chipidea: add proper delay for waiting correct PHY statusPeter Chen2014-04-241-13/+13
* usb: chipidea: export interrupt enable and status register read functionsLi Jun2014-04-241-0/+20
* usb: chipidea: operate on otgsc register in a general wayLi Jun2014-04-241-6/+10
* usb: chipidea: coordinate usb phy initialization for different phy typePeter Chen2014-04-241-3/+34
* usb: chipidea: Propagate the real error code on platform_get_irq() failureFabio Estevam2014-02-251-1/+1
* usb: chipidea: udc: add maximum-speed = full-speed optionMichael Grzeschik2014-02-251-0/+11
* usb: chipidea: use dev_get_platdata()Jingoo Han2014-02-251-2/+2
* usb: chipidea: refine PHY operationPeter Chen2014-02-251-44/+26Star
* usb: chipidea: put hw_phymode_configure before ci_usb_phy_initChris Ruehl2014-01-141-2/+2
* usb: chipidea: Fix Internal error: : 808 [#1] ARM related to STS flagChris Ruehl2014-01-141-3/+5
* usb: chipidea: add freescale imx28 special write register methodPeter Chen2014-01-141-0/+2
* usb: chipidea: mark register map as "const" and convert to u8Marc Kleine-Budde2014-01-081-40/+40
* usb: chipidea: move malloced regmap directly into struct hw_bankMarc Kleine-Budde2014-01-081-8/+0Star
* Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman2013-12-241-0/+4
|\
| * usb: chipidea: fix nobody cared IRQ when booting with host rolePeter Chen2013-12-091-0/+4
* | usb: chipidea: Reallocate regmap only if lpm is detectedChris Ruehl2013-12-091-1/+2
|/
* usb: chipidea: only get vbus regulator for non-peripheral modePeter Chen2013-10-301-12/+15
* usb: chipidea: add ci_hdrc_enter_lpm APIPeter Chen2013-10-011-0/+24
* usb: chipidea: move PHY operation to corePeter Chen2013-10-011-6/+51
* Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman2013-09-301-0/+1
|\
| * usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalPeter Chen2013-09-261-0/+1
* | usb: chipidea: move platform related things to ci_get_platdataPeter Chen2013-09-261-10/+9Star
|/
* usb: chipidea: add wait vbus lower than OTGSC_BSV before role startsPeter Chen2013-08-141-0/+32
* usb: chipidea: add vbus interrupt handlerPeter Chen2013-08-141-5/+23
* usb: chipidea: move otg related things to otg filePeter Chen2013-08-141-50/+13Star
* usb: chipidea: disable all interrupts and clear all interrupts statusPeter Chen2013-08-141-1/+10
* usb: chipidea: add flag CI_HDRC_DUAL_ROLE_NOT_OTGPeter Chen2013-08-141-7/+30
* usb: chipidea: add role init and destroy APIsPeter Chen2013-08-141-2/+8
* usb: chipidea: otg: add otg file used to access otgscPeter Chen2013-08-141-1/+2
* usb: chipidea: move vbus regulator operation to corePeter Chen2013-08-141-0/+23
* usb: chipidea: remove previous MODULE_ALIASFabio Estevam2013-08-141-1/+0Star
* usb: chipidea: prevent endless loop registering platform_devices when probe f...Lothar Waßmann2013-08-141-5/+3Star
* usb: chipidea: don't clobber return value of ci_role_start()Lothar Waßmann2013-08-141-1/+0Star
* usb: chipidea: move hw_phymode_configure() into probeFabio Estevam2013-08-141-2/+2
* usb: chipidea: drop "13xxx" infixAlexander Shishkin2013-06-251-18/+18
* usb: chipidea: introduce dual role mode pdata flagsSascha Hauer2013-06-171-6/+18
* usb: chipidea: add PTW, PTS and STS handlingMichael Grzeschik2013-06-171-0/+48
* usb: chipidea: udc: add multiple td support to hardware_{en,de}queueMichael Grzeschik2013-06-171-1/+0Star
* usb: chipidea: udc: configure iso endpointsMichael Grzeschik2013-06-171-1/+1
* usb: chipidea: fix id change handlingAlexander Shishkin2013-06-121-1/+2
* drivers/usb/chipidea: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0Star
* usb: chipidea: big-endian supportSvetoslav Neykov2013-03-301-1/+1