summaryrefslogtreecommitdiff
path: root/drivers/usb/chipidea/core.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-14usb: chipidea: put hw_phymode_configure before ci_usb_phy_initChris Ruehl1-2/+2
2014-01-14usb: chipidea: Fix Internal error: : 808 [#1] ARM related to STS flagChris Ruehl1-3/+5
2014-01-14usb: chipidea: add freescale imx28 special write register methodPeter Chen1-0/+2
2014-01-08usb: chipidea: mark register map as "const" and convert to u8Marc Kleine-Budde1-40/+40
2014-01-08usb: chipidea: move malloced regmap directly into struct hw_bankMarc Kleine-Budde1-8/+0
2013-12-24Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman1-0/+4
2013-12-10usb: chipidea: fix nobody cared IRQ when booting with host rolePeter Chen1-0/+4
2013-12-09usb: chipidea: Reallocate regmap only if lpm is detectedChris Ruehl1-1/+2
2013-10-30usb: chipidea: only get vbus regulator for non-peripheral modePeter Chen1-12/+15
2013-10-01usb: chipidea: add ci_hdrc_enter_lpm APIPeter Chen1-0/+24
2013-10-01usb: chipidea: move PHY operation to corePeter Chen1-6/+51
2013-09-30Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman1-0/+1
2013-09-26usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalPeter Chen1-0/+1
2013-09-26usb: chipidea: move platform related things to ci_get_platdataPeter Chen1-10/+9
2013-08-14usb: chipidea: add wait vbus lower than OTGSC_BSV before role startsPeter Chen1-0/+32
2013-08-14usb: chipidea: add vbus interrupt handlerPeter Chen1-5/+23
2013-08-14usb: chipidea: move otg related things to otg filePeter Chen1-50/+13
2013-08-14usb: chipidea: disable all interrupts and clear all interrupts statusPeter Chen1-1/+10
2013-08-14usb: chipidea: add flag CI_HDRC_DUAL_ROLE_NOT_OTGPeter Chen1-7/+30
2013-08-14usb: chipidea: add role init and destroy APIsPeter Chen1-2/+8
2013-08-14usb: chipidea: otg: add otg file used to access otgscPeter Chen1-1/+2
2013-08-14usb: chipidea: move vbus regulator operation to corePeter Chen1-0/+23
2013-08-14usb: chipidea: remove previous MODULE_ALIASFabio Estevam1-1/+0
2013-08-14usb: chipidea: prevent endless loop registering platform_devices when probe f...Lothar Waßmann1-5/+3
2013-08-14usb: chipidea: don't clobber return value of ci_role_start()Lothar Waßmann1-1/+0
2013-08-14usb: chipidea: move hw_phymode_configure() into probeFabio Estevam1-2/+2
2013-06-25usb: chipidea: drop "13xxx" infixAlexander Shishkin1-18/+18
2013-06-18usb: chipidea: introduce dual role mode pdata flagsSascha Hauer1-6/+18
2013-06-18usb: chipidea: add PTW, PTS and STS handlingMichael Grzeschik1-0/+48
2013-06-18usb: chipidea: udc: add multiple td support to hardware_{en,de}queueMichael Grzeschik1-1/+0
2013-06-18usb: chipidea: udc: configure iso endpointsMichael Grzeschik1-1/+1
2013-06-12usb: chipidea: fix id change handlingAlexander Shishkin1-1/+2
2013-05-18drivers/usb/chipidea: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-03-30usb: chipidea: big-endian supportSvetoslav Neykov1-1/+1
2013-03-30usb: chipidea: don't redefine __ffs()Felipe Balbi1-4/+4
2013-03-30usb: chipidea: move debug files creation/removal to the coreAlexander Shishkin1-1/+5
2013-03-30usb: chipidea: move role to debugfsAlexander Shishkin1-39/+0
2013-03-30usb: chipidea: core: switch over to devm_ioremap_resourceFelipe Balbi1-5/+3
2013-03-30usb: chipidea: trim include list in the coreAlexander Shishkin1-3/+0
2013-01-22drivers/usb/chipidea/core.c: adjust duplicate testJulia Lawall1-1/+1
2012-11-27USB: chipidea: fix use after free bugLothar Waßmann1-1/+2
2012-11-22usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-22usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-22usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-12USB: chipidea: re-order irq handling to avoid unhandled irqsRichard Zhao1-8/+13
2012-09-12USB: chipidea: acknowledge ID change interrupt in irq handlerRichard Zhao1-2/+1
2012-09-12USB: chipidea: delay 2ms before read ID status at probe timeRichard Zhao1-0/+2
2012-07-09usb: chipidea: permit driver bindings pass phy pointerRichard Zhao1-0/+4
2012-07-09USB: Chipidea: add ci13xxx device id managementRichard Zhao1-5/+16
2012-07-09USB: Chipidea: add unified ci13xxx_{add,remove}_device for platform driversRichard Zhao1-0/+43