aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-21usb: chipidea: need to mask when writting endptflush and endptprimeMatthieu CASTET1-2/+2
2014-01-13usb: chipidea: udc: using MultO at TD as real mult value for ISO-TXPeter Chen1-2/+17
2014-01-13usb: chipidea: need to mask INT_STATUS when write otgscPeter Chen1-3/+3
2014-01-13usb: chipidea: put hw_phymode_configure before ci_usb_phy_initChris Ruehl1-2/+2
2014-01-13usb: chipidea: Fix Internal error: : 808 [#1] ARM related to STS flagChris Ruehl1-3/+5
2014-01-13usb: chipidea: imx: set CI_HDRC_IMX28_WRITE_FIX for imx28Peter Chen1-6/+26
2014-01-13usb: chipidea: add freescale imx28 special write register methodPeter Chen3-2/+27
2014-01-08Revert "usb: chipidea: imx: set CI_HDRC_IMX28_WRITE_FIX for imx28"Greg Kroah-Hartman1-26/+6
2014-01-07usb: chipidea: imx: set CI_HDRC_IMX28_WRITE_FIX for imx28Peter Chen1-6/+26
2014-01-07usb: chipidea: mark register map as "const" and convert to u8Marc Kleine-Budde1-40/+40
2014-01-07usb: chipidea: move malloced regmap directly into struct hw_bankMarc Kleine-Budde2-41/+30
2014-01-03USB: chipidea: add guard macro to ci_hdrc_imx.hRahul Bedarkar1-0/+5
2014-01-03Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-2/+2
2013-12-24Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman2-3/+4
2013-12-23Merge tag 'v3.13-rc5' into nextFelipe Balbi3-4/+6
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga1-2/+2
2013-12-09usb: chipidea: fix nobody cared IRQ when booting with host rolePeter Chen2-3/+4
2013-12-09usb: chipidea: host: Only disable the vbus regulator if it is not NULLFabio Estevam1-1/+2
2013-12-08usb: chipidea: usbmisc: Add support for i.MX51 CPUAlexander Shiyan1-0/+4
2013-12-08usb: chipidea: usbmisc: Add support for i.MX27/i.MX31 CPUsAlexander Shiyan1-0/+42
2013-12-08usb: chipidea: imx: avoid unnecessary probe defer every timePeter Chen1-1/+1
2013-12-08usb: chipidea: Reallocate regmap only if lpm is detectedChris Ruehl1-1/+2
2013-12-03usb: chipidea: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-12-03usb: chipidea: host: Only disable the vbus regulator if it is not NULLFabio Estevam1-1/+2
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