aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-4/+3
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King1-3/+1
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King1-2/+3
2013-10-30usb: chipidea: only get vbus regulator for non-peripheral modePeter Chen1-12/+15
2013-10-29usb: chipidea: host: more enhancement when ci->hcd is NULLPeter Chen1-3/+3
2013-10-19Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman1-2/+4
2013-10-16usb/chipidea: fix oops on memory allocation failureRussell King - ARM Linux1-2/+4
2013-10-11usb: chipidea: udc: Fix calling spin_lock_irqsave at sleep contextPeter Chen1-4/+3
2013-10-11usb: chipidea: udc: Fix spinlock recursion during bus resetPeter Chen1-1/+1
2013-10-06Merge 3.12-rc4 into usb-nextGreg Kroah-Hartman1-1/+6
2013-10-03usb: chipidea: add Intel Clovertrail pci idDavid Cohen1-1/+6
2013-09-30usb: chipidea: add ci_hdrc_enter_lpm APIPeter Chen2-0/+25
2013-09-30usb: chipidea: imx: remove PHY operationsPeter Chen1-17/+4
2013-09-30usb: chipidea: move PHY operation to corePeter Chen2-44/+52
2013-09-29Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman4-4/+8
2013-09-25usb: chipidea: USB_CHIPIDEA should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-09-25usb: chipidea: udc: free pending TD at removal procedurePeter Chen1-0/+2
2013-09-25usb: chipidea: imx: Add usb_phy_shutdown at probe's error pathPeter Chen1-2/+5
2013-09-25usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalPeter Chen1-0/+1
2013-09-25usb: chipidea: udc: fix the oops after rmmod gadgetPeter Chen1-1/+1
2013-09-25usb: chipidea: move platform related things to ci_get_platdataPeter Chen1-10/+9
2013-09-25usb: chipidea: udc: Consolidate the call of disconnectPeter Chen1-3/+7
2013-09-25chipidea: udc: free pending TD at removal procedurePeter Chen1-0/+2
2013-08-14USB: chipidea: i.MX: simplify usbmiscSascha Hauer3-107/+76
2013-08-14usb: chipidea: udc: .pullup is valid only when vbus is therePeter Chen1-0/+3
2013-08-14usb: chipidea: retire flag CI_HDRC_PULLUP_ON_VBUSPeter Chen3-20/+6
2013-08-14usb: chipidea: udc: fix misuse of REGS_SHARED and PULLUP_ON_VBUS flagsPeter Chen1-3/+2
2013-08-14usb: chipidea: add wait vbus lower than OTGSC_BSV before role startsPeter Chen3-0/+39
2013-08-14usb: chipidea: add vbus interrupt handlerPeter Chen5-12/+71
2013-08-14usb: chipidea: move otg related things to otg filePeter Chen3-52/+70
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 Chen5-11/+54
2013-08-14usb: chipidea: otg: add otg file used to access otgscPeter Chen5-2/+80
2013-08-14usb: chipidea: udc: otg_set_peripheral is useless for some chipidea usersPeter Chen1-1/+6
2013-08-14usb: chipidea: host: add vbus regulator controlPeter Chen1-1/+22
2013-08-14usb: chipidea: move vbus regulator operation to corePeter Chen2-24/+25
2013-08-14usb: chipidea: remove previous MODULE_ALIASFabio Estevam1-1/+0
2013-08-14usb: chipidea: prevent endless loop registering platform_devices when probe failsLothar 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: ci_hdrc_imx: remove an unsolicited module_put() call from ci_hdrc_imx_remove()Lothar Waßmann1-3/+1
2013-08-14usb: chipidea: improve kconfig 2.0Lothar Waßmann1-4/+3
2013-08-14usb: chipidea: imx: delete the dead codePeter Chen1-3/+0
2013-08-14usb: chipidea: move hw_phymode_configure() into probeFabio Estevam1-2/+2
2013-08-14usb: chipidea: ci_hdrc_imx: remove unused variable 'res'Fabio Estevam1-7/+0
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-0/+1
2013-08-12usb: host: add has_tdi_phy_lpm capability bitTuomas Tynkkynen1-0/+1
2013-07-29usb: chipidea: fix the build error with randconfigPeter Chen1-2/+2
2013-07-29usb: chipidea: cast PORTSC_PTS and DEVLC_PTS macrosFabio Estevam1-2/+2
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1